@locusai/telegram 0.10.6 → 0.11.1

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 (3) hide show
  1. package/README.md +1 -4
  2. package/bin/telegram.js +18430 -23668
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -34,7 +34,6 @@ LOCUS_PROJECT_PATH="/path/to/your/project"
34
34
  ```json
35
35
  {
36
36
  "apiKey": "your-locus-api-key",
37
- "agentCount": 2,
38
37
  "telegram": {
39
38
  "botToken": "your-bot-token",
40
39
  "chatId": 123456789,
@@ -76,7 +75,7 @@ bun run dev
76
75
 
77
76
  | Command | Description |
78
77
  |---------|-------------|
79
- | `/run` | Start agents on sprint tasks |
78
+ | `/run` | Start agent on sprint tasks |
80
79
  | `/stop` | Stop all running processes |
81
80
  | `/exec <prompt>` | One-shot AI execution |
82
81
 
@@ -85,7 +84,6 @@ bun run dev
85
84
  | Command | Description |
86
85
  |---------|-------------|
87
86
  | `/status` | Show running processes |
88
- | `/agents` | List agent worktrees |
89
87
 
90
88
  ### System
91
89
 
@@ -105,7 +103,6 @@ bun run dev
105
103
  | API Base URL | — | `apiUrl` | Custom API URL |
106
104
  | Provider | — | `provider` | AI provider (`claude` or `codex`) |
107
105
  | Model | — | `model` | AI model override |
108
- | Agent Count | `LOCUS_AGENT_COUNT` | `agentCount` | Number of agents to spawn with `/run` (1-5) |
109
106
  | Test Mode | `LOCUS_TEST_MODE` | `telegram.testMode` | Use local CLI source instead of published binary |
110
107
 
111
108
  ## Security