mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
refactor: move legacy auth choice aliases into plugin manifests
This commit is contained in:
@@ -192,6 +192,7 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
provider: "anthropic",
|
||||
method: "cli",
|
||||
choiceId: "anthropic-cli",
|
||||
deprecatedChoiceIds: ["claude-cli"],
|
||||
choiceLabel: "Anthropic Claude CLI",
|
||||
choiceHint: "Reuse a local Claude CLI login on this host",
|
||||
groupId: "anthropic",
|
||||
@@ -11374,6 +11375,7 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
provider: "openai-codex",
|
||||
method: "oauth",
|
||||
choiceId: "openai-codex",
|
||||
deprecatedChoiceIds: ["codex-cli"],
|
||||
choiceLabel: "OpenAI Codex (ChatGPT OAuth)",
|
||||
choiceHint: "Browser sign-in",
|
||||
groupId: "openai",
|
||||
|
||||
Reference in New Issue
Block a user