Drop opus flag
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export const claude = agent({
|
|||||||
options: {
|
options: {
|
||||||
...sandboxOptions,
|
...sandboxOptions,
|
||||||
mcpServers,
|
mcpServers,
|
||||||
model: "claude-opus-4-5",
|
// model: "claude-opus-4-5",
|
||||||
pathToClaudeCodeExecutable: cliPath,
|
pathToClaudeCodeExecutable: cliPath,
|
||||||
env: createAgentEnv({ ANTHROPIC_API_KEY: apiKey }),
|
env: createAgentEnv({ ANTHROPIC_API_KEY: apiKey }),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -93331,7 +93331,7 @@ var claude = agent({
|
|||||||
options: {
|
options: {
|
||||||
...sandboxOptions,
|
...sandboxOptions,
|
||||||
mcpServers,
|
mcpServers,
|
||||||
model: "claude-opus-4-5",
|
// model: "claude-opus-4-5",
|
||||||
pathToClaudeCodeExecutable: cliPath,
|
pathToClaudeCodeExecutable: cliPath,
|
||||||
env: createAgentEnv({ ANTHROPIC_API_KEY: apiKey })
|
env: createAgentEnv({ ANTHROPIC_API_KEY: apiKey })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user