Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.36 KB

File metadata and controls

57 lines (38 loc) · 1.36 KB

coding

Use coding to launch coding agents or open the workspace/task TUI.

When to use

Use this command when you want INFYNON to start Claude, Codex, or Gemini with workspace/task context.

Basic usage

infynon coding <agent>

Common commands

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

Options

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

Examples

Launch Claude

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

Open task TUI

infynon coding tui

Notes

Agent CLIs must already be installed separately. If no --cwd is supplied, INFYNON uses the configured agent root.

Related docs