@ian-pascoe/pi-minimal-subagents 0.7.0 → 0.7.1

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": "@ian-pascoe/pi-minimal-subagents",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "private": false,
5
5
  "description": "Persistent nested subagents with bounded delegation for Pi",
6
6
  "keywords": [
@@ -157,7 +157,7 @@ export function createRegistryEvent(
157
157
  };
158
158
  }
159
159
  case "agent-created":
160
- return { ...envelope, event, agent: data.agent };
160
+ return { ...envelope, event, agent: structuredClone(data.agent) };
161
161
  case "turn-started":
162
162
  return {
163
163
  ...envelope,