### Codex 0.27.0
- **MCP 稳定性**:提前释放互斥锁,避免锁顺序问题
- **通道可靠性**:切换为无界通道以防止阻塞
- **性能/清理**:移除不必要的 flush() 调用
- **持续集成**:修复发布版本构建;为 `cargo clippy` 指定 `--profile` 参数
- **文档**:优化 Homebrew 安装代码片段;在 `AGENTS.md` 中建议使用 `just fix -p` 命令
### 已合并的拉取请求
- [#2881] 在 agents.md 中建议使用 just fix -p 命令
- [#2878] 修复:在 MCP 服务器中提前释放互斥锁
- [#2876] 修复:在调用 tx_approve.send() 前释放互斥锁
- [#2874] 修复:切换为无界通道
- [#2873] 修复:移除不必要的 flush() 调用
- [#2871] 修复:在 CI 中为 cargo clippy 指定 --profile 参数
- [#2868] 错误修复:防止注释中的 `brew install codex` 命令被执行
- [#2864] 修复 CI 发布版本构建
### Codex 0.27.0
- **MCP stability**: drop mutexes earlier and avoid lock ordering pitfalls.
- **Channel reliability**: switch to unbounded channel to prevent stalls.
- **Performance/cleanup**: remove unnecessary flush() calls.
- **CI**: fix release build; specify `--profile` for `cargo clippy`.
- **Docs**: safer Homebrew snippet; suggest `just fix -p` in `AGENTS.md`.
### Merged PRs
- [#2881] Suggest just fix -p in agents.md
- [#2878] fix: drop Mutexes earlier in MCP server
- [#2876] fix: drop Mutex before calling tx_approve.send()
- [#2874] fix: switch to unbounded channel
- [#2873] fix: remove unnecessary flush() calls
- [#2871] fix: specify --profile to cargo clippy in CI
- [#2868] Bugfix: Prevents `brew install codex` in comment to be executed
- [#2864] Fix CI release build