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
feat: align extension with patchloom CLI v0.4.0
- Add Quick Action for append to file (new top-level CLI write operation)
- Update batch template to demonstrate file.append
- Update README requirements, troubleshooting, and quick actions table to recommend 0.4.0 and document new capabilities
- Add unit tests covering the append builder and updated batch template
- Refresh version references and comments to reflect current release
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Click it to see full diagnostics, including per-editor MCP configuration status
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
86
|**Create file**| Scaffold a new file and open it in the editor |
87
+
|**Append to file**| Append content to an existing file |
87
88
|**Read structured value**| Read a JSON/YAML/TOML key and copy to clipboard |
88
89
|**Merge patch (three-way)**| Apply a stale patch using three-way merge (v0.2.0+) |
89
90
@@ -147,7 +148,7 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
147
148
Set `patchloom.path` in settings, or add the CLI to your `PATH`.
148
149
149
150
**CLI compatibility warning**
150
-
Run `Patchloom: Open Releases` to download the latest release. The extension requires 0.1.0 or newer; 0.2.0 is recommended.
151
+
Run `Patchloom: Open Releases` to download the latest release. The extension requires 0.1.0 or newer; 0.4.0 is recommended.
151
152
152
153
**MCP config not injected**
153
154
Run `Patchloom: Configure MCP` and select the target editor config.
@@ -182,7 +183,7 @@ File bugs and feature requests at [patchloom/patchloom-vscode/issues](https://gi
182
183
## Requirements
183
184
184
185
- VS Code 1.90 or newer (or compatible editors: Cursor, Windsurf, VSCodium)
185
-
-[Patchloom CLI](https://github.com/patchloom/patchloom) 0.1.0 or newer (0.2.0+ recommended for patch merge and strict transactions)
186
+
-[Patchloom CLI](https://github.com/patchloom/patchloom) 0.1.0 or newer (0.4.0+ recommended for latest features including append, AST ops, and --confirm)
0 commit comments