Skip to content

Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 30 Nov 16:48

Release v0.6.2

Installation

Install or upgrade LLxprt Code using npm:

npm install -g @vybestack/llxprt-code

Or use directly with npx:

npx @vybestack/llxprt-code

What's New

  • Fixed race condition in ESC cancellation handling to improve responsiveness
  • Resolved status display issues and enabled secure storage for MCP connections
  • Optimized SettingsDialog performance through memoization of dynamic settings
  • Fixed incomplete URL substring sanitization vulnerability to improve security
  • Implemented ExaWebSearch, CodeSearch, and DirectWebFetch tools, and renamed existing Google tools for better clarity
  • Improved ESC cancellation handling to prevent race conditions
  • Enhanced web search and retrieval capabilities with new tools

Thanks

Huge thanks to the following contributors for their pull requests in this release:

All Changes

  • chore(release): v0.6.2 (d621549)
  • Merge pull request #691 from e2720pjk/issue683 #683 (1e20843)
  • refactor: replace console debug with DebugLogger for consistent logging (34a26ca)
  • fix(mcp): resolve status display issues and enable secure storage (63507bc)
  • Merge pull request #690 from e2720pjk/issue689 (90ba6d8)
  • build: relocate dependencies from root to core package (a258d1f)
  • Fix(ui): Optimize SettingsDialog performance by memoizing dynamic settings (3e67a4f)
  • Merge pull request #687 from e2720pjk/fix/google-web-fetch-CWE20 (8e19127)
  • fix(core): resolve incomplete URL substring sanitization vulnerability (5386b9c)
  • chore: bump version to 0.6.1 (fcf90ce)
  • Merge pull request #682 from e2720pjk/issue307 #307 (fd6514d)
  • Merge branch 'main' into issue307 (9514136)
  • Fix race condition in ESC cancellation handling (d8ff993)
  • Merge pull request #675 from e2720pjk/feat/web-tools-overhaul (1bc05b2)
  • Merge branch 'main' into feat/web-tools-overhaul (d336994)
  • fix: format README.md (8f1150a)
  • Merge branch 'main' into feat/web-tools-overhaul (d075eb6)
  • feat: Implement ExaWebSearch, CodeSearch, DirectWebFetch and rename Google tools (a2ed9d2)

Full Changelog: v0.6.1...v0.6.2