- 修复:任务类型错误 (#1384)
- 功能:新增 OPENCODE_CONFIG 环境变量用于指定自定义配置文件 (#1370)
- 从非 Anthropic 模型中移除待办工具指令
- 功能:在状态栏显示当前 Git 分支并使其具备响应式特性 (#1339) 贡献者:adamdotdevin <
[email protected]>
- 修复:改进上传测试中全局 File 对象的处理方式 (#1394)
- 修复:更新上传测试中的文件名提取逻辑以使用 __filename (#1395)
- 功能:在回退消息中显示 Git 差异对比
- 将分享后端转换为 Hono 应用
- 移除工具模式中的最小/最大值限制
- fix: task type error (#1384)
- feat: add OPENCODE_CONFIG env var for specifying a custom config file (#1370)
- strip todo tool instructions from non anthropic models
- feat: show current git branch in status bar, and make it responsive (#1339) Co-authored-by: adamdotdevin <
[email protected]>
- fix: improve handling of global File object in uploads tests (#1394)
- fix: update file name extraction in uploads test to use __filename (#1395)
- feat: show git diff in reverted messages
- convert share backend to hono app
- remove min/max in tool schemas