發佈 0.2.0:改名 telegram-bot,新增 Claude Code 引擎(新增 bot 時可選 Codex / Claude),start 自動從 0.1.x 遷移

This commit is contained in:
2026-08-24 11:42:37 +08:00
parent a99152d765
commit f7e94e4bd7
21 changed files with 886 additions and 235 deletions
+7 -5
View File
@@ -1,7 +1,7 @@
{
"name": "telegram-codex-bot",
"version": "0.1.14",
"description": "Telegram bot powered by the local Codex CLI — zero-dependency, pm2-managed, with a built-in PM2 web viewer",
"name": "telegram-bot",
"version": "0.2.0",
"description": "Telegram bot powered by your local AI CLI (OpenAI Codex or Claude Code) — zero-dependency, pm2-managed, with a web console to manage multiple bots",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
@@ -13,8 +13,8 @@
},
"main": "src/index.js",
"bin": {
"telegram-codex-bot": "bin/cli.js",
"tgcodex": "bin/cli.js"
"telegram-bot": "bin/cli.js",
"tgbot": "bin/cli.js"
},
"files": [
"bin/",
@@ -34,6 +34,8 @@
"bot",
"codex",
"codex-cli",
"claude",
"claude-code",
"pm2",
"ai",
"agent"