@zhushanwen/pi-subagent-workflow 7.0.0 → 7.0.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhushanwen/pi-subagent-workflow",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"description": "Unified subagent execution and multi-agent workflow orchestration for Pi — spawned-process agent runtime with sync/background modes, stateful workflow management with persistence, state machine, and execution tracing.",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyz-agent/extension-protocol": "^0.
|
|
44
|
+
"@xyz-agent/extension-protocol": "^0.4.0",
|
|
45
45
|
"ajv": "^8.20.0",
|
|
46
46
|
"yaml": "^2.9.0",
|
|
47
47
|
"@zhushanwen/pi-extension-logger": "0.2.0"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@earendil-works/pi-tui": "*",
|
|
53
53
|
"typebox": "*",
|
|
54
54
|
"@zhushanwen/pi-pending-notifications": "0.3.1",
|
|
55
|
-
"@zhushanwen/pi-structured-output": "5.0.
|
|
55
|
+
"@zhushanwen/pi-structured-output": "5.0.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependenciesMeta": {
|
|
58
58
|
"@earendil-works/pi-coding-agent": {
|