Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 840 Bytes

File metadata and controls

43 lines (28 loc) · 840 Bytes

Agent Launch Issues

Use this page when infynon coding claude, infynon coding codex, or infynon coding gemini does not launch correctly.

Check agent CLI

Make sure the underlying agent CLI is installed:

claude --version
codex --version
gemini --version

Check agent root

infynon workspace agent-root-show

Set it if missing:

infynon workspace agent-root-set --mutate --path D:/Codeverse/infynon-agent

Launch with explicit directory

infynon coding claude --cwd D:/Codeverse/app
infynon coding codex --cwd D:/Codeverse/app
infynon coding gemini --cwd D:/Codeverse/app

Notes

INFYNON launches agent CLIs. It does not install Claude, Codex, or Gemini for you.

Related docs