diff --git a/packages/core/src/tools/exit-plan-mode.ts b/packages/core/src/tools/exit-plan-mode.ts index d3d2bdce01..483b1e5f3d 100644 --- a/packages/core/src/tools/exit-plan-mode.ts +++ b/packages/core/src/tools/exit-plan-mode.ts @@ -169,8 +169,8 @@ export class ExitPlanModeInvocation extends BaseToolInvocation< }; } - override getDescription(): string { - return `Requesting plan approval for: ${this.params.plan_filename}`; + getDescription(): string { + return `Requesting plan approval for: ${path.join(this.config.storage.getPlansDir(), this.params.plan_filename)}`; } /**