-
Notifications
You must be signed in to change notification settings - Fork 0
packages coding agent cli
Zachary BENSALEM edited this page Aug 17, 2026
·
2 revisions
Argument parsing for text, json, rpc, daemon, acp modes. Key flags: --provider, --model, --api-key, --thinking (levels: off/minimal/low/medium/high/xhigh/max), --autonomous, --resume, --fork, --extension, --skill, --theme, --no-tools, --no-extensions, --goal, --goal-token-budget, --list-models (deprecated; use model list). REMOVED_BUILTIN_TOOL_NAMES (read, write, grep, find, ls) no longer exist as built-ins.
Related: Coding agent index
- Agent package (
packages/agent) -
AI package (
packages/ai) -
Coding agent package (
packages/coding-agent)- Session runtime (
packages/coding-agent/src/core/session-manager.ts) - Coding agent tools (
packages/coding-agent/src/core/tools/) - CLI (
packages/coding-agent/src/cli/args.ts) - Daemon (
packages/coding-agent/src/modes/daemon/) - Interactive mode (
packages/coding-agent/src/modes/) - Skills (
packages/coding-agent/src/core/skills/) - Extensions (
packages/coding-agent/src/core/extensions/) - Refinement (
packages/coding-agent/src/core/refinement/) - RLM runtime (
packages/coding-agent/src/core/rlm-runtime/)
- Session runtime (
- Prime Agent runtime (
prime-agent-runtime/) - TUI (
packages/tui) - Web app (
web/app) - Web design (
web/design) - Web protocol (
web/protocol) - Web server (
web/server)
- Streaming chat
- Tool cards
- Providers and models (
packages/ai) - Sessions and branching
- Slash commands
- MCP
- OAuth