claude-telegram-mirror 0.2.16 → 0.2.18

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 +11 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -53,6 +53,17 @@ tmux new -s claude
53
53
  claude
54
54
  ```
55
55
 
56
+ ## Trust Model (read before adding anyone)
57
+
58
+ **Anyone you add to this Telegram channel can drive your shell and approve tool
59
+ calls.** Treat the channel like a shared shell: only add people you would already
60
+ trust with git-commit access. Semi-trusted or public channels are **not
61
+ supported** — authorization is intentionally chat-level, not per-user. The setup
62
+ wizard requires you to acknowledge this before writing any configuration.
63
+
64
+ If a trusted-user list is ever added, it will be a **whitelist** (and its inverse
65
+ a **blacklist**).
66
+
56
67
  ## CLI Commands
57
68
 
58
69
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-telegram-mirror",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "Bidirectional Telegram integration for Claude Code CLI - monitor and control your Claude Code sessions from Telegram",
5
5
  "bin": {
6
6
  "claude-telegram-mirror": "./scripts/ctm-wrapper.cjs",
@@ -49,10 +49,10 @@
49
49
  "access": "public"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@agidreams/ctm-linux-x64": "0.2.16",
53
- "@agidreams/ctm-linux-arm64": "0.2.16",
54
- "@agidreams/ctm-darwin-arm64": "0.2.16",
55
- "@agidreams/ctm-darwin-x64": "0.2.16"
52
+ "@agidreams/ctm-linux-x64": "0.2.18",
53
+ "@agidreams/ctm-linux-arm64": "0.2.18",
54
+ "@agidreams/ctm-darwin-arm64": "0.2.18",
55
+ "@agidreams/ctm-darwin-x64": "0.2.18"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=18.0.0"