Release v0.18.4

This commit is contained in:
Mario Zechner 2025-12-12 00:00:08 +01:00
parent e3576fe016
commit 652ac0fa36
11 changed files with 50 additions and 40 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [0.18.4] - 2025-12-11
### Fixed
- Attachment downloads now work correctly
- SlackBot now receives store for processing file downloads
- Files are downloaded in background and stored in `<channel>/attachments/`
- Attachment paths passed to agent as absolute paths in execution environment
- Backfill also downloads attachments from historical messages
## [0.18.3] - 2025-12-11
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-mom",
"version": "0.18.3",
"version": "0.18.4",
"description": "Slack bot that delegates messages to the pi coding agent",
"type": "module",
"bin": {
@ -21,9 +21,9 @@
},
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.16",
"@mariozechner/pi-agent-core": "^0.18.3",
"@mariozechner/pi-ai": "^0.18.3",
"@mariozechner/pi-coding-agent": "^0.18.3",
"@mariozechner/pi-agent-core": "^0.18.4",
"@mariozechner/pi-ai": "^0.18.4",
"@mariozechner/pi-coding-agent": "^0.18.4",
"@sinclair/typebox": "^0.34.0",
"@slack/socket-mode": "^2.0.0",
"@slack/web-api": "^7.0.0",