@phi-code-admin/phi-code 0.60.7 → 0.60.8

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.
@@ -590,7 +590,7 @@ _Edit this file to customize Phi Code's behavior for your project._
590
590
 
591
591
  // Trigger benchmark via sendUserMessage — this runs /benchmark all
592
592
  // which saves results to the same results.json path
593
- ctx.sendUserMessage("/benchmark all");
593
+ pi.sendUserMessage("/benchmark all");
594
594
  ctx.ui.notify("⏳ Benchmarks started. Once complete, run `/phi-init` again and select benchmark mode to use the results.\n", "info");
595
595
  ctx.ui.notify("💡 The benchmark runs in the background. You'll see live results in the terminal.\n", "info");
596
596
 
@@ -591,7 +591,7 @@ All files in \`.phi/plans/\``;
591
591
  return;
592
592
  }
593
593
 
594
- ctx.sendUserMessage(
594
+ pi.sendUserMessage(
595
595
  `Analyze this project and call the orchestrate tool. It will create the plan AND execute all tasks automatically with parallel sub-agents.
596
596
 
597
597
  ## Project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phi-code-admin/phi-code",
3
- "version": "0.60.7",
3
+ "version": "0.60.8",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {