Skip to content

Commit 2b44e2e

Browse files
authored
docs: add curated release notes for v0.0.6 (#168)
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent acce0e4 commit 2b44e2e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Patchloom for VS Code v0.0.6
2+
3+
### What's New
4+
5+
- **Patchloom CLI 0.5.0 support** ([#166](https://github.com/patchloom/patchloom-vscode/pull/166)): The extension now recommends CLI 0.5.0, bringing HTTP MCP transport, `execute_plan`, and an expanded library API.
6+
7+
### Bug Fixes
8+
9+
- **Accurate CLI compatibility checking** ([#167](https://github.com/patchloom/patchloom-vscode/pull/167)): The minimum CLI version is now correctly set to **0.3.0**. Previously, the extension reported compatibility with CLI 0.1.0, but commands like `append` and `patch merge` did not exist until later versions. Users on older CLIs now get a clear upgrade prompt instead of silent failures.
10+
11+
- **Improved test reliability** ([#157](https://github.com/patchloom/patchloom-vscode/pull/157)): End-to-end MCP tests are more resilient on slower machines with increased timeouts, reducing false failures during managed install verification.
12+
13+
### Internal
14+
15+
- Docs-only changes now skip the full build/test matrix ([#162](https://github.com/patchloom/patchloom-vscode/pull/162))
16+
- Hardened auto-approve workflow against self-modification edge cases ([#160](https://github.com/patchloom/patchloom-vscode/pull/160))
17+
- Fixed Scorecard workflow YAML parsing issues ([#163](https://github.com/patchloom/patchloom-vscode/pull/163), [#164](https://github.com/patchloom/patchloom-vscode/pull/164))
18+
- Fixed release PRs getting stuck as BLOCKED despite green CI ([#157](https://github.com/patchloom/patchloom-vscode/pull/157))

0 commit comments

Comments
 (0)