feat: add startup debug command (#24310)

This commit is contained in:
Dax
2026-04-25 11:08:19 -04:00
committed by GitHub
parent 1865f4fc5f
commit cbf59f63ee
2 changed files with 13 additions and 0 deletions
@@ -9,6 +9,7 @@ import { ScrapCommand } from "./scrap"
import { SkillCommand } from "./skill"
import { SnapshotCommand } from "./snapshot"
import { AgentCommand } from "./agent"
import { StartupCommand } from "./startup"
export const DebugCommand = cmd({
command: "debug",
@@ -22,6 +23,7 @@ export const DebugCommand = cmd({
.command(ScrapCommand)
.command(SkillCommand)
.command(SnapshotCommand)
.command(StartupCommand)
.command(AgentCommand)
.command(PathsCommand)
.command({