0.40.0
-
默认模型现在是
gpt-5-codex(#4076) -
对于
gpt-5-codex,达到 220k tokens 时会自动触发自动压缩 (#4093) -
用量限制现在可在
/status中查看 (#4053) -
新增
/review命令(可审查特定 commit、针对 base branch 审查,或使用自定义指令) (#3961) -
MCP 工具调用的默认超时为
60s,可通过在config.toml中为单个 MCP server 设置tool_timeout_sec来覆盖。 (#3959) -
[#3881] fix: 更新 try_parse_word_only_commands_sequence() 以按顺序返回 commands (#3881)
-
[#3814] 使用统一的 shell tell,以免破坏缓存 (#3814)
-
[#3878] 将 responses mocking helpers 移至共享 lib (#3878)
-
[#3888] 使用 helpers 代替 fixtures (#3888)
-
[#3937] 修复斜杠命令弹窗中的对齐问题 (#3937)
-
[#3925] 启动时不清屏 (#3925)
-
[#3950] 在事件流之前缓存键盘增强检测 (#3950)
-
[#3965] 将速率限制转发到 UI (#3965)
-
[#3977] Tui: 速率限制 (#3977)
-
[#3961] feat: 添加更多 /review 选项 (#3961)
-
[#3880] 添加 non_sandbox_test helper (#3880)
-
[#4044] chore: 统一 cargo 版本 (#4044)
-
[#4057] chore: 更多 clippy 规则 2 (#4057)
-
[#3959] MCP 工具调用超时 (#3959)
-
[#4053] 为 /status 添加限制 (#4053)
-
[#3928] 简化 StreamController (#3928)
-
[#4020] Tui: 修复回溯 (#4020)
-
[#4055] 迁移到 /status 后移除 /limits (#4055)
-
[#4026] feat: 为 BottomPane 添加 view stack (#4026)
-
[#4059] 更改限制警告文案 (#4059)
-
[#4058] chore: 对冗余闭包应用 clippy (#4058)
-
[#4061] 修复 /review 的 branch mode prompt (#4061)
-
[#4060] 更改速率限制的 headers 和 struct (#4060)
-
[#3952] 修复分页器页面之间的 overlay 清除 (#3952)
-
[#3957] 修复会话结束时的 codex resume 消息 (#3957)
-
[#4068] 在 compact message 中截断可能过长的用户消息。 (#4068)
-
[#4076] feat: 更新默认值 (#4076)
-
[#4064] 添加 notifier 测试 (#4064)
-
[#4093] chore: 为
gpt-5-codex启用 auto-compaction (#4093) -
[#4096] 在 stream retry 测试中使用 TestCodex builder (#4096)
-
[#3914] feat: 用于 undo 的 git 工具 (#3914)
-
[#4082] fix: 调整 usage data (#4082)
-
[#4075] 速率限制警告 (#4075)