@dreb/telegram 2.16.0 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ systemctl --user enable --now dreb-telegram
84
84
 
85
85
  ### Agent
86
86
  - `/status` — Connection & version info
87
- - `/stats` — Token usage & cost
87
+ - `/stats` — Token usage, cost, and per-model performance stats (rolling TPS)
88
88
  - `/compact` — Compact context
89
89
  - `/model [pattern]` — View/switch model
90
90
  - `/thinking [level]` — View/set thinking level
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/telegram",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "description": "Telegram bot frontend for dreb coding agent",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",