mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 02:04:05 +00:00
Release v0.18.4
This commit is contained in:
parent
e3576fe016
commit
652ac0fa36
11 changed files with 50 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue