Spaces:
Paused
Paused
icebear0828 Claude Opus 4.6 commited on
Commit ·
fda1a14
1
Parent(s): be3a571
docs: remove external contributor mention from CHANGELOG
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- CHANGELOG.md +1 -1
CHANGELOG.md
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
|
| 37 |
- Anthropic 路由 `thinking`/`redacted_thinking` content block 验证失败:Claude Code `/compact` 发送含 extended thinking 的对话历史时触发 400 Zod 错误,现已添加到 schema
|
| 38 |
- Anthropic 路由上下文 token 始终显示 0%:`message_delta` 事件缺少 `input_tokens`,Claude Code 无法计算上下文占比,现在从 `response.completed` 提取后一并返回
|
| 39 |
-
- 工具 schema 缺少 `properties` 字段导致 400 错误:MCP 工具发送 `{"type":"object"}` 无 `properties` 时,Codex 后端拒绝请求;现在所有格式转换器(OpenAI/Anthropic/Gemini)统一注入 `properties: {}`(
|
| 40 |
- 额度窗口刷新后 Dashboard 仍显示累计 Token:本地计数器从未按窗口重置,现在 `refreshStatus()` 每次 acquire/getAccounts 时检查 `window_reset_at`,过期自动归零窗口计数器
|
| 41 |
- 空响应重试循环中账号双重释放:外层 catch 使用原始 `entryId` 而非当前活跃账号,导致换号重试失败时 double-release(`proxy-handler.ts`)
|
| 42 |
- `apply-update.ts` 模型比较不再误报删除:静态提取只含 2 个硬编码模型,与 YAML 的 24 个比较会产生 22 个假删除,现在只报新增
|
|
|
|
| 36 |
|
| 37 |
- Anthropic 路由 `thinking`/`redacted_thinking` content block 验证失败:Claude Code `/compact` 发送含 extended thinking 的对话历史时触发 400 Zod 错误,现已添加到 schema
|
| 38 |
- Anthropic 路由上下文 token 始终显示 0%:`message_delta` 事件缺少 `input_tokens`,Claude Code 无法计算上下文占比,现在从 `response.completed` 提取后一并返回
|
| 39 |
+
- 工具 schema 缺少 `properties` 字段导致 400 错误:MCP 工具发送 `{"type":"object"}` 无 `properties` 时,Codex 后端拒绝请求;现在所有格式转换器(OpenAI/Anthropic/Gemini)统一注入 `properties: {}`(PR #22)
|
| 40 |
- 额度窗口刷新后 Dashboard 仍显示累计 Token:本地计数器从未按窗口重置,现在 `refreshStatus()` 每次 acquire/getAccounts 时检查 `window_reset_at`,过期自动归零窗口计数器
|
| 41 |
- 空响应重试循环中账号双重释放:外层 catch 使用原始 `entryId` 而非当前活跃账号,导致换号重试失败时 double-release(`proxy-handler.ts`)
|
| 42 |
- `apply-update.ts` 模型比较不再误报删除:静态提取只含 2 个硬编码模型,与 YAML 的 24 个比较会产生 22 个假删除,现在只报新增
|