chore(cli): set process title

This commit is contained in:
Peter Steinberger
2026-01-16 01:33:20 +00:00
parent fa521154ff
commit a70fcc8ae0
3 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ import process from "node:process";
import { applyCliProfileEnv, parseCliProfileArgs } from "./cli/profile.js";
import { attachChildProcessBridge } from "./process/child-process-bridge.js";
process.title = "clawdbot";
if (process.argv.includes("--no-color")) {
process.env.NO_COLOR = "1";
process.env.FORCE_COLOR = "0";