Commit ff4d58c0f83a

Vincent Demeester <vincent@sbr.pm>
2026-06-08 10:39:55
pi: update code-work and code-oss mode providers
Switched code-work to anthropic-vertex and updated code-oss to claude-opus-4.8.
1 parent 72282c9
Changed files (1)
dots
pi
dots/pi/agent/modes.json
@@ -15,7 +15,7 @@
     },
     "code-work": {
       "provider": "anthropic-vertex",
-      "modelId": "claude-opus-4-6",
+      "modelId": "claude-opus-4-8",
       "thinkingLevel": "low",
       "color": "#b45309"
     },
@@ -39,7 +39,7 @@
     },
     "code-oss": {
       "provider": "github-copilot",
-      "modelId": "claude-opus-4.6",
+      "modelId": "claude-opus-4.8",
       "thinkingLevel": "low",
       "color": "#f97316"
     },