feat: add qwen3.6-plus and set as default model#542
Draft
Jing-ze wants to merge 5 commits intoagentscope-ai:mainfrom
Draft
feat: add qwen3.6-plus and set as default model#542Jing-ze wants to merge 5 commits intoagentscope-ai:mainfrom
Jing-ze wants to merge 5 commits intoagentscope-ai:mainfrom
Conversation
qwen3.6-plus is now available with 1M context window (up from 200K in 3.5-plus). Add qwen3.6-plus to known models and change the default from qwen3.5-plus to qwen3.6-plus across install scripts, CLI, configs, docs, and tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
📊 CI Metrics ReportSummary
By Role
Per-Test Breakdown
Trends✅ 5 test(s) improved (fewer LLM calls) Generated by HiClaw CI on 2026-04-03 04:12:01 UTC |
johnlanni
reviewed
Apr 3, 2026
Collaborator
johnlanni
left a comment
There was a problem hiding this comment.
coding plan还没有支持qwen3.6-plus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qwen3.6-plusto known models with 1M context window and 64K max tokens (image supported)qwen3.5-plustoqwen3.6-plusacross all install scripts, CLI, configs, shell scripts, docs, tests, and CIqwen3.5-plusas an available model option (case branches, known-models list, config templates)Test plan
go build ./...)go test ./...)copaw/tests/test_bridge.py) — needs pytest environmentqwen3.6-plusas option 1hiclaw apply worker --name testdefaults toqwen3.6-plusqwen3.5-plusstill works via model-switch skill🤖 Generated with Claude Code