pi-squad 0.6.3 → 0.6.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-squad",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Multi-agent collaboration extension for pi — task decomposition, dependency management, parallel execution, TUI panel",
5
5
  "type": "module",
6
6
  "pi": {
package/src/index.ts CHANGED
@@ -69,7 +69,7 @@ export default function (pi: ExtensionAPI) {
69
69
  // =========================================================================
70
70
 
71
71
  // Inject squad awareness before each LLM call
72
- pi.on("before_agent_start", async (event, _ctx) => {
72
+ pi.on("before_agent_start", async (event, ctx) => {
73
73
  if (!squadEnabled) return;
74
74
 
75
75
  // When a squad is active, inject its status