codexuse-cli 2.5.3 → 2.5.5
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 +5 -0
- package/dist/index.js +4252 -163
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ codexuse license activate <license-key>
|
|
|
24
24
|
codexuse sync status
|
|
25
25
|
codexuse sync pull
|
|
26
26
|
codexuse sync push
|
|
27
|
+
|
|
28
|
+
codexuse daemon start --telegram-bot-token=<token> [--project-path=/abs/path]
|
|
27
29
|
```
|
|
28
30
|
|
|
29
31
|
Notes:
|
|
@@ -38,3 +40,6 @@ Notes:
|
|
|
38
40
|
- `profile autoroll` uses live rate-limit usage and switches when current usage is above threshold.
|
|
39
41
|
- `profile autoroll` defaults to saved desktop auto-roll switch threshold when available (else 95%).
|
|
40
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.
|
|
44
|
+
- Set token via `--telegram-bot-token=...` or `CODEXUSE_TELEGRAM_BOT_TOKEN`.
|
|
45
|
+
- `--project-path=/abs/path` auto-registers that path (if needed) and sets it as the default project for new Telegram chats.
|