@mariozechner/pi-mom 0.59.0 → 0.61.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.61.0] - 2026-03-20
4
+
5
+ ## [0.60.0] - 2026-03-18
6
+
3
7
  ## [0.59.0] - 2026-03-17
4
8
 
5
9
  ## [0.58.4] - 2026-03-16
package/README.md CHANGED
@@ -237,7 +237,7 @@ description: Read, search, and send Gmail via IMAP/SMTP
237
237
 
238
238
  When mom responds, she's given the names, descriptions, and file locations of all `SKILL.md` files in `/workspace/skills/` and `/workspace/<channel>/skills/`, so she knows what's available to handle your request. When mom decides to use a skill, she reads the `SKILL.md` in full, after which she's able to use the skill by invoking its scripts and programs.
239
239
 
240
- You can find a set of basic skills at <https://github.com/badlogic/pi-skills|github.com/badlogic/pi-skills>. Just tell mom to clone this repository into `/workspace/skills/pi-skills` and she'll help you set up the rest.
240
+ You can find a set of basic skills at [github.com/badlogic/pi-skills](https://github.com/badlogic/pi-skills). Just tell mom to clone this repository into `/workspace/skills/pi-skills` and she'll help you set up the rest.
241
241
 
242
242
  #### Creating a Skill
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-mom",
3
- "version": "0.59.0",
3
+ "version": "0.61.0",
4
4
  "description": "Slack bot that delegates messages to the pi coding agent",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@anthropic-ai/sandbox-runtime": "^0.0.16",
23
- "@mariozechner/pi-agent-core": "^0.59.0",
24
- "@mariozechner/pi-ai": "^0.59.0",
25
- "@mariozechner/pi-coding-agent": "^0.59.0",
23
+ "@mariozechner/pi-agent-core": "^0.61.0",
24
+ "@mariozechner/pi-ai": "^0.61.0",
25
+ "@mariozechner/pi-coding-agent": "^0.61.0",
26
26
  "@sinclair/typebox": "^0.34.0",
27
27
  "@slack/socket-mode": "^2.0.0",
28
28
  "@slack/web-api": "^7.0.0",