Patchloom for VS Code v0.0.6
What's New
- Patchloom CLI 0.5.0 support (#166): The extension now recommends CLI 0.5.0, bringing HTTP MCP transport,
execute_plan, and an expanded library API.
Bug Fixes
-
Accurate CLI compatibility checking (#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
appendandpatch mergedid not exist until later versions. Users on older CLIs now get a clear upgrade prompt instead of silent failures. -
Improved test reliability (#157): End-to-end MCP tests are more resilient on slower machines with increased timeouts, reducing false failures during managed install verification.