mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
test(anthropic): cover Sonnet 5 CLI allowlist
This commit is contained in:
parent
7d82e5b658
commit
45d0970a7d
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ describe("anthropic cli migration", () => {
|
|||
agentRuntime: { id: "claude-cli" },
|
||||
},
|
||||
"anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-opus-4-6": {
|
||||
alias: "Opus",
|
||||
|
|
@ -259,6 +260,7 @@ describe("anthropic cli migration", () => {
|
|||
models: {
|
||||
"openai/gpt-5.2": {},
|
||||
"anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-opus-4-7": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-opus-4-6": { agentRuntime: { id: "claude-cli" } },
|
||||
|
|
@ -303,6 +305,7 @@ describe("anthropic cli migration", () => {
|
|||
model: { primary: "anthropic/claude-opus-4-7" },
|
||||
models: {
|
||||
"anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-opus-4-7": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } },
|
||||
"anthropic/claude-opus-4-6": { agentRuntime: { id: "claude-cli" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue