Skip to content

Release v0.4.2

Choose a tag to compare

@github-actions github-actions released this 08 Oct 14:49

Release v0.4.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

  • Added support for Sonnet 4.5 model in Claude endpoint
  • Fixed tool call loop issue that was causing instability
  • Improved ACP stdin handling for Zed integration
  • Fixed text wrapping to correctly match terminal size
  • Resolved excessive rendering loop that was causing performance lag

All Changes

  • chore(release): v0.4.2 (4cd8275)
  • chore: bump version to 0.4.2 (796458d)
  • Fix tool call loop by normalizing flattened tool arrays (2acc982)
  • added sonnet 4.5 to claude endpoint (d86e5bf)
  • Remove unnecessary stdin resume in Zed ACP integration (3bd0828)
  • Fix ACP stdin handling and add diagnostics (b6e6d1f)
  • fix: correct text wrapping width to match terminal size (ac5be77)
  • Fix release workflow by updating repository references to vybestack/llxprt-code (062e4b6)
  • fixed issues with edit, updated git actions to new repository location (704d427)
  • fixed excessive rendering loop that was causing lag (5f1ae1b)

Full Changelog: v0.4.1...v0.4.2