github Gentleman-Programming/gentle-ai v1.4.9

latest releases: advisory, v1.40.2, v1.40.1...
3 months ago

Hotfix

  • Fixes vscode-copilot permissions injection when VS Code settings.json contains JSONC syntax (comments and trailing commas).

What was happening

component:permissions failed with a JSON unmarshal error for some VS Code setups because the merge logic assumed strict JSON input.

Fix

  • JSON merge now falls back to JSONC normalization (strip comments/trailing commas) before parsing.
  • Keeps strict-error behavior for truly invalid JSON.
  • Adds regression tests for JSONC merge and vscode permissions injection path.

Impact

Install flow no longer fails at component:permissions for vscode-copilot due to JSONC-formatted VS Code settings.

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.