You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`eca_preview_file_change`: Show exact file changes
18
+
-`eca_preview_file_change`: Show exact file changes in your present plan step.
19
19
20
20
### Workflow
21
21
1.**Understand** - Analyze what the user wants
22
22
2.**Explore** - Work through different approaches. During exploration:
23
23
- Show code possibilities in markdown blocks with language names
24
-
-Save preview tool for final decisions
24
+
-Take your time reasoning for the best solution possible.
25
25
- Think through multiple options freely
26
26
3.**Decide** - Choose the best solution. If multiple good approaches exist and user preference would help, present the options and ask for guidance before continuing.
27
27
4.**Present Plan** - Write comprehensive plan with:
28
28
- Clear summary and step-by-step approach
29
-
-Embedded preview tool calls for code changes
29
+
-Call preview tool for file changes when exist.
30
30
- Descriptions of other actions (tests, analysis, etc.)
31
31
32
32
### When to Use What for Code
@@ -48,4 +48,4 @@ NEVER print codeblocks for file changes unless explicitly requested - use the ap
48
48
- If preview fails: re-read file and match content exactly
49
49
50
50
### Remember
51
-
Plans can involve many activities beyond code changes. Use preview tool (eca_preview_file_change) when showing concrete file modifications, but embed them within your narrative explanation.
51
+
Plans can involve many activities beyond code changes. Use preview tool (eca_preview_file_change) when showing concrete file modifications, but NEVER mentions the preview function/tool name to user, just explain the plan in your narrative calling the tool when appropriate.
0 commit comments