@coinseeker/opencode-telegram-plugin 1.0.12 → 1.0.14

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
@@ -15,11 +15,11 @@ Configure the npm package in `~/.config/opencode/opencode.json`:
15
15
 
16
16
  ```json
17
17
  {
18
- "plugin": ["@coinseeker/opencode-telegram-plugin@1.0.12"]
18
+ "plugin": ["@coinseeker/opencode-telegram-plugin@1.0.14"]
19
19
  }
20
20
  ```
21
21
 
22
- Current stable version: `@coinseeker/opencode-telegram-plugin@1.0.12`.
22
+ Current stable version: `@coinseeker/opencode-telegram-plugin@1.0.14`.
23
23
 
24
24
  Restart OpenCode after editing the config. OpenCode resolves npm package plugins on startup.
25
25
 
@@ -59,6 +59,8 @@ Keep this file private. Never commit or share your Telegram bot token.
59
59
  - Permission approve/reject buttons from Telegram.
60
60
  - Multi-session-safe Telegram polling through a file-lock leader model.
61
61
  - Log file output instead of stdout terminal spam.
62
+ - Cross-process remote session listing via `/sessions`, `/status N`, `/start_work N`, `/help` slash commands.
63
+ - Safety-gated remote `/start-work` execution: verifies agent=plan, idle status, incomplete plan, and no active boulder before dispatching.
62
64
 
63
65
  ## Logs
64
66