From a25d48a6515ea36ae42cfd28137e67524b8c28fc Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Thu, 22 Jan 2026 10:48:00 +0900 Subject: [PATCH] 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. --- .github/workflows/sisyphus-agent.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sisyphus-agent.yml b/.github/workflows/sisyphus-agent.yml index 7d262e84f..42004397a 100644 --- a/.github/workflows/sisyphus-agent.yml +++ b/.github/workflows/sisyphus-agent.yml @@ -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",