pi-goal-x 0.18.4 → 0.18.5

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.
@@ -904,7 +904,6 @@ export default function goalExtension(pi: ExtensionAPI): void {
904
904
  }
905
905
  clearStoppedRuntimeState();
906
906
  runningGoalId = null;
907
- syncGoalTools();
908
907
  updateUI(ctx);
909
908
  }
910
909
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-goal-x",
3
- "version": "0.18.4",
3
+ "version": "0.18.5",
4
4
  "description": "Goal mode extension for pi: persistent long-running objectives, /goal-set drafting, Sisyphus prompt style, autoContinue, and an above-editor status overlay. Fork of @capyup/pi-goal.",
5
5
  "license": "MIT",
6
6
  "author": "pi-goal-x contributors",