codexuse-cli 2.5.8 → 3.0.2

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.
package/README.md CHANGED
@@ -40,6 +40,7 @@ Notes:
40
40
  - `profile autoroll` uses live rate-limit usage and switches when current usage is above threshold.
41
41
  - `profile autoroll` defaults to saved desktop auto-roll switch threshold when available (else 95%).
42
42
  - `profile autoroll --watch` keeps polling at `--interval` seconds (default `30`).
43
- - `daemon start` launches a headless Codex app-server + Telegram bridge for VPS/Linux usage.
43
+ - `daemon start` launches the bundled headless Projects/chat server + Telegram bridge for VPS/Linux usage.
44
+ - `daemon start` requires Bun on PATH because the bundled server runs on Bun.
44
45
  - Set token via `--telegram-bot-token=...` or `CODEXUSE_TELEGRAM_BOT_TOKEN`.
45
46
  - `--project-path=/abs/path` auto-registers that path (if needed) and sets it as the default project for new Telegram chats.