opencodekit 0.22.0 → 0.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +4 -25
  3. package/dist/template/.opencode/.template-manifest.json +115 -188
  4. package/dist/template/.opencode/AGENTS.md +21 -4
  5. package/dist/template/.opencode/README.md +1 -1
  6. package/dist/template/.opencode/agent/build.md +155 -13
  7. package/dist/template/.opencode/agent/plan.md +7 -16
  8. package/dist/template/.opencode/agent/scout.md +2 -2
  9. package/dist/template/.opencode/artifacts/.active +1 -0
  10. package/dist/template/.opencode/artifacts/example/plan.md +12 -0
  11. package/dist/template/.opencode/artifacts/example/progress.md +4 -0
  12. package/dist/template/.opencode/artifacts/example/research.md +4 -0
  13. package/dist/template/.opencode/artifacts/example/spec.md +16 -0
  14. package/dist/template/.opencode/artifacts/todo.md +5 -0
  15. package/dist/template/.opencode/artifacts/verify.log +4 -0
  16. package/dist/template/.opencode/command/clarify.md +6 -8
  17. package/dist/template/.opencode/command/create.md +29 -71
  18. package/dist/template/.opencode/command/design.md +1 -2
  19. package/dist/template/.opencode/command/explore.md +3 -4
  20. package/dist/template/.opencode/command/fix.md +0 -1
  21. package/dist/template/.opencode/command/init.md +1 -4
  22. package/dist/template/.opencode/command/plan.md +30 -60
  23. package/dist/template/.opencode/command/pr.md +10 -28
  24. package/dist/template/.opencode/command/refactor.md +0 -1
  25. package/dist/template/.opencode/command/research.md +7 -29
  26. package/dist/template/.opencode/command/review-codebase.md +6 -13
  27. package/dist/template/.opencode/command/ship.md +136 -78
  28. package/dist/template/.opencode/command/ui-review.md +2 -4
  29. package/dist/template/.opencode/command/verify.md +15 -23
  30. package/dist/template/.opencode/dcp-prompts/overrides/compress-range.md +89 -0
  31. package/dist/template/.opencode/dcp.jsonc +96 -96
  32. package/dist/template/.opencode/memory/README.md +1 -1
  33. package/dist/template/.opencode/memory/_templates/prd.md +1 -1
  34. package/dist/template/.opencode/memory/_templates/roadmap.md +1 -1
  35. package/dist/template/.opencode/memory/_templates/state.md +1 -1
  36. package/dist/template/.opencode/memory/project/gotchas.md +3 -3
  37. package/dist/template/.opencode/memory/project/project.md +2 -2
  38. package/dist/template/.opencode/memory/project/roadmap.md +1 -1
  39. package/dist/template/.opencode/memory/project/state.md +2 -2
  40. package/dist/template/.opencode/memory/project/tech-stack.md +2 -2
  41. package/dist/template/.opencode/opencode.json +112 -152
  42. package/dist/template/.opencode/plugin/README.md +11 -1
  43. package/dist/template/.opencode/plugin/session-summary.ts +542 -0
  44. package/dist/template/.opencode/skill/brainstorming/SKILL.md +1 -1
  45. package/dist/template/.opencode/skill/context-engineering/SKILL.md +1 -1
  46. package/dist/template/.opencode/skill/development-lifecycle/SKILL.md +26 -45
  47. package/dist/template/.opencode/skill/gemini-large-context/SKILL.md +4 -4
  48. package/dist/template/.opencode/skill/opensrc/references/example-workflow.md +1 -1
  49. package/dist/template/.opencode/skill/subagent-driven-development/SKILL.md +1 -1
  50. package/dist/template/.opencode/skill/using-git-worktrees/SKILL.md +6 -6
  51. package/dist/template/.opencode/skill/verification-before-completion/SKILL.md +6 -6
  52. package/dist/template/.opencode/skill/verification-before-completion/references/VERIFICATION_PROTOCOL.md +5 -5
  53. package/package.json +76 -76
  54. package/dist/template/.opencode/plans/1768385996691-silent-wizard.md +0 -247
  55. package/dist/template/.opencode/plans/1770006237537-mighty-otter.md +0 -418
  56. package/dist/template/.opencode/plans/1770006913647-glowing-forest.md +0 -170
  57. package/dist/template/.opencode/plans/1770013678126-witty-planet.md +0 -278
  58. package/dist/template/.opencode/plans/1770112267595-shiny-rocket.md +0 -258
  59. package/dist/template/.opencode/plans/swarm-protocol.md +0 -123
  60. package/dist/template/.opencode/skill/beads/SKILL.md +0 -182
  61. package/dist/template/.opencode/skill/beads/references/BEST_PRACTICES.md +0 -27
  62. package/dist/template/.opencode/skill/beads/references/BOUNDARIES.md +0 -219
  63. package/dist/template/.opencode/skill/beads/references/DEPENDENCIES.md +0 -124
  64. package/dist/template/.opencode/skill/beads/references/EXAMPLES.md +0 -45
  65. package/dist/template/.opencode/skill/beads/references/FILE_CLAIMING.md +0 -101
  66. package/dist/template/.opencode/skill/beads/references/GIT_SYNC.md +0 -25
  67. package/dist/template/.opencode/skill/beads/references/HIERARCHY.md +0 -71
  68. package/dist/template/.opencode/skill/beads/references/MULTI_AGENT.md +0 -40
  69. package/dist/template/.opencode/skill/beads/references/RESUMABILITY.md +0 -177
  70. package/dist/template/.opencode/skill/beads/references/SESSION_PROTOCOL.md +0 -61
  71. package/dist/template/.opencode/skill/beads/references/TASK_CREATION.md +0 -38
  72. package/dist/template/.opencode/skill/beads/references/TROUBLESHOOTING.md +0 -38
  73. package/dist/template/.opencode/skill/beads/references/WORKFLOWS.md +0 -226
@@ -1,98 +1,98 @@
1
1
  {
2
- "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json",
3
- "enabled": true,
4
- // Disable auto-update for config stability — update explicitly when pinning new versions.
5
- // v3.1.10+ auto-update is mature; set true if you want rolling bug fixes.
6
- "autoUpdate": false,
7
- "debug": false,
8
- // "off" | "minimal" | "detailed" — keep minimal for low-noise dev flow
9
- "pruneNotification": "minimal",
10
- // "chat" (in-conversation) or "toast" (system notification)
11
- "pruneNotificationType": "toast",
12
- // Slash commands: /dcp context, /dcp stats, /dcp sweep, /dcp compress,
13
- // /dcp decompress, /dcp recompress, /dcp manual
14
- "commands": {
15
- "enabled": true,
16
- // Additional tools to protect from /dcp sweep (supports glob wildcards)
17
- "protectedTools": ["observation", "memory-*"]
18
- },
19
- // Manual mode: when enabled, tools only run via /dcp commands — no autonomous pruning
20
- "manualMode": {
21
- "enabled": false,
22
- "automaticStrategies": true
23
- },
24
- // Protect recent tool outputs from pruning
25
- "turnProtection": {
26
- "enabled": false,
27
- "turns": 4
28
- },
29
- // Glob patterns matched against tool parameters.filePath — keep tight
30
- // Broad patterns reduce DCP effectiveness
31
- "protectedFilePatterns": [
32
- "**/.env*",
33
- "**/AGENTS.md",
34
- "**/opencode.json*",
35
- "**/package.json",
36
- "**/tsconfig.json"
37
- ],
38
- "compress": {
39
- // "range" (stable) compresses spans into block summaries
40
- // "message" (experimental) compresses individual raw messages
41
- "mode": "range",
42
- // "allow" (no prompt) | "ask" (prompt) | "deny" (tool not registered)
43
- "permission": "allow",
44
- "showCompression": false,
45
- // v3.1.0+: active summary tokens extend effective maxContextLimit
46
- "summaryBuffer": true,
47
- // v3.1.10+: percentage strings now use the model input budget directly —
48
- // safe for GitHub Copilot and all other providers (no modelContextLimit required)
49
- // Soft upper threshold: above this, strong compression nudges fire
50
- "maxContextLimit": "75%",
51
- // Soft lower threshold: below this, turn/iteration reminders are off
52
- "minContextLimit": "30%",
53
- // How often context-limit nudge fires above maxContextLimit (1 = every fetch)
54
- "nudgeFrequency": 5,
55
- // Messages since last user message before adding compression reminders
56
- "iterationNudgeThreshold": 15,
57
- // "strong" = more likely to compress, "soft" = less likely
58
- "nudgeForce": "soft",
59
- // Keep user messages compressible to avoid permanent context growth
60
- "protectUserMessages": false,
61
- // v3.1.11+: preserve text wrapped in <protect>...</protect> during compression
62
- "protectTags": false,
63
- // Optional per-model max context limits only if you need different thresholds
64
- // per model. Uncomment and adjust for your models:
65
- // "modelMaxLimits": {
66
- // "anthropic/claude-sonnet-4.6": "80%",
67
- // "openai/gpt-5.3-codex": "80%",
68
- // "github/github-copilot": "65%"
69
- // },
70
- // "modelMinLimits": {
71
- // "anthropic/claude-sonnet-4.6": "30%"
72
- // },
73
- // Auto-protected by DCP: task, skill, todowrite, todoread, compress, batch,
74
- // plan_enter, plan_exit, write, edit
75
- // Only list ADDITIONAL tools whose outputs should be appended to compression summaries
76
- "protectedTools": ["observation", "memory-*"]
77
- },
78
- "experimental": {
79
- // Allow DCP processing in subagent sessions (default: false)
80
- "allowSubAgents": false,
81
- // Enable user-editable prompt overrides under dcp-prompts directories
82
- "customPrompts": true
83
- },
84
- // Automatic pruning strategies (zero LLM cost)
85
- "strategies": {
86
- // Removes duplicate tool calls (same tool + same arguments), keeps most recent
87
- "deduplication": {
88
- "enabled": true,
89
- "protectedTools": []
90
- },
91
- // Prunes inputs from errored tool calls after N turns (error messages preserved)
92
- "purgeErrors": {
93
- "enabled": true,
94
- "turns": 4,
95
- "protectedTools": []
96
- }
97
- }
2
+ "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json",
3
+ "enabled": true,
4
+ // Disable auto-update for config stability — update explicitly when pinning new versions.
5
+ // v3.1.10+ auto-update is mature; set true if you want rolling bug fixes.
6
+ "autoUpdate": false,
7
+ "debug": false,
8
+ // "off" | "minimal" | "detailed" — keep minimal for low-noise dev flow
9
+ "pruneNotification": "minimal",
10
+ // "chat" (in-conversation) or "toast" (system notification)
11
+ "pruneNotificationType": "toast",
12
+ // Slash commands: /dcp context, /dcp stats, /dcp sweep, /dcp compress,
13
+ // /dcp decompress, /dcp recompress, /dcp manual
14
+ "commands": {
15
+ "enabled": true,
16
+ // Additional tools to protect from /dcp sweep (supports glob wildcards)
17
+ "protectedTools": ["observation", "memory-*"],
18
+ },
19
+ // Manual mode: when enabled, tools only run via /dcp commands — no autonomous pruning
20
+ "manualMode": {
21
+ "enabled": false,
22
+ "automaticStrategies": true,
23
+ },
24
+ // Protect recent tool outputs from pruning
25
+ // Reasoning models (mimo, deepseek) need chain-of-thought context preserved
26
+ "turnProtection": {
27
+ "enabled": true,
28
+ "turns": 4,
29
+ },
30
+ // Glob patterns matched against tool parameters.filePath — keep tight
31
+ // Broad patterns reduce DCP effectiveness
32
+ "protectedFilePatterns": [
33
+ "**/.env*",
34
+ "**/AGENTS.md",
35
+ "**/opencode.json*",
36
+ "**/package.json",
37
+ "**/tsconfig.json",
38
+ ],
39
+ "compress": {
40
+ // "range" (stable) compresses spans into block summaries
41
+ // "message" (experimental) compresses individual raw messages
42
+ "mode": "range",
43
+ // "allow" (no prompt) | "ask" (prompt) | "deny" (tool not registered)
44
+ "permission": "allow",
45
+ "showCompression": false,
46
+ // v3.1.0+: active summary tokens extend effective maxContextLimit
47
+ "summaryBuffer": true,
48
+ // Free tier effective limits: deepseek-v4-flash ~262K, mimo-v2.5 ~200K
49
+ // Using absolute token numbers (not percentages) since reported ctx (1M) ≠ effective ctx
50
+ // Soft upper threshold: above this, strong compression nudges fire
51
+ "maxContextLimit": 140000,
52
+ // Soft lower threshold: below this, turn/iteration reminders are off
53
+ "minContextLimit": 50000,
54
+ // Tighter nudge cadence — limited effective context fills fast on long sessions
55
+ "nudgeFrequency": 3,
56
+ // Messages since last user message before adding compression reminders
57
+ "iterationNudgeThreshold": 15,
58
+ // "strong" = more likely to compress, "soft" = less likely
59
+ // Soft keeps reasoning continuity for mimo — avoid abortive compression
60
+ "nudgeForce": "soft",
61
+ // Keep user messages compressible to avoid permanent context growth
62
+ "protectUserMessages": false,
63
+ // v3.1.11+: preserve text wrapped in <protect>...</protect> during compression
64
+ "protectTags": false,
65
+ // Per-model max context limits — absolute numbers tuned to free tier effective limits
66
+ "modelMaxLimits": {
67
+ "opencode/deepseek-v4-flash-free": 170000,
68
+ },
69
+ "modelMinLimits": {
70
+ "opencode/deepseek-v4-flash-free": 50000,
71
+ },
72
+ // Auto-protected by DCP: task, skill, todowrite, todoread, compress, batch,
73
+ // plan_enter, plan_exit, write, edit
74
+ // Only list ADDITIONAL tools whose outputs should be appended to compression summaries
75
+ "protectedTools": ["observation", "memory-*"],
76
+ },
77
+ "experimental": {
78
+ // Allow DCP processing in subagent sessions (default: false)
79
+ "allowSubAgents": false,
80
+ // Enable user-editable prompt overrides under dcp-prompts directories
81
+ "customPrompts": true,
82
+ },
83
+ // Automatic pruning strategies (zero LLM cost)
84
+ "strategies": {
85
+ // Removes duplicate tool calls (same tool + same arguments), keeps most recent
86
+ "deduplication": {
87
+ "enabled": true,
88
+ "protectedTools": [],
89
+ },
90
+ // Prunes inputs from errored tool calls after N turns (error messages preserved)
91
+ // Aggressive: 2 turns errors waste precious effective context
92
+ "purgeErrors": {
93
+ "enabled": true,
94
+ "turns": 2,
95
+ "protectedTools": [],
96
+ },
97
+ },
98
98
  }
@@ -74,7 +74,7 @@ memory/
74
74
  ### Session End
75
75
 
76
76
  1. Summary appended to `daily/YYYY-MM-DD.md`
77
- 2. Sync beads: `br sync --flush-only`
77
+ 2. Plan files in `.opencode/artifacts/<slug>/` are git-tracked — commit changes when closing a session
78
78
 
79
79
  ## Philosophy
80
80
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  ```yaml
17
17
  depends_on: [] # Bead IDs that must complete before this one
18
- parallel: true # Can run concurrently with other parallel beads
18
+ parallel: true # Can run concurrently with other parallel tasks
19
19
  conflicts_with: [] # Bead IDs that modify same files (cannot parallelize)
20
20
  blocks: [] # Bead IDs waiting on this one
21
21
  estimated_hours: 2 # Time estimate for planning
@@ -78,7 +78,7 @@ updated: 2024-12-21
78
78
 
79
79
  - `Not Started` - No work begun
80
80
  - `In Progress` - Active development
81
- - `Complete` - All beads closed
81
+ - `Complete` - All tasks closed
82
82
 
83
83
  **Type:**
84
84
 
@@ -16,7 +16,7 @@ updated: 2024-12-21
16
16
 
17
17
  ## Recent Completed Work
18
18
 
19
- <!-- Last 3-5 completed beads -->
19
+ <!-- Last 3-5 completed tasks -->
20
20
 
21
21
  | Bead | Title | Completed | Summary |
22
22
  | ------ | ------- | --------- | ------------------ |
@@ -61,7 +61,7 @@ The edit tool (`str_replace`) is the #1 source of failures in LLM coding. Models
61
61
  - Build copies `.opencode/` to `dist/template/` via rsync
62
62
  - Run `npm run build` to regenerate
63
63
 
64
- ## Beads
64
+ ## Plans
65
65
 
66
- - Only leader agents (build, plan) should modify beads state
67
- - Subagents read with `br show <id>`, report findings back
66
+ - Only leader agents (build, plan) should modify plan files in `.opencode/artifacts/<slug>/`
67
+ - Subagents read plan files, report findings back
@@ -17,7 +17,7 @@ OpenCodeKit (`ock`) enables developers to bootstrap AI-assisted development envi
17
17
  - [ ] Generated projects include all essential files (AGENTS.md, skills, commands, memory)
18
18
  - [ ] 100% of generated templates pass validation (typecheck, lint)
19
19
  - [ ] Templates are customizable through CLI prompts or config
20
- - [ ] Integration with beads for task tracking works out-of-the-box
20
+ - [ ] Integration with artifacts for task tracking works out-of-the-box
21
21
 
22
22
  ## Target Users
23
23
 
@@ -49,7 +49,7 @@ OpenCodeKit (`ock`) enables developers to bootstrap AI-assisted development envi
49
49
  - **CLI Framework:** cac
50
50
  - **UI Prompts:** @clack/prompts
51
51
  - **Validation:** zod
52
- - **Task Tracking:** beads_rust (br)
52
+ - **Task Tracking:** `.opencode/artifacts/` - Per-feature task tracking with `<slug>/{spec,plan,progress,research}.md`
53
53
 
54
54
  ## Current Phase
55
55
 
@@ -127,7 +127,7 @@ updated: 2026-02-12
127
127
 
128
128
  - `Not Started` - No work begun
129
129
  - `In Progress` - Active development
130
- - `Complete` - All beads closed
130
+ - `Complete` - All tasks closed
131
131
 
132
132
  **Type:**
133
133
 
@@ -52,7 +52,7 @@ updated: 2026-02-12
52
52
 
53
53
  - Target: solo developers and teams
54
54
  - Key differentiator: validated, ready-to-use templates
55
- - Integration with beads_rust for task tracking
55
+ - Integration with artifacts for task tracking
56
56
 
57
57
  ### Process
58
58
 
@@ -65,7 +65,7 @@ updated: 2026-02-12
65
65
  1. [ ] Define plugin system architecture
66
66
  2. [ ] Design custom template API
67
67
  3. [ ] Create Scale phase implementation plan
68
- 4. [ ] Identify Scale phase beads
68
+ 4. [ ] Identify Scale phase tasks
69
69
 
70
70
  ## Session Handoff
71
71
 
@@ -18,7 +18,7 @@ This file is automatically injected into ALL AI prompts via `opencode.json` inst
18
18
  - **CLI Framework:** cac (^6.7.14) - Command-line argument parsing
19
19
  - **UI Prompts:** @clack/prompts (^0.7.0) - Interactive CLI prompts
20
20
  - **Validation:** zod (^3.25.76) - Schema validation
21
- - **Task Tracking:** beads-village (^1.3.3) - Git-backed task management
21
+ - **Task Tracking:** `.opencode/artifacts/` - Per-feature task tracking with `<slug>/{spec,plan,progress,research}.md`
22
22
  - **AI SDK:** @ai-sdk/provider (^3.0.6) - AI provider integration
23
23
 
24
24
  ## Build & Tools
@@ -45,7 +45,7 @@ This file is automatically injected into ALL AI prompts via `opencode.json` inst
45
45
  ## Active Integrations
46
46
 
47
47
  - **OpenCode AI:** @opencode-ai/plugin (^1.1.12) - OpenCode integration
48
- - **Beads CLI:** beads_rust (br) - Task tracking CLI
48
+ - **File Tracking:** `.opencode/artifacts/` - Per-feature task tracking with `<slug>/{spec,plan,progress,research}.md`
49
49
 
50
50
  ---
51
51
 
@@ -4,64 +4,45 @@
4
4
  "agent": {
5
5
  "build": {
6
6
  "description": "Primary development agent with full codebase access",
7
- "model": "github-copilot/gpt-5.4"
7
+ "model": "opencode/deepseek-v4-flash-free"
8
8
  },
9
9
  "compaction": {
10
10
  "description": "Session summarizer for context continuity across compactions"
11
11
  },
12
12
  "explore": {
13
13
  "description": "Fast codebase search specialist",
14
- "model": "github-copilot/gpt-5.4-mini"
14
+ "model": "opencode/deepseek-v4-flash-free"
15
15
  },
16
16
  "general": {
17
17
  "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
18
- "model": "github-copilot/gpt-5.3-codex"
19
- },
20
- "painter": {
21
- "description": "Image generation and editing specialist using Gemini 3 Pro Image. Use for creating UI mockups, app icons, hero images, visual assets, and editing/redacting existing images",
22
- "model": "proxypal/gemini-3.1-flash-image"
18
+ "model": "opencode/deepseek-v4-flash-free"
23
19
  },
24
20
  "plan": {
25
21
  "description": "Primary planning agent for architecture and multi-phase execution",
26
- "model": "github-copilot/gpt-5.4"
22
+ "model": "opencode/mimo-v2.5-free"
27
23
  },
28
24
  "review": {
29
25
  "description": "Code review, debugging, and security audit specialist",
30
- "model": "github-copilot/gpt-5.3-codex"
26
+ "model": "opencode/deepseek-v4-flash-free"
31
27
  },
32
28
  "scout": {
33
29
  "description": "External research specialist for library docs and patterns",
34
- "model": "github-copilot/gpt-5.4"
30
+ "model": "opencode/deepseek-v4-flash-free"
35
31
  },
36
32
  "vision": {
37
33
  "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
38
- "model": "github-copilot/gemini-3.1-pro-preview"
34
+ "model": "opencode/mimo-v2.5-free"
39
35
  }
40
36
  },
41
37
  "autoupdate": false,
42
38
  "compaction": {
43
39
  "auto": true,
44
- "reserved": 2048
40
+ "reserved": 4096
45
41
  },
46
42
  "formatter": {
47
- "biome": {
48
- "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
49
- "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
50
- },
51
- "cargo-fmt": {
52
- "command": ["cargo", "fmt", "--", "$FILE"],
53
- "extensions": [".rs"]
54
- },
55
- "java-formatter": {
56
- "command": ["google-java-format", "--replace", "$FILE"],
57
- "environment": {
58
- "JAVA_HOME": "{env:JAVA_HOME}"
59
- },
60
- "extensions": [".java"]
61
- },
62
- "laravel-pint": {
63
- "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
64
- "extensions": [".php"]
43
+ "oxfmt": {
44
+ "command": ["npx", "oxfmt", "$FILE"],
45
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc", ".cjs", ".mjs", ".mts"]
65
46
  }
66
47
  },
67
48
  "instructions": [
@@ -91,7 +72,7 @@
91
72
  "type": "local"
92
73
  }
93
74
  },
94
- "model": "github-copilot/gpt-5.4",
75
+ "model": "opencode/mimo-v2.5-free",
95
76
  "permission": {
96
77
  "bash": {
97
78
  "*": "allow",
@@ -134,12 +115,7 @@
134
115
  "*token*": "deny"
135
116
  }
136
117
  },
137
- "plugin": [
138
- "@tarquinen/opencode-dcp@latest",
139
- "@franlol/opencode-md-table-formatter@0.0.3",
140
- "openslimedit@latest",
141
- "opencodex-fast@latest"
142
- ],
118
+ "plugin": ["@tarquinen/opencode-dcp@latest", "openslimedit@latest", "opencodex-fast@latest"],
143
119
  "provider": {
144
120
  "github-copilot": {
145
121
  "models": {
@@ -451,113 +427,6 @@
451
427
  "timeout": 600000
452
428
  }
453
429
  },
454
- "openai": {
455
- "models": {
456
- "gpt-5.2": {
457
- "variants": {
458
- "fast": {
459
- "disabled": true
460
- },
461
- "high": {
462
- "include": ["reasoning.encrypted_content"],
463
- "reasoningEffort": "high",
464
- "reasoningSummary": "auto",
465
- "textVerbosity": "low"
466
- },
467
- "medium": {
468
- "include": ["reasoning.encrypted_content"],
469
- "reasoningEffort": "medium",
470
- "reasoningSummary": "auto",
471
- "textVerbosity": "low"
472
- }
473
- }
474
- },
475
- "gpt-5.2-codex": {
476
- "variants": {
477
- "fast": {
478
- "disabled": true
479
- },
480
- "high": {
481
- "include": ["reasoning.encrypted_content"],
482
- "reasoningEffort": "high",
483
- "reasoningSummary": "auto",
484
- "textVerbosity": "low"
485
- },
486
- "medium": {
487
- "include": ["reasoning.encrypted_content"],
488
- "reasoningEffort": "medium",
489
- "reasoningSummary": "auto",
490
- "textVerbosity": "low"
491
- },
492
- "xhigh": {
493
- "include": ["reasoning.encrypted_content"],
494
- "reasoningEffort": "xhigh",
495
- "reasoningSummary": "auto",
496
- "textVerbosity": "low"
497
- }
498
- }
499
- },
500
- "gpt-5.3-codex": {
501
- "variants": {
502
- "fast": {
503
- "disabled": true
504
- },
505
- "high": {
506
- "include": ["reasoning.encrypted_content"],
507
- "reasoningEffort": "high",
508
- "reasoningSummary": "auto",
509
- "textVerbosity": "low"
510
- },
511
- "medium": {
512
- "include": ["reasoning.encrypted_content"],
513
- "reasoningEffort": "medium",
514
- "reasoningSummary": "auto",
515
- "textVerbosity": "low"
516
- },
517
- "xhigh": {
518
- "include": ["reasoning.encrypted_content"],
519
- "reasoningEffort": "xhigh",
520
- "reasoningSummary": "auto",
521
- "textVerbosity": "low"
522
- }
523
- }
524
- },
525
- "gpt-5.4": {
526
- "attachment": true,
527
- "limit": {
528
- "context": 400000,
529
- "output": 128000
530
- },
531
- "modalities": {
532
- "input": ["text", "image"],
533
- "output": ["text"]
534
- },
535
- "options": {
536
- "reasoningEffort": "medium",
537
- "reasoningSummary": "auto",
538
- "textVerbosity": "medium"
539
- },
540
- "reasoning": true,
541
- "temperature": true,
542
- "tool_call": true,
543
- "variants": {
544
- "high": {
545
- "include": ["reasoning.encrypted_content"],
546
- "reasoningEffort": "high",
547
- "reasoningSummary": "auto"
548
- },
549
- "low": {
550
- "reasoningEffort": "low",
551
- "reasoningSummary": "auto"
552
- },
553
- "medium": {
554
- "reasoningEffort": "medium",
555
- "reasoningSummary": "auto"
556
- }
557
- }
558
- }
559
- }
560
- },
561
430
  "proxypal": {
562
431
  "models": {
563
432
  "claude-opus-4.6": {
@@ -809,18 +678,109 @@
809
678
  "baseURL": "http://127.0.0.1:8317/v1",
810
679
  "includeUsage": true
811
680
  }
681
+ },
682
+ "opencode-go": {
683
+ "description": "OpenCode Go subscription — $10/mo for open coding models",
684
+ "options": {
685
+ "baseURL": "https://opencode.ai/zen/go/v1"
686
+ },
687
+ "models": {
688
+ "deepseek-v4-flash": {
689
+ "limit": {
690
+ "context": 200000,
691
+ "output": 64000
692
+ },
693
+ "reasoning": true,
694
+ "tool_call": true
695
+ },
696
+ "mimo-v2.5": {
697
+ "limit": {
698
+ "context": 180000,
699
+ "output": 64000
700
+ },
701
+ "modalities": {
702
+ "input": ["text", "image"],
703
+ "output": ["text"]
704
+ },
705
+ "reasoning": true,
706
+ "tool_call": true
707
+ },
708
+ "deepseek-v4-pro": {
709
+ "limit": {
710
+ "context": 240000,
711
+ "output": 64000
712
+ },
713
+ "reasoning": true,
714
+ "tool_call": true
715
+ },
716
+ "mimo-v2.5-pro": {
717
+ "limit": {
718
+ "context": 220000,
719
+ "output": 64000
720
+ },
721
+ "modalities": {
722
+ "input": ["text", "image", "audio"],
723
+ "output": ["text"]
724
+ },
725
+ "reasoning": true,
726
+ "tool_call": true
727
+ }
728
+ }
729
+ },
730
+ "deepseek": {
731
+ "description": "Direct DeepSeek API — deepseek-v4-flash & deepseek-v4-pro 1M native context",
732
+ "models": {
733
+ "deepseek-v4-flash": {
734
+ "limit": {
735
+ "context": 200000,
736
+ "output": 64000
737
+ },
738
+ "reasoning": true,
739
+ "tool_call": true
740
+ },
741
+ "deepseek-v4-pro": {
742
+ "limit": {
743
+ "context": 240000,
744
+ "output": 64000
745
+ },
746
+ "reasoning": true,
747
+ "tool_call": true
748
+ }
749
+ }
750
+ },
751
+ "xiaomi-mimo": {
752
+ "description": "Direct Xiaomi MiMo API — mimo-v2.5 & mimo-v2.5-pro 1M native context",
753
+ "models": {
754
+ "mimo-v2.5": {
755
+ "limit": {
756
+ "context": 180000,
757
+ "output": 64000
758
+ },
759
+ "modalities": {
760
+ "input": ["text", "image", "audio"],
761
+ "output": ["text"]
762
+ },
763
+ "reasoning": true,
764
+ "tool_call": true
765
+ },
766
+ "mimo-v2.5-pro": {
767
+ "limit": {
768
+ "context": 220000,
769
+ "output": 64000
770
+ },
771
+ "modalities": {
772
+ "input": ["text", "image", "audio"],
773
+ "output": ["text"]
774
+ },
775
+ "reasoning": true,
776
+ "tool_call": true
777
+ }
778
+ }
812
779
  }
813
780
  },
814
781
  "share": "manual",
815
782
  "small_model": "opencode/gpt-5-nano",
816
783
  "watcher": {
817
- "ignore": [
818
- "node_modules/**",
819
- ".git/**",
820
- "dist/**",
821
- "build/**",
822
- "*.log",
823
- ".DS_Store"
824
- ]
784
+ "ignore": ["node_modules/**", ".git/**", "dist/**", "build/**", "*.log", ".DS_Store"]
825
785
  }
826
786
  }