feat(mini): migrate mini to v2 (#34895)
feat(run): migrate non-interactive prompts to V2 feat(run): route mini prompts through V2 fix(run): use current session contracts fix(run): fix V2 prompt turns feat(cli): add mini subcommand feat(run): use settled execution events fix(run): handle remote prompt file attachments feat(run): send prompt files as attachments feat(run): use current APIs for run state fix(run): adopt app-node runtime deps feat(run): track subagent sessions feat(run): move catalogs and default model onto current APIs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import yargs from "yargs"
|
||||
import { MiniCommand } from "./cli/cmd/mini"
|
||||
import { TuiThreadCommand } from "./cli/cmd/tui"
|
||||
import { InstallationVersion } from "@opencode-ai/core/installation/version"
|
||||
import { hideBin } from "yargs/helpers"
|
||||
@@ -27,5 +28,6 @@ const cli = yargs(hideBin(process.argv))
|
||||
if (opts.printLogs) process.env.OPENCODE_PRINT_LOGS = "1"
|
||||
if (opts.logLevel) process.env.OPENCODE_LOG_LEVEL = opts.logLevel
|
||||
})
|
||||
.command(MiniCommand)
|
||||
.command(TuiThreadCommand)
|
||||
.parse()
|
||||
|
||||
Reference in New Issue
Block a user