## 核心功能
- 回退至Anthropic completions端点,避免copilot的速率限制问题
- 修复frontmatter添加换行符导致模型ID无效的问题
- 确保Kimi不会出现虚假变体选项
- 为分叉会话标题添加序列编号功能(@ariane-emory贡献)
## 终端界面
- 增加额外的超时竞态条件防护
- 在超时回调中增加已销毁输入字段的防护
- 在CLI统计信息中纳入缓存令牌数据(@bold84贡献)
**感谢以下2位社区贡献者:**
- @bold84:
- 功能(命令行界面):在统计信息中纳入缓存令牌数据(#10582)
- @ariane-emory:
- 功能:为分叉会话标题添加序列编号(议题#10105)(#10321)
## Core
- Revert to Anthropic completions endpoint to avoid rate limiting issues with copilot
- Fix frontmatter adding newlines causing invalid model IDs
- Ensure that Kimi doesn't have fake variants available
- Add sequential numbering for forked session titles (@ariane-emory)
## TUI
- Add additional timeout race condition guards
- Guard destroyed input field in timeout callback
- Include cache tokens in CLI statistics (@bold84)
**Thank you to 2 community contributors:**
- @bold84:
- feat(cli): include cache tokens in stats (#10582)
- @ariane-emory:
- feat: Sequential numbering for forked session titles (Issue #10105) (#10321)