agent-slack 0.5.5 → 0.6.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.
package/README.md CHANGED
@@ -293,7 +293,7 @@ When to use which:
293
293
 
294
294
  ### Files (snippets/images/attachments)
295
295
 
296
- `message get/list` auto-download attached files to an agent-friendly temp directory and return absolute paths in `message.files[].path`:
296
+ `message get/list` auto-download attached files to an agent-friendly temp directory and return file metadata in `message.files[]`, including `name` when Slack provides the original filename and `path` for the local download. Failed downloads keep the attachment entry, preserve `message.files[].path` with a local `.download-error.txt` file, and include `message.files[].error`. `search messages` and `search all` use the same attachment shape for message results, while `search files` skips entries whose download fails.
297
297
 
298
298
  - macOS default: `~/.agent-slack/tmp/downloads/`
299
299