Ver código fonte

docs(changelog): 补 3.2.12 社区摘要修复与 Cursor CLI 工具调用

Cursor CLI 改为原生 function calling;社区摘要按成员指纹增量重建,避免 Louvain 重编号误刷。
darknessomi 2 semanas atrás
pai
commit
7e8c3f6ccb
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      src/lib/changelog.ts

+ 4 - 2
src/lib/changelog.ts

@@ -15,13 +15,15 @@ const THREE_POINT_TWO_TWELVE_CHANGELOG: ChangelogEntry = {
       "[Chapter Workflow Budget Bleed] Output budgets now follow each stage's actual model window, so a small-window helper model no longer crushes the task brief.",
       "[Writing Done System Banner] Chapter writing success or failure sends a system notification with sound on Windows/macOS. Planning and user-stop do not notify.",
       "[48K Output Preset] Settings now include a 48K output token option.",
-      "[Cursor CLI Model Filter] Optional CLI models are filtered against the ACP catalog, HTTP passes the CLI model id, and login is skipped when credentials already exist.",
+      "[Cursor CLI Tool Calls] Cursor CLI is reworked for native function calling instead of scraping tool_calls from text.",
+      "[Community Summary Rebuild] Community summaries are keyed by member fingerprint, so Louvain re-numbering no longer treats the same people as a new community and re-runs.",
     ],
     zh: [
       "【章节工作流预算串扰】按各阶段实际模型窗口算输出预算,避免小窗口辅助模型把任务书压太短",
       "【写作完成系统通知】章节写作完成或失败会发系统横幅,Windows/macOS 带提示音;计划阶段和用户停止不打扰",
       "【输出上限加 48K】设置里输出 token 可选 48K",
-      "【Cursor CLI 模型可选】按 ACP catalog 过滤能用的 CLI 模型,HTTP 直传 model id,避免对不上就退出;有凭证不再每次弹登录",
+      "【Cursor CLI 支持工具调用】重构 Cursor CLI 对接,走原生 function calling,不再从文本里解析 tool_calls",
+      "【社区摘要误刷】社区摘要按成员指纹增量重建,Louvain 重编号后不再把同一批人当成新社区重跑",
     ],
   },
 };