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
fix: bump minimum supported CLI version to 0.3.0 (#167)
The extension uses `append` (added in v0.3.0) and `patch merge`
(added in v0.2.0), so 0.1.0 was never a correct minimum. Users on
0.1.x or 0.2.x would see CLI errors for Append and Merge Patch
quick actions.
Update MINIMUM_SUPPORTED_PATCHLOOM_VERSION and all references.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ All CLI invocations, arguments, and output are logged to the **Patchloom** outpu
98
98
99
99
### Compatibility diagnostics
100
100
101
-
The extension detects outdated CLI builds and warns with upgrade guidance. It requires Patchloom `0.1.0` or newer.
101
+
The extension detects outdated CLI builds and warns with upgrade guidance. It requires Patchloom `0.3.0` or newer.
102
102
103
103
---
104
104
@@ -148,7 +148,7 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
148
148
Set `patchloom.path` in settings, or add the CLI to your `PATH`.
149
149
150
150
**CLI compatibility warning**
151
-
Run `Patchloom: Open Releases` to download the latest release. The extension requires 0.1.0 or newer; 0.5.0 is recommended.
151
+
Run `Patchloom: Open Releases` to download the latest release. The extension requires 0.3.0 or newer; 0.5.0 is recommended.
152
152
153
153
**MCP config not injected**
154
154
Run `Patchloom: Configure MCP` and select the target editor config.
@@ -183,7 +183,7 @@ File bugs and feature requests at [patchloom/patchloom-vscode/issues](https://gi
183
183
## Requirements
184
184
185
185
- VS Code 1.90 or newer (or compatible editors: Cursor, Windsurf, VSCodium)
186
-
-[Patchloom CLI](https://github.com/patchloom/patchloom) 0.1.0 or newer (0.5.0+ recommended for latest features including HTTP MCP transport, execute_plan, and expanded library API)
186
+
-[Patchloom CLI](https://github.com/patchloom/patchloom) 0.3.0 or newer (0.5.0+ recommended for latest features including HTTP MCP transport, execute_plan, and expanded library API)
0 commit comments