From d479666182a1ff2387408d0d1543231b46a1cd37 Mon Sep 17 00:00:00 2001 From: thzxx Date: Sat, 11 Jul 2026 23:46:55 +0800 Subject: [PATCH] =?UTF-8?q?v0.16.1:=20=E4=BC=98=E5=8C=96Reflecting?= =?UTF-8?q?=E9=98=B6=E6=AE=B5=E8=AF=B4=E4=BA=86=E5=81=9A=E4=BD=86=E6=B2=A1?= =?UTF-8?q?=E5=81=9A=E6=A3=80=E6=B5=8B=E9=80=BB=E8=BE=91=EF=BC=8C=E9=99=8D?= =?UTF-8?q?=E4=BD=8E=E8=AF=AF=E5=88=A4=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +-- package-lock.json | 4 +- package.json | 2 +- src/main/menu.ts | 2 +- src/renderer/index.html | 2 +- src/renderer/services/agent-engine.ts | 71 +++++++++++++++++++++------ 6 files changed, 64 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c79e1f4..88ab12f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

- version + version electron typescript license @@ -253,7 +253,7 @@ npm start ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ npm run dist ``` -产出:`release/Metona Ollama Setup v0.16.0.exe` +产出:`release/Metona Ollama Setup v0.16.1.exe` ## 🛠️ 常用命令 @@ -501,7 +501,7 @@ npm start ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ npm run dist ``` -Output: `release/Metona Ollama Setup v0.16.0.exe` +Output: `release/Metona Ollama Setup v0.16.1.exe` ## 🛠️ Common Commands diff --git a/package-lock.json b/package-lock.json index f841e42..a5d3009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metona-ollama-desktop", - "version": "0.16.0", + "version": "0.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metona-ollama-desktop", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "dependencies": { "ffmpeg-static": "^5.2.0", diff --git a/package.json b/package.json index ba89bd0..1db113c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metona-ollama-desktop", - "version": "0.16.0", + "version": "0.16.1", "description": "Metona Ollama - TypeScript + Electron 桌面 AI 聊天客户端", "main": "dist/main/main.js", "author": "thzxx", diff --git a/src/main/menu.ts b/src/main/menu.ts index c4ded45..e59ea70 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -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() }); diff --git a/src/renderer/index.html b/src/renderer/index.html index ee44785..f17cbb9 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -28,7 +28,7 @@

Metona Ollama - v0.16.0 + v0.16.1