Commit d6d9ae6cc11b
Changed files (1)
dots
pi
agent
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",