### 亮点
- TUI生活质量改进:斜杠命令列表支持ctrl-n/p导航,回溯时跳过/status干扰信息
- 改善长时间运行命令的超时处理
### 已合并的PR
- #6233 – 统一执行输出格式自由化
- #6342 – 使`generate_ts`美化输出仅作为警告
- #6335 – TUI:修复回溯时跳过`/status`的问题
- #1994 – 启用CTRL-n/CTRL-p快捷键以导航斜杠命令、文件和历史记录
- #6340 – 在`insufficient_quota`错误时跳过重试
- #6345 – 启用统一执行后移除shell工具
- #6347 – 更新AI标签规则以匹配问题追踪器的标签
- #6346 – 优先使用`wait_for_event`替代`wait_for_event_with_timeout`(初步更新)
- #5486 – 修复`apply_patch`重命名/移动路径解析问题
- #6349 – 优先使用`wait_for_event`替代`wait_for_event_with_timeout`(后续更新)
- #6336 – 应用服务器:实现`account/read`端点
- #6338 – 应用服务器:在`Thread`上暴露额外字段
- #6353 – 应用服务器:添加auth v2文档并更新Codex MCP接口部分
- #6368 – 应用服务器:更新README关于线程和轮次的说明
- #6351 – 将shell配置工具提升为模型系列配置
- #6369 – TUI:在`tui.rs`中添加内联注释
- #6370 – 在`create_github_release`脚本中添加`--promote-alpha`选项
- #6367 – SDK:为TypeScript SDK添加`network_access`和`web_search`选项
- #6097(包含#6086的工作)– WSL:更新时规范化Windows路径
- #6377 – 应用服务器文档:添加初始化部分
- #6373 – 终端重构:移除已弃用的刷新逻辑
- #6252 – 核心:将Cloudflare 403 HTML替换为友好提示信息
- #6380 – 统一执行:允许安全命令无需审批
- #5258 – 超时时终止shell工具进程组
### Highlights
- TUI quality-of-life: ctrl-n/p navigation for slash command lists and backtracking skips the /status noise.
- Improve timeout on long running commasnds
### PRs Merged
- #6233 – Freeform unified exec output formatting
- #6342 – Make `generate_ts` prettier output warn-only
- #6335 – TUI: fix backtracking past `/status`
- #1994 – Enable CTRL-n/CTRL-p for navigating slash commands, files, history
- #6340 – Skip retries on `insufficient_quota` errors
- #6345 – Remove shell tool when unified exec is enabled
- #6347 – Refresh AI labeler rules to match issue tracker labels
- #6346 – Prefer `wait_for_event` over `wait_for_event_with_timeout` (initial update)
- #5486 – Fix `apply_patch` rename/move path resolution
- #6349 – Prefer `wait_for_event` over `wait_for_event_with_timeout` (follow-up)
- #6336 – App-server: implement `account/read` endpoint
- #6338 – App-server: expose additional fields on `Thread`
- #6353 – App-server: add auth v2 doc & update Codex MCP interface section
- #6368 – App-server: README updates for threads and turns
- #6351 – Promote shell config tool to model family config
- #6369 – TUI: add inline comments to `tui.rs`
- #6370 – Add `--promote-alpha` option to `create_github_release` script
- #6367 – SDK: add `network_access` and `web_search` options to TypeScript SDK
- #6097 (includes work from #6086) – WSL: normalize Windows paths during update
- #6377 – App-server docs: add initialization section
- #6373 – Terminal refactor: remove deprecated flush logic
- #6252 – Core: replace Cloudflare 403 HTML with friendly message
- #6380 – Unified exec: allow safe commands without approval
- #5258 – Kill shell tool process groups on timeout