polygram 0.12.9 → 0.12.10

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.
@@ -807,8 +807,12 @@ class CliProcess extends Process {
807
807
  '### Sending FILES (tracks, images, docs) to the user',
808
808
  '',
809
809
  'The `mcp__polygram-bridge__reply` tool takes an optional `files` array of',
810
- 'absolute paths. This is the ONLY way to send a file. Do NOT use Bash,',
811
- 'curl, the Telegram Bot API, or polygram-ipc to send files — those fail.',
810
+ 'absolute paths. This is the ONLY correct way to send a file: reply delivers',
811
+ "it to the user's CURRENT topic/thread automatically. Do NOT use Bash, curl,",
812
+ 'the Telegram Bot API, or polygram-ipc to send files: they do NOT know your',
813
+ 'current thread, so they deliver to the WRONG topic (and skip size/safety',
814
+ 'checks). A raw Bot API call may LOOK like it worked — the upload returns 200 —',
815
+ "but it lands in the wrong topic the user isn't looking at. Always use reply(files).",
812
816
  '',
813
817
  ...(this.attachmentStagingDir ? [
814
818
  `To send a file: COPY it into the staging dir \`${this.attachmentStagingDir}\`,`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polygram",
3
- "version": "0.12.9",
3
+ "version": "0.12.10",
4
4
  "description": "Telegram daemon for Claude Code that preserves the OpenClaw per-chat session model. Migration path for OpenClaw users moving to Claude Code.",
5
5
  "main": "lib/ipc/client.js",
6
6
  "bin": {