pi-goal-x 0.18.9 → 0.18.10

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.
@@ -3296,8 +3296,6 @@ promptGuidelines: [
3296
3296
  },
3297
3297
  }));
3298
3298
 
3299
- syncGoalTools();
3300
-
3301
3299
  pi.on("context", async (event): Promise<{ messages: typeof event.messages } | undefined> => {
3302
3300
  let changed = false;
3303
3301
  const latestGoalEventIndex = new Map<string, number>();
@@ -3449,6 +3447,7 @@ promptGuidelines: [
3449
3447
 
3450
3448
  pi.on("session_start", async (event, ctx) => {
3451
3449
  loadState(ctx);
3450
+ syncGoalTools();
3452
3451
  syncTerminalInputPause(ctx);
3453
3452
  if (event.reason === "resume" && !state.goal && openGoals().length > 1 && ctx.hasUI) {
3454
3453
  await focusGoalCommand(ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-goal-x",
3
- "version": "0.18.9",
3
+ "version": "0.18.10",
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",