pi-goal-x 0.18.6 → 0.18.7

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.
@@ -3309,6 +3309,7 @@ promptGuidelines: [
3309
3309
  // Per-turn flag resets (#4 + C9 fix).
3310
3310
  goalWorkToolCalledThisTurn = false;
3311
3311
  turnStoppedFor = null;
3312
+ syncGoalTools();
3312
3313
  beginAccounting();
3313
3314
  updateUI(ctx);
3314
3315
  });
@@ -3340,9 +3341,6 @@ promptGuidelines: [
3340
3341
  if (isMeaningfulProgressToolCall(event.toolName, asRecord(event)?.args)) {
3341
3342
  if (state.goal?.id) activeGetGoalTurnsByGoalId.delete(state.goal.id);
3342
3343
  goalWorkToolCalledThisTurn = true;
3343
- } else if (state.goal?.status === "active" && state.goal.autoContinue && event.toolName !== "get_goal") {
3344
- // A non-progress tool should not create an infinite retry chain.
3345
- turnStoppedFor = state.goal.id;
3346
3344
  }
3347
3345
  return;
3348
3346
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-goal-x",
3
- "version": "0.18.6",
3
+ "version": "0.18.7",
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",