MiniMax-AI / MiniMax-AI/minimax-code
[Feature]: 思考不够全面
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 141
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 46
Description
Problem / 你遇到的问题
举一个简单的例子,生成网页的菜单,其中有一部分是在子文件夹,假设结构是这样
/root/sub/a.html
那么在/root/index.html生成的导航菜单应该是sub/a.html,而在sub自己的下面生成的则是a.html.
但是m3这种简单的事情都会搞错,会一刀切地生成为a.html,导致在index.html点击时出现404。当然,如果发现了这个问题,指出来,它可以二次处理。可问题时这么简单的事情,为什么一开始就还能错呢?这也是为什么网上吐槽,同样的事情m3虽然也能做对,但是要比其他家的AI,多对话好几轮。都是这种边边角角的问题,考虑问题时不够周延,就好像下棋,只会看下一步,不能多看几步。
Proposed solution / 期望方案
上面说全了。
Platform / 平台
macOS
Additional context / 补充信息
No response
Before submitting / 提交前确认
- I have searched existing issues.
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 with the reported example using /root/index.html and /root/sub/a.html on macOS, then locate the path-handling logic for generated navigation menus. The issue provides no source file or test to target; done means links from the root page include sub/a.html while links from the subdirectory use a.html without producing a 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100