# 亮点
- **配置API清理** (#7924):全新的配置API和更清晰的配置加载流程。
- **API密钥用户的远程压缩功能** (#7835):在基于密钥的会话中启用远程压缩。
- **MCP与TUI状态可见性** (#7828, #7907):恢复TUI中的MCP启动进度消息,并使用最新的磁盘值显示服务器状态。
- **Windows与PowerShell生活质量改进** (#7607, #7893, #7942, #7137):可靠地定位pwsh/powershell,使用PowerShell解析PowerShell,为额外的Windows可执行文件签名,并修复WSL2的通知提示。
- **沙箱与安全更新** (#7809, #7889, #7728):提升至沙箱级别3/4,并扩展了安全的命令列表。
- **gpt-5.2的模型/提示词用户体验** (#7934, #7910, #7874, #7911):更新提示词,并明确xhigh推理的警告/文档。
# 已合并的PR
- 修复cargo构建开关 #7948 @[iceweasel-oai]
- 修复:恢复TUI中的MCP启动进度消息(修复 #7827) #7828 @[ivanmurashko]
- 支持第一方 #7945 @[aibrahim-oai]
- 为Windows额外签署两个exe文件 #7942 @[iceweasel-oai]
- 修复:使用PowerShell解析PowerShell #7607 @[bolinfest]
- 杂务(提示词):更新基础提示词 #7943 @[dylan-hurd-oai]
- 提升至沙箱级别4 #7889 @[iceweasel-oai]
- 杂务(提示词):移除截断细节 #7941 @[dylan-hurd-oai]
- 特性:清理配置加载与配置API #7924 @[jif-oai]
- 杂务:模型管理器 #7937 @[aibrahim-oai]
- API密钥用户的远程压缩功能 #7835 @[pakrym-oai]
- 杂务(gpt-5.2):更新提示词 #7934 @[dylan-hurd-oai]
- 修复:rx订阅上的竞争条件 #7921 @[jif-oai]
- 修复:破坏TUI的问题 #7876 @[jif-oai]
- 特性:更多安全命令 #7728 @[jif-oai]
- 修复(TUI):为gpt-5.2显示xhigh推理警告 #7910 @[voctory]
- 使技能名称和描述限制基于字符数而非字节数 #7915 @[etraut-openai]
- 特性:引入用于定位pwsh.exe和powershell.exe的实用程序 #7893 @[bolinfest]
- 文档:澄清gpt-5.2上的xhigh推理投入 #7911 @[voctory]
- 特性:对MCP服务器状态使用最新的磁盘值 #7907 @[shijie-oai]
- 还原"修复(应用补丁):在Windows上保留CRLF行尾" #7903 @[dylan-hurd-oai]
- 使迁移屏幕动态化 #7896 @[aibrahim-oai]
- 修复xhigh模型上误导性的"最大化"高投入描述 #7874 @[voctory]
- 添加了对"聊天" wire API的弃用通知 #7897 @[etraut-openai]
- 修复WSL 2下Windows的通知提示问题 #7137 @[dank-openai]
- 修复:policy/*.codexpolicy -> rules/*.rules #7888 @[bolinfest]
- 更新RMCP客户端配置指南 #7895 @[nornagon-openai]
- 更新模型信息 #7853 @[aibrahim-oai]
- 提升至沙箱级别3 #7809 @[iceweasel-oai]
- 移除发布脚本 #7885 @[aibrahim-oai]
- 杂务:限制查找系列的可见性 #7891 @[aibrahim-oai]
- 修复:当ReasoningSummary::None时省略推理摘要 #7845 @[apanasenko-oai]
- 修复:为nix丢弃陈旧的文件描述符输出哈希 #7865 @[tyleranton]
- 修复:在Onboarding的ApiKeyEntry状态下不要因按'q'而退出 #7869 @[sayan-oai]
# Highlights
- Config API cleanup (#7924): new config API and cleaner config loading flow.
- Remote compact for API-key users (#7835): enable remote compacting in key-based sessions.
- MCP and TUI status visibility (#7828, #7907): restore MCP startup progress messages in the TUI and use latest disk values
for server status.
- Windows and PowerShell quality-of-life (#7607, #7893, #7942, #7137): locate pwsh/powershell reliably, parse PowerShell with
PowerShell, sign additional Windows executables, and fix WSL2 toasts.
- Sandbox and safety updates (#7809, #7889, #7728): Elevated Sandbox 3/4 plus expanded safe command list.
- Model/prompt UX for gpt-5.2 (#7934, #7910, #7874, #7911): prompt updates and clearer xhigh reasoning warnings/docs.
# PRs Merged
- fix cargo build switch #7948 @[iceweasel-oai]
- fix: restore MCP startup progress messages in TUI (fixes #7827) #7828 @[ivanmurashko]
- support 1p #7945 @[aibrahim-oai]
- Sign two additional exes for Windows #7942 @[iceweasel-oai]
- fix: use PowerShell to parse PowerShell #7607 @[bolinfest]
- chore(prompt) Update base prompt #7943 @[dylan-hurd-oai]
- Elevated Sandbox 4 #7889 @[iceweasel-oai]
- chore(prompt) Remove truncation details #7941 @[dylan-hurd-oai]
- feat: clean config loading and config api #7924 @[jif-oai]
- chores: models manager #7937 @[aibrahim-oai]
- Remote compact for API-key users #7835 @[pakrym-oai]
- chore(gpt-5.2) prompt update #7934 @[dylan-hurd-oai]
- fix: race on rx subscription #7921 @[jif-oai]
- fix: break tui #7876 @[jif-oai]
- feat: more safe commands #7728 @[jif-oai]
- fix(tui): show xhigh reasoning warning for gpt-5.2 #7910 @[voctory]
- Make skill name and description limit based on characters not byte counts #7915 @[etraut-openai]
- feat: introduce utilities for locating pwsh.exe and powershell.exe #7893 @[bolinfest]
- docs: clarify xhigh reasoning effort on gpt-5.2 #7911 @[voctory]
- feat: use latest disk value for mcp servers status #7907 @[shijie-oai]
- Revert "fix(apply-patch): preserve CRLF line endings on Windows" #7903 @[dylan-hurd-oai]
- Make migration screen dynamic #7896 @[aibrahim-oai]
- Fix misleading 'maximize' high effort description on xhigh models #7874 @[voctory]
- Added deprecation notice for "chat" wire_api #7897 @[etraut-openai]
- Fix toasts on Windows under WSL 2 #7137 @[dank-openai]
- fix: policy/*.codexpolicy -> rules/*.rules #7888 @[bolinfest]
- Update RMCP client config guidance #7895 @[nornagon-openai]
- Update Model Info #7853 @[aibrahim-oai]
- Elevated Sandbox 3 #7809 @[iceweasel-oai]
- remove release script #7885 @[aibrahim-oai]
- Chore: limit find family visability #7891 @[aibrahim-oai]
- fix: omit reasoning summary when ReasoningSummary::None #7845 @[apanasenko-oai]
- fix: drop stale filedescriptor output hash for nix #7865 @[tyleranton]
- fix: dont quit on 'q' in onboarding ApiKeyEntry state #7869 @[sayan-oai]