Use coding to launch coding agents or open the workspace/task TUI.
Use this command when you want INFYNON to start Claude, Codex, or Gemini with workspace/task context.
infynon coding <agent>| Command | Description |
|---|---|
infynon coding tui |
Open workspace/task TUI |
infynon coding claude |
Launch Claude Code |
infynon coding codex |
Launch Codex |
infynon coding gemini |
Launch Gemini |
infynon coding claude --cwd <path> |
Launch Claude in a specific directory |
infynon coding codex --background true |
Launch Codex in background mode |
infynon coding gemini -- <args> |
Forward extra args to Gemini |
| Option | Description |
|---|---|
| `--background true | false` |
--cwd <path> |
Override the configured agent root for this launch |
-- <agent args> |
Forward trailing arguments to the underlying agent CLI |
infynon coding claude --cwd D:/Codeverse/appinfynon coding tuiAgent CLIs must already be installed separately. If no --cwd is supplied, INFYNON uses the configured agent root.