## [0.25.17] - 2026-07-26

> Requires spt-core **v0.27.0 or newer** (unchanged). Update with `spt adapter update claude-spt`; takes effect on an endpoint's next start — bounce your endpoints to pick it up. Plugin unchanged (**0.1.16**).

### Fixed
- **A message too large to show inline can no longer go missing on the way to the file it is written to.** Large deliveries are written to a file and announced with a short note telling the agent to read it — but the note itself could fail in three ways, each looking exactly like a message that was never delivered at all. If the file could not be written, the note pointed at a file that did not exist and the message was discarded anyway; it now says plainly that the file could not be written, shows as much of the message as will fit, says where the rest can still be recovered from, and keeps the message queued for the next attempt instead of throwing it away. If an earlier large delivery had not been read yet, only one of the three places these notes are produced mentioned it — the other two, including the one that handles messages arriving while the agent is working, never did; all three now do. And on a busy session the list of earlier files grew until the note itself was too large to show, which silently cut it off: the list is now capped, keeping the oldest entries and counting the rest, so the note always arrives whole.
