From d67b0de74235a056ba31642875356e0caefa3b59 Mon Sep 17 00:00:00 2001 From: JianMiau Date: Tue, 4 Aug 2026 16:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BC=E4=BD=88=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 摘要: 版本升至 0.1.1 並重新發佈到 Frontend npm registry。相較 0.1.0 累積的變更: 移除 folder 模式與允許名單、模型/推理強度/速度下拉(讀 codex 模型快取)、 工作目錄原生資料夾選擇視窗、start 環境檢查、footer 顯示 ctx%/模型/強度/速度、 首頁 Group Privacy 提醒。 Co-Authored-By: Claude Fable 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd28db5..0c5686f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-codex-bot", - "version": "0.1.0", + "version": "0.1.1", "description": "Telegram bot powered by the local Codex CLI — zero-dependency, pm2-managed, with a built-in PM2 web viewer", "license": "MIT", "type": "commonjs",