refactor(cli): remove custom cli backends

This commit is contained in:
Peter Steinberger
2026-04-05 18:04:02 +01:00
parent 8f9b1ad48d
commit 6243806f7b
77 changed files with 1241 additions and 2491 deletions

View File

@@ -1949,7 +1949,7 @@ export type OpenClawPluginService = {
/** Plugin-owned CLI backend defaults used by the text-only CLI runner. */
export type CliBackendPlugin = {
/** Provider id used in model refs, for example `claude-cli/opus`. */
/** Provider id used in model refs, for example `codex-cli/gpt-5`. */
id: string;
/** Default backend config before user overrides from `agents.defaults.cliBackends`. */
config: CliBackendConfig;