Commit Graph

17 Commits

Author SHA1 Message Date
Peter Steinberger
f5fae40203 fix: tame invalid config logging 2026-01-21 01:58:47 +00:00
Peter Steinberger
96664529f2 fix: sanitize windows argv control chars 2026-01-19 15:06:57 +00:00
Peter Steinberger
775a5480b6 fix: strip noisy windows argv entries 2026-01-19 15:04:26 +00:00
Peter Steinberger
06368efe06 fix: stabilize windows cli tests 2026-01-19 14:44:17 +00:00
Peter Steinberger
fb88e1f96c style: format windows argv helpers 2026-01-19 14:19:26 +00:00
Peter Steinberger
c6be044ee2 fix: sanitize windows node argv 2026-01-19 14:16:45 +00:00
Peter Steinberger
99f91d4dc5 fix: normalize windows argv in cli 2026-01-19 13:55:34 +00:00
Peter Steinberger
ffcb087b72 fix: strip windows node exec from argv 2026-01-19 13:08:21 +00:00
Peter Steinberger
8bc6ab5c08 fix: optimize routed CLI path (#1195) (thanks @gumadeiras) 2026-01-18 23:28:09 +00:00
Gustavo Madeira Santana
c77e5c13c2 Remove unused import from run-main.ts
Deleted the unused import of hasHelpOrVersion from argv.js to clean up the code.
2026-01-18 23:10:39 +00:00
Gustavo Madeira Santana
8fddbe78cf CLI: streamline startup paths and env parsing
Add shared parseBooleanValue()/isTruthyEnvValue() and apply across CLI, gateway, memory, and live-test flags for consistent env handling.
Introduce route-first fast paths, lazy subcommand registration, and deferred plugin loading to reduce CLI startup overhead.
Centralize config validation via ensureConfigReady() and add config caching/deferred shell env fallback for fewer IO passes.
Harden logger initialization/imports and add focused tests for argv, boolean parsing, frontmatter, and CLI subcommands.
2026-01-18 23:10:39 +00:00
Peter Steinberger
9d28441c41 chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
2026-01-14 15:02:19 +00:00
Peter Steinberger
da8fcb8b25 fix(update): harden root selection 2026-01-10 20:33:02 +01:00
Claude
6e6679cfa3 CLI: add clawdbot update command and --update flag 2026-01-10 20:33:02 +01:00
Peter Steinberger
75bc1ad732 refactor: centralize unhandled rejection setup 2026-01-07 20:59:49 +00:00
Emanuel Stadler
f3e09e105f Bonjour: ignore ciao cancellation rejections 2026-01-07 20:51:54 +00:00
Peter Steinberger
9296b68b2e feat: add --dev/--profile CLI profiles 2026-01-05 01:27:13 +01:00