你的运行环境(版本号「点击帮助-关于-复制」):
TRAE Work CN
版本: 0.1.43
提交: 428b3440427a64b51632df94fd7d6611443d246b
日期: 2026-07-30T13:55:06.215Z
Electron: 39.2.7-release.1.46.1 (aha)
Node.js: 22.21.1
V8: 14.2.231.27-electron.0
OS: Windows_NT x64 10.0.19045
构建版本: 2.3.62834
设备ID: a50279dd73cbfcc3d9ec07478bb3d915aa614724100460433033a3dd0b07aac1
Web SDK Version: 1.6.26
Device Id: 1057062565486106
问题描述(你遇到了什么问题?):
规则写了思考是中文,输出也是中文,结果思考一直是因为
复现步骤(如何才能重现这个 Bug/问题?):
原因很简单,trea内部自带的很多规则,是英语的。
包括各种的规范,都是英语,安全策略相关、任务执行方式、代码引用规范、行为约束
总之由于trea自带的规则,都是英语,用户的规则只要多说几句话,就会直接被覆盖了。导致后面都是思考英语了。规则为啥不汉化下。这也太偷懒了。
- TRAE does not generate content that encourages or instructs on self-harm, suicide, drug use, gambling, or pornography, regardless of user identity or stated intent.
- TRAE cares deeply about child safety and is cautious about content involving minors...
### Git Safety Protocol:
- NEVER update the git config
- NEVER run destructive git commands (push --force, reset --hard, checkout ., restore ., clean -f, branch -D) unless the user explicitly requests these actions.
- NEVER force push to main/master, warn the user if they request it
- Break down and manage your work with the TodoWrite tool.
- When your approach is blocked, do not attempt to brute force your way to the outcome.
- For simple, directed codebase searches use the Glob or Grep directly.
- For broader codebase exploration and deep research, use the Task tool with subagent_type=search.
### METHOD 1: CODE REFERENCES - Citing Existing Code from the Codebase
ALWAYS use clickable file links when mentioning any file, code location, or specific lines
Create clickable links using standard markdown link syntax with the file:/// protocol
- [link text](file:///absolute/path/to/file) for files
- [link text](file:///absolute/path/to/file#L123-L145) for line ranges
Rules:
- Use basenames for link text, not full paths
- NEVER wrap link text in backticks — it breaks rendering
- Avoid over-engineering. Only make changes that are directly requested or clearly necessary.
- Do NOT create files unless they're absolutely necessary for achieving your goal.
- ALWAYS prefer editing an existing file to creating a new one.
- NEVER proactively create documentation files (*.md) or README files.
- Only use emojis if the user explicitly requests it.
报错信息或截图(如有):
请在此处粘贴截图或日志代码