@mariozechner/pi-mom 0.58.4 → 0.60.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 +4 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
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
|
|
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.
|
|
3
|
+
"version": "0.60.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.
|
|
24
|
-
"@mariozechner/pi-ai": "^0.
|
|
25
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
23
|
+
"@mariozechner/pi-agent-core": "^0.60.0",
|
|
24
|
+
"@mariozechner/pi-ai": "^0.60.0",
|
|
25
|
+
"@mariozechner/pi-coding-agent": "^0.60.0",
|
|
26
26
|
"@sinclair/typebox": "^0.34.0",
|
|
27
27
|
"@slack/socket-mode": "^2.0.0",
|
|
28
28
|
"@slack/web-api": "^7.0.0",
|