Expand description
Standalone helper functions for rendering / display.
These are pure functions (no &mut self) used by event_loop and the
terminal UI to format tool arguments, parse diffs, etc.
Functionsยง
- parse_
apply_ patch_ input - Parse a V4A patch envelope from an
apply_patcharguments JSON. - parse_
v4a_ patch - Pure parser for a V4A patch string.
- preview_
args - Produce a short preview of a JSON-encoded arguments string.
- verb_
for_ tool - Pick a spinner verb based on the tool name.