Skip to content

Release v0.2.24

Choose a tag to compare

@github-actions github-actions released this 09 Sep 18:11

Release v0.2.24

Installation & Upgrade

To install or upgrade to this version, use the following npm commands:

npm install -g llxprt-code@v0.2.24

For project-specific installation:

npm install llxprt-code@v0.2.24

Major Features

  • Fixes for handling numeric todo IDs from GLM 4.5 and other providers
  • Resolution of MCP command async parsing and test context issues

Changes

  • chore(release): v0.2.24 (c1db34f)
  • fix: accept numeric todo IDs from GLM 4.5 and other providers (c9079a8)
  • fix: resolve MCP command async parsing and test context issues (94ece8c)
  • fix: remove XML tags from todo reminders to prevent OpenAI API errors (0f172e5)
  • fix: resolve failing tests and TypeScript build errors (d090f14)
  • feat: Implement BS filtering system with debug logging and socket configuration support (efdfd11)
  • fix: reduce excessive debug logging and resolve TypeScript issues (7b89539)

Full Changelog: v0.2.3...v0.2.24