v0.12.5: Plan 自动追踪 + 待办完成确认 + 搜索/上下文质量加固
Fix: - Plan Mode 自动追踪 — 工具执行成功后自动匹配步骤标记完成,不再依赖模型调用 plan_track - 待办全部完成时注入正面确认信号,防止模型遗忘已完成的写入操作 - plan_track 提示词简化 — 移除冗余催促文本,进度自动更新 - 搜索自动抓取硬上限 MAX_AUTO_FETCH=8 + 相关性过滤 - 工作空间路径安全豁免 — 修复 AppData 黑名单自相矛盾 - 浏览器回退 LRU 缓存 — 同 URL 10min 内不重复渲染 - Plan Mode 任务描述固化到系统提示词 — 压缩后不丢失 - ephemeral 清理高负载时跳过 — Plan 进度在压缩时仍可见 - SearXNG 抓取条数输入框 min=1 max=8
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ export function createMenu(): void {
|
||||
dialog.showMessageBox(mainWindow!, {
|
||||
type: 'info',
|
||||
title: '关于 Metona Ollama',
|
||||
message: 'Metona Ollama Desktop v0.12.4',
|
||||
message: 'Metona Ollama Desktop v0.12.5',
|
||||
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
|
||||
icon: getIconPath()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user