Skip to content

Commit ea52080

Browse files
committed
docs: link CLI agents to harness chapter
1 parent bfb0c54 commit ea52080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/developer-tools/cli-coding-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ToolMark from '@site/src/components/VisualElements/ToolMark';
77

88
# CLI Coding Agents
99

10-
**CLI coding agents are the orchestration layer for agentic development.** They read and change files, run commands, and work naturally with terminals, SSH, worktrees, and scripts. They are distinct from IDE-bound assistants — today led by GitHub Copilot's agent mode in VS Code and Zed's agent panel, alongside Cursor and Windsurf — though the boundary keeps blurring: Copilot and Cursor ship their own CLIs, and Zed hosts CLI agents like Claude Code via ACP and terminal threads.
10+
**CLI coding agents are the orchestration layer for agentic development.** [How agents work](/how-agents-work) explains the harness loop behind that orchestration. CLI agents read and change files, run commands, and work naturally with terminals, SSH, worktrees, and scripts. They are distinct from IDE-bound assistants — today led by GitHub Copilot's agent mode in VS Code and Zed's agent panel, alongside Cursor and Windsurf — though the boundary keeps blurring: Copilot and Cursor ship their own CLIs, and Zed hosts CLI agents like Claude Code via ACP and terminal threads.
1111

1212
This is an opinionated shortlist for serious engineering work, ordered by recommendation. The practical differences are model choice, subscription economics, and how much of the workflow the tool imposes on you.
1313

0 commit comments

Comments
 (0)