Commit 707899ef39ab

Vincent Demeester <vincent@sbr.pm>
2026-05-18 12:19:27
feat(pi): add GitHub Copilot provider modes
Added fast-oss, code-oss, codex-oss, and premium variants using github-copilot provider. Removed the old free mode superseded by fast-oss with newer sonnet-4.6 model.
1 parent 63b92c6
Changed files (1)
dots
pi
dots/pi/agent/modes.json
@@ -31,11 +31,35 @@
       "thinkingLevel": "minimal",
       "color": "#34a853"
     },
-    "free": {
+    "fast-oss": {
       "provider": "github-copilot",
-      "modelId": "claude-sonnet-4.5",
-      "thinkingLevel": "minimal",
-      "color": "#6366f1"
+      "modelId": "claude-sonnet-4.6",
+      "thinkingLevel": "off",
+      "color": "#22d3ee"
+    },
+    "code-oss": {
+      "provider": "github-copilot",
+      "modelId": "claude-opus-4.6",
+      "thinkingLevel": "low",
+      "color": "#f97316"
+    },
+    "codex-oss": {
+      "provider": "github-copilot",
+      "modelId": "gpt-5.3-codex",
+      "thinkingLevel": "low",
+      "color": "#a3e635"
+    },
+    "code-oss-premium": {
+      "provider": "github-copilot",
+      "modelId": "claude-opus-4.7",
+      "thinkingLevel": "low",
+      "color": "#e879f9"
+    },
+    "codex-oss-premium": {
+      "provider": "github-copilot",
+      "modelId": "gpt-5.5",
+      "thinkingLevel": "low",
+      "color": "#fbbf24"
     },
     "free-code": {
       "provider": "openrouter",