CLI Companion — copy-only terminal guidance
CLI Companion
섹션 제목: “CLI Companion”The CLI Code dashboard includes a copy-only companion for the executable CLI targets supported by this OmniRoute version. It does not start a process, write configuration, test inference or send credentials to the clipboard.
Server detection is not browser detection
섹션 제목: “Server detection is not browser detection”Detection, runtime and configuration status describe the machine running the OmniRoute server. If you open a remote dashboard from your laptop, a missing CLI on that server says nothing about the CLI installed on your laptop. Unknown and failed detection remain explicit; they are not treated as “not installed”. Raw diagnostic errors and configuration endpoints are not shown in this panel.
Copy commands into the terminal of the machine where you want to use the CLI. The companion does not block local instructions when server detection fails.
Local or remote contexts
섹션 제목: “Local or remote contexts”Start by inspecting the contexts already configured in your terminal:
omniroute contexts listomniroute contexts currentLeave the companion’s context field empty to use the CLI’s active context, or
enter an existing context name. A named context may point to a local or remote
server. The dashboard does not read your terminal’s context store, create a
context or copy its credentials. For example, if office already exists:
omniroute configure claude --context officeomniroute run claude --context office --dry-runconfigure is interactive and writes configuration on the machine where you
execute it. run --dry-run displays the launch plan without starting the target;
it does not establish that upstream inference works. Authenticate the terminal
using the existing CLI context workflow before running these commands.
Only capabilities declared by the executable manifest are offered. If a target requires a model, its launch command remains unavailable until you supply a real model identifier. Context/model fields accept a restricted literal character set; shell operators, whitespace and leading option syntax are rejected.
If clipboard access fails, the panel reports the failure and leaves the command visible for manual selection. Copying never executes it.
Implementation boundary
섹션 제목: “Implementation boundary”The server-only loader in src/lib/cli-helper/companionTargets.ts projects the
executable manifest into public descriptors. The browser receives only target
IDs, display names and capability flags, not Node modules or runtime secrets.
Command validation and status mapping live in src/shared/utils/cliCompanion.ts.
The panel reuses the dashboard’s existing batch-status request; it introduces no
execution API or additional status polling.
HagiCode
HagiCode는 구조화된 워크플로, 다중 에이전트 실행, Hero Dungeon 뷰를 갖춘 에이전트 코딩 작업 공간입니다.
더 스마트하고 빠르며 즐거운 에이전트 워크플로로 유용한 소프트웨어를 만드세요.

- Smart구조화된 워크플로는 의도를 아이디어부터 배포까지 실행 가능한 경로로 바꿉니다.
- Efficient다중 에이전트 워크플로로 조사, 구현, 검토를 병렬로 진행합니다.
- FunHero Dungeon은 긴 코딩 세션을 시각적이고 협업적인 경험으로 만듭니다.