@phi-code-admin/phi-code 0.64.0 → 0.64.2

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.
@@ -703,6 +703,7 @@ export default function orchestratorExtension(pi: ExtensionAPI) {
703
703
  }
704
704
  }, 500) as any;
705
705
  }, 2000) as any;
706
+ });
706
707
 
707
708
  // ─── /plan Command — Full workflow ───────────────────────────────
708
709
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phi-code-admin/phi-code",
3
- "version": "0.64.0",
3
+ "version": "0.64.2",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {