mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 15:50:23 +00:00
refactor(cli): remove custom cli backends
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user