chore: fix code formatting

This commit is contained in:
Buns Enchantress
2026-02-03 05:50:36 -06:00
parent 66ab70190b
commit 6721f5b0b7
963 changed files with 35240 additions and 8588 deletions

View File

@@ -154,7 +154,12 @@ Submit (send CR only):
Paste (bracketed by default):
```json
{ "tool": "process", "action": "paste", "sessionId": "<id>", "text": "line1\nline2\n" }
{
"tool": "process",
"action": "paste",
"sessionId": "<id>",
"text": "line1\nline2\n"
}
```
## apply_patch (experimental)