@rallycry/conveyor-agent 7.0.15 → 7.0.16

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.
@@ -1940,7 +1940,7 @@ function buildReviewPrompt(context) {
1940
1940
  } else {
1941
1941
  parts.push(
1942
1942
  `### Code Review Process`,
1943
- `1. Run \`git diff <baseBranch>..HEAD\` to see all changes in this PR`,
1943
+ `1. Run \`git diff ${context?.baseBranch ?? "dev"}..HEAD\` to see all changes in this PR`,
1944
1944
  `2. Read the task plan to understand the intended changes`,
1945
1945
  `3. Explore the surrounding codebase to verify pattern consistency`,
1946
1946
  `4. Review against the criteria below`,
@@ -5373,6 +5373,7 @@ async function handleExitPlanMode(host, input) {
5373
5373
  }
5374
5374
  if (host.agentMode === "discovery") {
5375
5375
  host.hasExitedPlanMode = true;
5376
+ host.pendingModeRestart = true;
5376
5377
  void host.connection.triggerIdentification();
5377
5378
  host.connection.postChatMessage(
5378
5379
  "Plan complete. Running identification \u2014 icon and agent assignment will be set automatically."
@@ -7925,4 +7926,4 @@ export {
7925
7926
  loadForwardPorts,
7926
7927
  loadConveyorConfig
7927
7928
  };
7928
- //# sourceMappingURL=chunk-5ZINKEUR.js.map
7929
+ //# sourceMappingURL=chunk-UVALOGBF.js.map