tweak: adjust plan -> build transition prompt (#2111)

This commit is contained in:
Aiden Cline
2025-08-21 06:52:38 -05:00
committed by GitHub
parent 04dcd87170
commit 9231043eb4
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ import {
import PROMPT_INITIALIZE from "../session/prompt/initialize.txt"
import PROMPT_PLAN from "../session/prompt/plan.txt"
import BUILD_SWITCH from "../session/prompt/build-switch.txt"
import { App } from "../app/app"
import { Bus } from "../bus"
@@ -734,7 +735,7 @@ export namespace Session {
messageID: userMsg.id,
sessionID: input.sessionID,
type: "text",
text: "You are now in build mode and are permitted to make edits",
text: BUILD_SWITCH,
synthetic: true,
})
}

View File

@@ -0,0 +1 @@
Your operational mode has changed from plan to build. You are no longer in read-only mode. You are permitted to make file changes as necessary and utilize your arsenal of tools as needed.