mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 03:03:42 +00:00
v0.9.4: Mom Slack bot with Docker sandbox
This commit is contained in:
parent
30964e0c33
commit
a484330cd1
10 changed files with 38 additions and 28 deletions
|
|
@ -1,7 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.9.4] - 2025-11-26
|
||||
|
||||
### Added
|
||||
|
||||
- Initial scaffold
|
||||
- Initial release of Mom Slack bot
|
||||
- Slack integration with @mentions and DMs
|
||||
- Docker sandbox mode for isolated execution
|
||||
- Bash tool with full shell access
|
||||
- Read, write, edit file tools
|
||||
- Attach tool for sharing files in Slack
|
||||
- Thread-based tool details (clean main messages, verbose details in threads)
|
||||
- Single accumulated message per agent run
|
||||
- Stop command (`@mom stop`) to abort running tasks
|
||||
- Persistent workspace per channel with scratchpad directory
|
||||
- Streaming console output for monitoring
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mariozechner/pi-mom",
|
||||
"version": "0.9.3",
|
||||
"version": "0.9.4",
|
||||
"description": "Slack bot that delegates messages to the pi coding agent",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sandbox-runtime": "^0.0.16",
|
||||
"@mariozechner/pi-agent-core": "^0.9.3",
|
||||
"@mariozechner/pi-ai": "^0.9.3",
|
||||
"@mariozechner/pi-agent-core": "^0.9.4",
|
||||
"@mariozechner/pi-ai": "^0.9.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