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