@janvitos/pi-plan-build 0.1.36 → 0.1.37

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -527,8 +527,8 @@ export default function planBuildModes(pi: ExtensionAPI): void {
527
527
  }
528
528
  const choices = [
529
529
  PLAN_EXIT_APPROVE_CHOICE,
530
- ...(stepExecution ? [PLAN_STEP_CHOICE] : []),
531
530
  PLAN_EXIT_FRESH_CHOICE,
531
+ ...(stepExecution ? [PLAN_STEP_CHOICE] : []),
532
532
  PLAN_EXIT_STAY_CHOICE,
533
533
  ];
534
534
  const selection = normalizePlanExitChoice(await ctx.ui.select(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janvitos/pi-plan-build",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Plan safely, approve explicitly, then implement here or in a clean session.",
5
5
  "type": "module",
6
6
  "license": "MIT",