update file path shown in exit plan mode dialog

This commit is contained in:
A.K.M. Adib
2026-03-17 15:50:32 -04:00
parent b956c05b0e
commit 794d110a7f
+2 -2
View File
@@ -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)}`;
}
/**