feat: replace deprecated qwen3.6-plus-free default with nemotron-3-super-free (#242)#243
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #242
…per-free (#242) OpenCode Zen ended the free promotion for Qwen 3.6 Plus Free (April 2026). The model now requires an OpenCode Go subscription, breaking the default agent experience for all free-tier users. Changes: - Default model: opencode/qwen3.6-plus-free → opencode/nemotron-3-super-free - Compaction cascade: removed qwen3.6-plus-free, reordered by context size - Documentation: moved qwen3.6-plus-free to deprecated/discontinued sections - Provider priority lists: removed unavailable model - Tests: updated assertions for new defaults - Version: 0.20.2 → 0.21.0 - Case study: added docs/case-studies/issue-242 with root cause analysis Fixes #242
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (95.4K + 4.4M cached) input tokens, 19.6K output tokens, $3.286674 cost 🤖 Models used:
📎 Log file uploaded as Gist (1609KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
🔄 Auto-restart 1/3Detected uncommitted changes from previous run. Starting new session to review and commit or discard them. Uncommitted files: Auto-restart will stop after changes are committed or discarded, or after 2 more iterations. Please wait until working session will end and give your feedback. |
The CI pipeline uses changesets to manage versioning automatically. Replace the manual 0.21.0 version bump and CHANGELOG entry with a proper changeset file that the release pipeline will consume. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🔄 Auto-restart 1/3 LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (30.5K + 954.1K cached) input tokens, 5.6K output tokens, $0.806472 cost 🤖 Models used:
📎 Log file uploaded as Gist (3106KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
This reverts commit e244133.
Summary
OpenCode Zen ended the free promotion for
qwen3.6-plus-free(Qwen 3.6 Plus Free) in April 2026. The model now returns HTTP 401 with"Free promotion has ended for Qwen3.6 Plus Free", breaking the default agent experience for all free-tier users.opencode/qwen3.6-plus-free→opencode/nemotron-3-super-free(~262K context, NVIDIA hybrid Mamba-Transformer)qwen3.6-plus-free, reordered remaining models by context sizeqwen3.6-plus-freeto deprecated/discontinued sections in FREE_MODELS.md, MODELS.md, README.mddocs/case-studies/issue-242/with full root cause analysis and evidence from failed run logsFiles Changed
js/src/cli/defaults.tsjs/src/cli/argv.tsjs/src/provider/provider.tsjs/.changeset/replace-default-model-242.mdFREE_MODELS.mdMODELS.mdREADME.mdjs/tests/compaction-model.test.tsjs/tests/model-strict-validation.test.tsdocs/case-studies/issue-242/Root Cause
OpenCode Zen API now returns:
{"type":"error","error":{"type":"ModelError","message":"Free promotion has ended for Qwen3.6 Plus Free. You can continue using the model by subscribing to OpenCode Go - https://opencode.ai/go"}}Test plan
Fixes #242
🤖 Generated with Claude Code