mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
* Add Command Code as a supported CLI agent Register Command Code (https://commandcode.ai) across the agent catalog, launch config, telemetry kind, agent-status icon record, and settings search. Detection uses the full `command-code` binary rather than the shorter `cmd` alias that `npm i -g command-code` also installs — agent-process-recognition normalizes process names by stripping `.exe`/`.cmd` extensions, so using `cmd` would collide with Windows' built-in `cmd.exe` shell. Closes #2083 * Complete Command Code agent registration --------- Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>