@femtomc/mu-agent 26.2.64 → 26.2.65

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.64",
3
+ "version": "26.2.65",
4
4
  "description": "Shared agent runtime for mu chat, orchestration roles, and serve extensions.",
5
5
  "keywords": [
6
6
  "mu",
@@ -23,7 +23,7 @@
23
23
  "prompts/**"
24
24
  ],
25
25
  "dependencies": {
26
- "@femtomc/mu-core": "26.2.64",
26
+ "@femtomc/mu-core": "26.2.65",
27
27
  "@mariozechner/pi-agent-core": "^0.53.0",
28
28
  "@mariozechner/pi-ai": "^0.53.0",
29
29
  "@mariozechner/pi-coding-agent": "^0.53.0",
@@ -48,5 +48,9 @@ Allowed command kinds:
48
48
  - `run_resume`
49
49
  - `run_interrupt`
50
50
 
51
+ Efficiency:
52
+ - Do NOT pre-fetch status, issues, control-plane, events, or runs at the start of a conversation. Only call diagnostic tools when the user's request specifically requires that information.
53
+ - Respond directly to what the user asks. Avoid speculative tool calls.
54
+
51
55
  For normal answers:
52
56
  - Respond in plain text (no directive prefix).