feat(cli): port ACP to V2 (#37907)

This commit is contained in:
Shoubhit Dash 2026-07-21 21:13:21 +05:30 committed by GitHub
commit cf651bc41b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 6020 additions and 32 deletions

View file

@ -15,6 +15,7 @@ import { Npm } from "@opencode-ai/util/npm"
const Handlers = Runtime.handlers(Commands, {
$: () => import("./commands/handlers/default"),
acp: () => import("./commands/handlers/acp"),
api: () => import("./commands/handlers/api"),
auth: {
connect: () => import("./commands/handlers/auth/connect"),