0.46.0
改进 MCP 支持
我们正在大幅改进连接 MCP 服务器的支持,包括对 Streamable HTTP 服务器的支持,并可选支持 Bearer Token 或 OAuth 登录。
在 config.toml 中启用 experimental_use_rmcp_client = true 标志以使用新的 MCP 栈。如果遇到问题,请创建 GitHub issue 并添加 mcp 标签。我们希望很快移除该实验性标志,并将继续逐步扩展 MCP 支持。
-
[MCP] 修复 Bearer Token 授权头 由 @gpeal 提交于 https://github.com/openai/codex/pull/4846
-
在 codex resume 后退出时打印 codex resume 提示 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4695
-
为 TokenCountEvent 使用 Number 而不是 BigInt 由 @ccy-oai 提交于 https://github.com/openai/codex/pull/4856
-
简化请求体断言 由 @pakrym-oai 提交于 https://github.com/openai/codex/pull/4845
-
修复 zsh 补全 由 @tamird 提交于 https://github.com/openai/codex/pull/4692
-
[Cloud Tasks] 使用工作区依赖 由 @tamird 提交于 https://github.com/openai/codex/pull/4693
-
简化并行 由 @pakrym-oai 提交于 https://github.com/openai/codex/pull/4829
-
[TUI] 移除底部内边距 由 @gpeal 提交于 https://github.com/openai/codex/pull/4854
-
[TUI] diff 中行号使用动态宽度 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4664
-
[TUI] 修复换行问题 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4674
-
修复不稳定测试 由 @jif-oai 提交于 https://github.com/openai/codex/pull/4878
-
list_dir工具 由 @jif-oai 提交于 https://github.com/openai/codex/pull/4817 -
[TUI] 在真彩色终端上使用呼吸式 spinner 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4853
-
[TUI] 移除针对 /review 的指令 hack 由 @dedrisian-oai 提交于 https://github.com/openai/codex/pull/4896
-
设置 codex SDK TypeScript originator 由 @pakrym-oai 提交于 https://github.com/openai/codex/pull/4894
-
[TUI] 让 transcript 更接近显示模式 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4848
-
[TUI] 切换到 tree-sitter-highlight 的 bash 高亮 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4666
-
移除 experimental 前缀 由 @rakesh-oai 提交于 https://github.com/openai/codex/pull/4907
-
[MCP] 添加显式指定凭据存储的能力 由 @gpeal 提交于 https://github.com/openai/codex/pull/4857
-
[MCP] 添加通过
codex mcp add支持 Streamable HTTP 服务器,并替换 Bearer Token 处理 由 @gpeal 提交于 https://github.com/openai/codex/pull/4904 -
featgrep_files 作为工具 由 @jif-oai 提交于 https://github.com/openai/codex/pull/4820
-
CLI UP/ENTER 由 @jif-oai 提交于 https://github.com/openai/codex/pull/4944
-
修改 log_sse_event(),使其不再接收闭包 由 @bolinfest 提交于 https://github.com/openai/codex/pull/4953
-
compact 时截断 由 @jif-oai 提交于 https://github.com/openai/codex/pull/4942
-
修复显示制表符时 transcript 模式的渲染问题 由 @dedrisian-oai 提交于 https://github.com/openai/codex/pull/4911
-
[TUI] 硬编码 xterm 调色板,shimmer 在前景和背景之间混合 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4957
-
[MCP] 添加
enabled配置字段 由 @gpeal 提交于 https://github.com/openai/codex/pull/4917 -
使上下文行常驻 由 @dedrisian-oai 提交于 https://github.com/openai/codex/pull/4699
-
[MCP] 为 MCP 服务器添加认证状态 由 @gpeal 提交于 https://github.com/openai/codex/pull/4918
-
[TUI] 修复 terminal_palette 中的 off-by-16 错误 由 @nornagon-openai 提交于 https://github.com/openai/codex/pull/4967
-
创建别名 由 @rakesh-oai 提交于 https://github.com/openai/codex/pull/4971
-
设置聊天名称 由 @dedrisian-oai 提交于 https://github.com/openai/codex/pull/4974
-
暂时回退 /name 由 @dedrisian-oai 提交于 https://github.com/openai/codex/pull/4978
-
@ccy-oai 在 https://github.com/openai/codex/pull/4856 中完成了首次贡献
-
@tamird 在 https://github.com/openai/codex/pull/4692 中完成了首次贡献
完整变更日志:https://github.com/openai/codex/compare/rust-v0.45.0...rust-v0.46.0