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:
justsisyphus
2026-01-22 10:48:00 +09:00
parent 3bea6a043d
commit a25d48a651

View File

@@ -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",