 JianMiauandClaude Fable 5
|
c8b3ff68a7
|
發佈 0.1.4:README 安裝指令統一用公開 registry
摘要:
安裝與升級指令改為只列 jianmiau.ddns.net 的公開 registry(免登入),
移除公司內部 registry 的說明。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 17:12:43 +08:00 |
|
 JianMiauandClaude Fable 5
|
ef9fcb9d4a
|
發佈 0.1.3:README 圖片改公開網址、安裝說明補公開 registry
摘要:
README 截圖改指向 jianmiau.ddns.net(公開 repo,免登入可看),
兩邊套件頁的圖都能正常顯示;安裝說明補上公開 registry 的裝法。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 17:09:08 +08:00 |
|
 JianMiauandClaude Fable 5
|
7b9bc0ea5b
|
發佈 0.1.2:README 圖片改絕對網址,套件頁可顯示
摘要:
README 的截圖從相對路徑 docs/ 改為 repo 的 media 絕對網址,
Gitea 套件頁(沒有 docs/ 檔案可對照)也能正常顯示圖片;版本升至 0.1.2 重發。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 16:38:11 +08:00 |
|
 JianMiauandClaude Fable 5
|
6d8d964e5c
|
README 安裝指令改用公司 npm registry
摘要:
套件發佈在 git.catan.com.tw 的 Frontend registry 而非官方 npmjs,
安裝與升級指令補上 --registry 參數,避免照抄預設指令裝不到。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 16:34:20 +08:00 |
|
 JianMiauandClaude Fable 5
|
e7d3f43a52
|
README 加上 web 控制台圖文使用說明
摘要:
補四張控制台實際截圖(Bot 管理首頁、新增 Bot 表單、PM2 分頁、log 檢視),
並照畫面逐步說明新增 bot 的流程。
影響:
docs/ 只進版控、不進 npm 包(package.json files 白名單未含 docs)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 16:31:14 +08:00 |
|
 JianMiauandClaude Fable 5
|
5b32816ad4
|
建立 telegram-codex-bot:串接 Codex CLI 的 Telegram bot(npm 包)
摘要:
用 Telegram 操控本機 Codex CLI 的 bot,附 web 控制台,封裝為 npm 包。
內容:
- 零依賴(僅 Node 內建模組);bot 以 codex exec --json 驅動,支援會話延續
(exec resume)、workspace-write 沙盒、圖片輸入、進度回報與 ctx%/tokens footer
- web 控制台(pm2 託管,預設 127.0.0.1:3799):Bot 管理分頁(新增/編輯/啟停,
token 自動驗證、工作目錄用原生視窗選、模型/推理強度/速度下拉,清單來自
~/.codex/models_cache.json)+ PM2 檢視分頁(狀態/port/log/啟停)
- CLI:start(環境檢查後把控制台掛上 pm2)/ stop / restart / delete / status /
logs / web / doctor
- Windows 相容:解析 codex.cmd shim 直接以 node 執行、taskkill 整樹砍程序、
資料夾選擇視窗以 TopMost 透明 owner 置中
影響:
新專案初始版本;bot 設定存於 ~/.tgcodex/bots/<name>/,含明文 token 的實例
設定不進版控(.gitignore 已涵蓋 tgcodex.config.json 與 .tgcodex/)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-08-04 16:25:39 +08:00 |
|