Skip to content

Commit e2ec9d7

Browse files
docs: add --ai key hint for Cursor in AGENTS.md
Cursor's AGENT_CONFIG key is cursor-agent but the CLI Tool column shows N/A (IDE-based). Adding the --ai flag reference in the Description column so readers know the correct key to use with specify init --ai cursor-agent. Addresses Copilot review feedback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e12cb19 commit e2ec9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
3030
| **Claude Code** | `.claude/commands/` | Markdown | `claude` | Anthropic's Claude Code CLI |
3131
| **Gemini CLI** | `.gemini/commands/` | TOML | `gemini` | Google's Gemini CLI |
3232
| **GitHub Copilot** | `.github/agents/` | Markdown | N/A (IDE-based) | GitHub Copilot in VS Code |
33-
| **Cursor** | `.cursor/commands/` | Markdown | N/A (IDE-based) | Cursor IDE |
33+
| **Cursor** | `.cursor/commands/` | Markdown | N/A (IDE-based) | Cursor IDE (`--ai cursor-agent`) |
3434
| **Qwen Code** | `.qwen/commands/` | Markdown | `qwen` | Alibaba's Qwen Code CLI |
3535
| **opencode** | `.opencode/command/` | Markdown | `opencode` | opencode CLI |
3636
| **Codex CLI** | `.agents/skills/` | Markdown | `codex` | Codex CLI (skills) |
@@ -339,7 +339,7 @@ Require a command-line tool to be installed:
339339
Work within integrated development environments:
340340

341341
- **GitHub Copilot**: Built into VS Code/compatible editors
342-
- **Cursor**: Built into Cursor IDE
342+
- **Cursor**: Built into Cursor IDE (`--ai cursor-agent`)
343343
- **Windsurf**: Built into Windsurf IDE
344344
- **Kilo Code**: Built into Kilo Code IDE
345345
- **Roo Code**: Built into Roo Code IDE

0 commit comments

Comments
 (0)