- 杂项:编写 AGENTS.md 文档
- 将未捕获的错误重定向到日志文件
- 修复 codex 无法工作的问题
- 添加输出长度错误处理
- 增强编辑工具的健壮性
- 为编辑工具集成 gemini-cli 策略
- 更多编辑工具修复
- 修复:防止大输出限制导致无限总结循环 (#399)
- 修复 `undefined is not an object (evaluating 'G.title')` 错误 (#395)
- 功能:默认系统主题 (#419)
- 修复(tui):将 opencode 主题设为默认
- 修复(tui):编辑器加载指示器颜色
- 杂项(tui):更新 agents.md 文档
- 修复(tui):系统主题中模态框选中项的视觉问题
- 修复(tui):聊天编辑器美观性优化
- 功能(tui):为编辑和写入工具显示 LSP 诊断信息
- 修复(tui):编辑器宽度问题
- 功能(tui):新增更多主题
- 功能(tui):继续增加更多主题
- 修复(tui):编辑器样式异常问题
- 合并分支 'rekram1-node-chore/update-config-docs' 到 dev 分支
- 修复:改进 JSON 格式化并添加 run 命令的管道输出支持
- 暂时禁用任务工具
- chore: document AGENTS.md
- redirect uncaught errors to log file
- fix codex not working
- add output length errors
- make edit tool more robust
- integrate gemini-cli strategies for edit tool
- more edit tool fixes
- fix: guard against large output limit causing infinite summarize loop (#399)
- Fix `undefined is not an object (evaluating 'G.title')` (#395)
- feat: default system theme (#419)
- fix(tui): make opencode theme default
- fix(tui): editor spinner colors
- chore: tui agents.md
- fix(tui): visual issue with modal selected items in system theme
- fix(tui): chat editor aesthetics
- feat(tui): show lsp diagnostics for edit and write tools
- fix(tui): editor width issues
- feat(tui): more themes
- feat(tui): more themes
- fix(tui): editor styles were off
- Merge branch 'rekram1-node-chore/update-config-docs' into dev
- fix: improve JSON formatting and add piped output support for run command
- disable task tool temporarily