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 c1859cbe5c
commit e2168036a6
+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)}`;
}
/**