From b92683eaf8cf3303f79de46ecbbd711734183602 Mon Sep 17 00:00:00 2001 From: Leon Zhao Date: Sat, 5 Sep 2026 12:18:54 +0800 Subject: [PATCH] docs: publish stable 0.91.1 changelog Document Fable weekly quota display and model-specific Codex reasoning options in English and Chinese, with public PR links. Model: gpt-6 --- .../content/changelog/en/20260905-0.91.1.mdx | 16 ++++++++++++++++ .../content/changelog/zh/20260905-0.91.1.mdx | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 site-docs/content/changelog/en/20260905-0.91.1.mdx create mode 100644 site-docs/content/changelog/zh/20260905-0.91.1.mdx diff --git a/site-docs/content/changelog/en/20260905-0.91.1.mdx b/site-docs/content/changelog/en/20260905-0.91.1.mdx new file mode 100644 index 00000000..291a477d --- /dev/null +++ b/site-docs/content/changelog/en/20260905-0.91.1.mdx @@ -0,0 +1,16 @@ +--- +title: '20260905-0.91.1' +version: 0.91.1 +date: 2026-09-05 +description: Added a dedicated Claude Fable weekly quota meter and fixed Max and Ultra reasoning options for Codex models. +--- + +Version 0.91.1 + +### ✨ New + +- Claude usage panels now show Fable's dedicated weekly quota separately from the shared weekly and five-hour quotas ([#407](https://github.com/LodyAI/Lody/pull/407), [Claude ACP #25](https://github.com/LodyAI/acp-extension-claude/pull/25), [Core #3](https://github.com/LodyAI/acp-extension-core/pull/3)). + +### 🐛 Fixes and improvements + +- Fixed missing Max and Ultra reasoning options for GPT-6 Astra. Available reasoning levels now match each model's capabilities, so Luna no longer offers the unsupported Ultra option ([#406](https://github.com/LodyAI/Lody/pull/406)). diff --git a/site-docs/content/changelog/zh/20260905-0.91.1.mdx b/site-docs/content/changelog/zh/20260905-0.91.1.mdx new file mode 100644 index 00000000..e6394f5d --- /dev/null +++ b/site-docs/content/changelog/zh/20260905-0.91.1.mdx @@ -0,0 +1,16 @@ +--- +title: '20260905-0.91.1' +version: 0.91.1 +date: 2026-09-05 +description: 新增 Claude Fable 专属周额度显示,并修复 Codex 模型的 Max、Ultra 推理选项。 +--- + +版本 0.91.1 + +### ✨ 新功能 + +- Claude 用量面板新增 Fable 专属周额度,与共享周额度和 5 小时额度分别显示([#407](https://github.com/LodyAI/Lody/pull/407)、[Claude ACP #25](https://github.com/LodyAI/acp-extension-claude/pull/25)、[Core #3](https://github.com/LodyAI/acp-extension-core/pull/3))。 + +### 🐛 修复与改进 + +- 修复 GPT-6 Astra 缺少 Max、Ultra 推理选项的问题,并按模型能力显示可用档位,避免为 Luna 提供不支持的 Ultra 选项([#406](https://github.com/LodyAI/Lody/pull/406))。