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
Copy file name to clipboardExpand all lines: src/commands/context.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
-`replace.js` enforces `g` flag and supports dry-run reporting.
24
24
-`escapeString.js` centralises string coercion, enabling new built-ins without touching `loop.js` internals.
25
25
-`preapproval.js` validation now guards against risky shells/flags with dedicated unit coverage for new heuristics.
26
+
-`edit.js` and `replace.js` now return the full updated file contents (with headings) in their stdout payloads, letting the LLM consume changes without issuing a follow-up read.
0 commit comments