@femtomc/mu-agent 26.2.77 → 26.2.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@femtomc/mu-agent",
3
- "version": "26.2.77",
3
+ "version": "26.2.78",
4
4
  "description": "Shared agent runtime for mu chat, orchestration roles, and serve extensions.",
5
5
  "keywords": [
6
6
  "mu",
@@ -24,7 +24,7 @@
24
24
  "themes/**"
25
25
  ],
26
26
  "dependencies": {
27
- "@femtomc/mu-core": "26.2.77",
27
+ "@femtomc/mu-core": "26.2.78",
28
28
  "@mariozechner/pi-agent-core": "^0.53.0",
29
29
  "@mariozechner/pi-ai": "^0.53.0",
30
30
  "@mariozechner/pi-coding-agent": "^0.53.0",
@@ -21,6 +21,3 @@ Using `mu`:
21
21
  - Use `mu memory index status|rebuild` to inspect/refresh local memory index health when needed.
22
22
  - Use `mu heartbeats` and `mu cron` to access persistent scheduled processes that broadcast to the user.
23
23
 
24
- Documentation:
25
- - Your own documentation (including custom model setup and theme creation) is at: /path/to/README.md
26
- - Read it when users ask about features, configuration, or setup.