Set coding agent CLI process title (#742)

This commit is contained in:
Richard Gill 2026-01-15 12:14:14 +00:00 committed by GitHub
parent 6a3633ca53
commit 5f8d21daf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@
*
* Test with: npx tsx src/cli-new.ts [args...]
*/
process.title = "pi";
import { main } from "./main.js";
main(process.argv.slice(2));