feat: align extension with patchloom CLI v0.7.0#177
Merged
Conversation
- Replace CLI arg: --to -> --new (breaking rename in v0.7.0) - Fix MCP e2e test: selector -> key parameter rename in doc_set - Add Windows ARM64 managed install target (aarch64-pc-windows-msvc) - Update README recommended version from 0.6.0 to 0.7.0 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Align the VS Code extension with Patchloom CLI v0.7.0 (release notes).
Changes
CLI argument rename (
--to->--new)v0.7.0 renamed replace CLI arguments to match LLM priors. The extension
s Quick Action replace command now uses--newinstead of--to`.MCP parameter rename (
selector->key)v0.7.0 renamed the doc tool MCP parameter from
selectorback tokey. Fixed the managed install e2e test that was failing because of this.Windows ARM64 managed install
v0.7.0 added pre-built binaries for
aarch64-pc-windows-msvc. The managed installer now supports Windows ARM64 devices (Surface Pro X, etc.).README update
Updated recommended CLI version from 0.6.0 to 0.7.0.
Files changed
src/commands/quickActions.ts--to->--newin replace command args and detail stringsrc/install/managed.tsaarch64-pc-windows-msvctarget triple and detectionREADME.mdtest/unit/quickActions.test.ts--toassertions to--newtest/unit/outputChannel.test.ts--toin log command testtest/unit/patchloomCli.test.ts--toto--newin CLI tests,selectortokeyin MCP e2e testtest/unit/binary.test.tsVerification
npm run checkpasses: 261/261 tests, coverage threshold met, VSIX packages.