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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,14 @@ Click it to see full diagnostics, including per-editor MCP configuration status
83
83
|**Tidy file**| Whitespace and newline cleanup with diff preview |
84
84
|**Set structured value**| Update a JSON, YAML, or TOML key with diff preview |
85
85
|**Search text**| Find pattern matches across workspace files (results in output channel) |
86
-
|**Create file**| Scaffold a new file and open it in the editor |
86
+
|**Create file**| Scaffold a new file with optional content and open it in the editor |
87
87
|**Append to file**| Append content to an existing file |
88
+
|**Prepend to file**| Prepend content to the start of an existing file (CLI 0.9+) |
88
89
|**Read structured value**| Read a JSON/YAML/TOML key and copy to clipboard |
89
90
|**Merge patch (three-way)**| Apply a stale patch using three-way merge (v0.2.0+) |
90
91
92
+
Workspace Quick Actions and Batch Apply pass `--contain` so CLI paths stay inside the workspace root (CLI 0.10+). Patch merge skips containment when the patch file may live outside the workspace.
93
+
91
94
### Batch operations
92
95
93
96
`Patchloom: Batch Apply` opens a line-oriented 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.
@@ -107,7 +110,7 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
107
110
| Command | Description |
108
111
|---------|-------------|
109
112
|`Patchloom: Setup Workspace`| Guided walkthrough for binary, AGENTS.md, and MCP readiness |
110
-
|`Patchloom: Initialize Project`| Generate or diff `AGENTS.md` from `patchloom agent-rules`|
113
+
|`Patchloom: Initialize Project`| Generate or diff `AGENTS.md` from `patchloom agent-rules`(mode: all/cli/mcp, platform: all/linux/windows) |
111
114
|`Patchloom: Configure MCP`| Inject Patchloom MCP server config into editor config files |
112
115
|`Patchloom: Quick Action`| Build a Patchloom CLI command from an interactive picker |
113
116
|`Patchloom: Batch Apply`| Open a batch plan and execute all operations atomically |
0 commit comments