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: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,24 @@ The status bar shows binary readiness and CLI version at a glance. Click it to s
52
52
53
53
### Quick actions
54
54
55
-
`Patchloom: Quick Action` builds common CLI commands (replace, tidy, doc set) from an interactive picker. Select the operation, pick a target file, and the extension assembles the command with a diff preview before applying.
55
+
`Patchloom: Quick Action` opens an interactive picker with six operations:
56
+
57
+
| Action | What it does |
58
+
|--------|-------------|
59
+
|**Replace text**| Literal text replacement with diff preview before applying |
60
+
|**Tidy file**| Whitespace and newline cleanup with diff preview |
61
+
|**Set structured value**| Update a JSON, YAML, or TOML key with diff preview |
62
+
|**Search text**| Find pattern matches across workspace files (results in output channel) |
63
+
|**Create file**| Scaffold a new file and open it in the editor |
64
+
|**Read structured value**| Read a JSON/YAML/TOML key and copy to clipboard |
65
+
66
+
### Batch operations
67
+
68
+
`Patchloom: Batch Apply` opens a JSON plan template where you can compose multiple operations (replace, tidy, doc set). The extension pipes the plan to `patchloom batch --apply` so all changes land atomically.
69
+
70
+
### Output channel
71
+
72
+
All CLI invocations, arguments, and output are logged to the **Patchloom** output channel. Run `Patchloom: Show Output` to open it. Useful for debugging and copying full error messages for bug reports.
56
73
57
74
### Compatibility diagnostics
58
75
@@ -68,6 +85,8 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
68
85
|`Patchloom: Initialize Project`| Generate or diff `AGENTS.md` from `patchloom agent-rules`|
69
86
|`Patchloom: Configure MCP`| Inject Patchloom MCP server config into editor config files |
70
87
|`Patchloom: Quick Action`| Build a Patchloom CLI command from an interactive picker |
88
+
|`Patchloom: Batch Apply`| Open a JSON batch plan and execute all operations atomically |
89
+
|`Patchloom: Show Output`| Open the Patchloom output channel for CLI logs and diagnostics |
71
90
|`Patchloom: Show Status`| Display binary readiness, version, compatibility, and workspace state |
72
91
|`Patchloom: Open Settings`| Jump to Patchloom extension settings |
73
92
|`Patchloom: Open Releases`| Open the Patchloom releases page in a browser |
0 commit comments