Release v0.4.4
Release v0.4.4
Installation
Install or upgrade LLxprt Code using npm:
npm install -g @vybestack/llxprt-codeOr use directly with npx:
npx @vybestack/llxprt-codeWhat's New
- Improved handling of MCP tool naming to prevent conflicts when multiple tools have the same name or use disallowed names like "search"
- Fixed an issue where model parameters and headers were not properly propagated in API requests
- Resolved a bug with the todo_pause functionality that was affecting the preservation of todo dialogs
- Enhanced MCP tool identification through namespacing implementation
- Sandbox image is now automatically published as part of the release process
Thanks
Huge thanks to the following contributors for their pull requests in this release:
All Changes
- chore(release): v0.4.4 (cc348f5)
- Merge pull request #304 from e2720pjk/refactor/mcp-tool-name-generation (6b26b03)
- test: update MCP tool tests to match new naming convention (75f81ae)
- refactor: optimize MCP tool name generation logic (c73f639)
- Merge pull request #302 from vybestack/issue-298 (aa818ae)
- chore: publish sandbox image as part of release (634d2a8)
- Merge pull request #301 from vybestack/issue277 (0222e30)
- Fix todo_pause preserving todo dialog #277 (6170da2)
- Merge pull request #297 from vybestack/issue294 (749d3cb)
- Fix: propagate model params and headers (closes #294) (765be4b)
- Merge pull request #296 from e2720pjk/refactor/mcp-tool-naming fixes issues with mcps that have the same name or disallowed name like "search" (074fd3c)
- refactor(tools): Implement namespacing for MCP tool identification (136a522)
Full Changelog: v0.4.3...v0.4.4