code-console
v0.0.1
Published
Code Console desktop CLI for local Claude Code and Codex control.
Maintainers
Readme
Code Console CLI
This npm package contains the Code Console native CLI for win32/x64.
It is intended for early technical users and automation. The commercial desktop distribution should use the desktop installer package.
After installation:
code-console start # stage this version, enable per-user auto-start, and return
code-console status # show running/stopped/degraded and active version
code-console update # switch to the runtime bundled by the installed npm package
code-console restart # restart only the worker after current tasks finish
code-console close # stop the worker and remove auto-startAfter start, Code Console continues running from the versioned runtime directory under %LOCALAPPDATA%\CodeConsole, independently of the global npm package directory.
Installing a newer npm package does not stop the current worker. Run code-console update (or code-console start) to perform a controlled handoff with rollback on startup failure.
close preserves configuration, credentials, EventStore data, and staged runtime versions.
