Commit d6d9ae6cc11b

Vincent Demeester <vincent@sbr.pm>
2026-07-28 22:39:56
feat(pi): use claude opus-5 and sonnet-5 modes
Bumped the github-copilot code-oss and fast-oss modes to the newly available opus-5 and sonnet-5 models, and kept the previous opus-4.8 and sonnet-4.6 models reachable through dedicated fallback modes.
1 parent d542298
Changed files (1)
dots
pi
dots/pi/agent/modes.json
@@ -32,12 +32,24 @@
       "color": "#34a853"
     },
     "fast-oss": {
+      "provider": "github-copilot",
+      "modelId": "claude-sonnet-5",
+      "thinkingLevel": "off",
+      "color": "#22d3ee"
+    },
+    "fast-oss-previous": {
       "provider": "github-copilot",
       "modelId": "claude-sonnet-4.6",
       "thinkingLevel": "off",
       "color": "#22d3ee"
     },
     "code-oss": {
+      "provider": "github-copilot",
+      "modelId": "claude-opus-5",
+      "thinkingLevel": "low",
+      "color": "#f97316"
+    },
+    "code-oss-previous": {
       "provider": "github-copilot",
       "modelId": "claude-opus-4.8",
       "thinkingLevel": "low",