Skip to content

Commit 90b6ced

Browse files
committed
fix(agent): include Kiro in the agent command description
The top-level `agent` command description listed the other targets but omitted Kiro (a pre-existing gap), leaving it inconsistent with the `--target` help text and the docs. Align the description with the `--target` list so every supported target is named.
1 parent f839518 commit 90b6ced

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/commands/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ function collect(v: string, prev: string[]): string[] {
10611061

10621062
export function createAgentCommand(deps: AgentDeps = {}): Command {
10631063
const agent = new Command('agent').description(
1064-
'Install TestSprite guidance into coding-agent config (Claude Code, Cursor, Cline, Windsurf, Copilot, Antigravity, Codex)',
1064+
'Install TestSprite guidance into coding-agent config (Claude Code, Cursor, Cline, Antigravity, Kiro, Windsurf, Copilot, Codex)',
10651065
);
10661066

10671067
agent

test/__snapshots__/help.snapshot.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`--help snapshots > agent 1`] = `
44
"Usage: testsprite agent [options] [command]
55
66
Install TestSprite guidance into coding-agent config (Claude Code, Cursor,
7-
Cline, Windsurf, Copilot, Antigravity, Codex)
7+
Cline, Antigravity, Kiro, Windsurf, Copilot, Codex)
88
99
Options:
1010
-h, --help display help for command
@@ -651,8 +651,8 @@ Commands:
651651
project Manage TestSprite projects
652652
test Inspect TestSprite tests
653653
agent Install TestSprite guidance into coding-agent
654-
config (Claude Code, Cursor, Cline, Windsurf,
655-
Copilot, Antigravity, Codex)
654+
config (Claude Code, Cursor, Cline, Antigravity,
655+
Kiro, Windsurf, Copilot, Codex)
656656
usage|credits Show credit balance and plan/entitlement info
657657
(proactive pre-flight before a large test run)
658658
help [command] display help for command

0 commit comments

Comments
 (0)