MiniMax-AI / MiniMax-AI/minimax-code
[Bug]: agents多团队派工时,子agent默认继承主model
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 141
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 46
Description
Version / 版本号
v3.0.48
Platform / 平台
Windows
OS version / 系统版本
macos 26.1,window 11
Issue area / 问题类型
Tool call / permission / daemon
Upload ID / 日志上传 ID
452880176467861504,419426501895089
What happened? / 问题描述
比如一个任务,我调用前端coder,后端coder,verifier,3个派工后都固定是m3+thinking。这样太消耗token和费时了。我需要指定agent的model+是否开启思考。
Steps to reproduce / 复现步骤
通过调用 sub-agent
Expected behavior / 预期行为
默认开启的子session里的模型能指定切换,指定开启思考
Actual behavior / 实际行为
默认开启的子session里的模型都是m3+thinking
Logs or crash report / 日志或崩溃信息
Screenshots / 截图
No response
Before submitting / 提交前确认
- I have searched existing issues.
- I am using the latest version available to me.
- I have removed sensitive information from logs/screenshots.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior through the sub-agent entry point described in the issue, using the supplied version, platforms, and upload IDs as context. Trace how sub-agent sessions receive their model and thinking settings; done means each delegated agent can use an explicitly selected model and thinking mode instead of always inheriting m3+thinking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 43/100