Release v0.12.12

This commit is contained in:
Mario Zechner 2025-12-05 23:00:45 +01:00
parent 94d6c6704b
commit ddf09720cc
12 changed files with 67 additions and 40 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-mom",
"version": "0.12.11",
"version": "0.12.12",
"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.12.11",
"@mariozechner/pi-ai": "^0.12.11",
"@mariozechner/pi-agent-core": "^0.12.12",
"@mariozechner/pi-ai": "^0.12.12",
"@sinclair/typebox": "^0.34.0",
"@slack/socket-mode": "^2.0.0",
"@slack/web-api": "^7.0.0",