v0.16.1: 优化Reflecting阶段说了做但没做检测逻辑,降低误判率

This commit is contained in:
thzxx
2026-07-11 23:46:55 +08:00
parent 64b7d307e7
commit d479666182
6 changed files with 64 additions and 23 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export function createMenu(): void {
dialog.showMessageBox(mainWindow!, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v0.16.0',
message: 'Metona Ollama Desktop v0.16.1',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});