feat(cli): New debug agent <name> subcommand (#6529)

This commit is contained in:
Eric Guo
2026-01-01 01:16:03 +08:00
committed by GitHub
parent fcfcdd95e9
commit b97d20f252
2 changed files with 53 additions and 0 deletions
@@ -8,6 +8,7 @@ import { RipgrepCommand } from "./ripgrep"
import { ScrapCommand } from "./scrap"
import { SkillCommand } from "./skill"
import { SnapshotCommand } from "./snapshot"
import { AgentCommand } from "./agent"
export const DebugCommand = cmd({
command: "debug",
@@ -20,6 +21,7 @@ export const DebugCommand = cmd({
.command(ScrapCommand)
.command(SkillCommand)
.command(SnapshotCommand)
.command(AgentCommand)
.command(PathsCommand)
.command({
command: "wait",