fix: patch plan mode (#211)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-14 21:11:42 -08:00
committed by GitHub
parent 078fcf5476
commit cd270a938d
4 changed files with 32 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
export async function exit_plan_mode(): Promise<{ message: string }> {
// Return confirmation message that plan was approved
// Note: The plan is read from the plan file by the UI before this return is shown
// The UI layer checks if the plan file exists and auto-rejects if not
return {
message:
"User has approved your plan. You can now start coding.\nStart with updating your todo list if applicable",