feat(v2/cli): add console login (#35969)

This commit is contained in:
Simon Klee
2026-07-09 00:00:09 +02:00
committed by GitHub
parent 212c9f99ee
commit 19f42f7102
10 changed files with 584 additions and 28 deletions
+3
View File
@@ -24,6 +24,9 @@ const Handlers = Runtime.handlers(Commands, {
debug: {
agents: () => import("./commands/handlers/debug/agents"),
},
console: {
login: () => import("./commands/handlers/console/login"),
},
mcp: {
list: () => import("./commands/handlers/mcp/list"),
add: () => import("./commands/handlers/mcp/add"),