fix(ci): add default model to sisyphus-agent workflow
The workflow was setting up anthropic provider but missing the required 'model' field in opencode.json, causing session creation failures.
This commit is contained in:
1
.github/workflows/sisyphus-agent.yml
vendored
1
.github/workflows/sisyphus-agent.yml
vendored
@@ -114,6 +114,7 @@ jobs:
|
||||
|
||||
OPENCODE_JSON=~/.config/opencode/opencode.json
|
||||
jq --arg baseURL "$ANTHROPIC_BASE_URL" --arg apiKey "$ANTHROPIC_API_KEY" '
|
||||
.model = "anthropic/claude-opus-4-5" |
|
||||
.provider.anthropic = {
|
||||
"name": "Anthropic",
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
|
||||
Reference in New Issue
Block a user