Skip to content

Commit 2483a8d

Browse files
committed
fix(ai): broaden plan mode trigger to extensive modifications
1 parent f460929 commit 2483a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-node/claude-code-agent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ async function _runQuery(requestId, prompt, projectPath, model, signal, locale,
474474
"capture the full editor, specific panels, the code area, or the live preview. " +
475475
"For HTML/CSS/JS with live preview, execJsInLivePreview can run JS in the " +
476476
"browser to confirm behavior." +
477-
"\n\nFor tasks that involve creating new applications, modifying multiple files, " +
478-
"or making architectural changes, enter plan mode first to propose a plan " +
477+
"\n\nFor tasks that involve creating new applications, extensive modifications, " +
478+
"or architectural changes, enter plan mode first to propose a plan " +
479479
"for user approval before writing code." +
480480
(locale && !locale.startsWith("en")
481481
? "\n\nThe user's display language is " + locale + ". " +

0 commit comments

Comments
 (0)