Skip to content

Release v0.8.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 23:16

Release v0.8.1

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 staticModels support to provider aliases for Qwen, enabling more flexible model configuration options
  • Fixed token counting synchronization issues between prompts and cached usage data
  • Improved system prompt handling for all Responses API calls by using the standard instructions field
  • Resolved ENOTEMPTY errors and ensured proper executable permissions on CLI entry points
  • Fixed onboarding issues for improved new user experience

All Changes

  • chore(release): v0.8.1 (no version changes) (d271281)
  • fix(core): sync prompt token counts with cached usage (v0.8.0 backport) (#1218) (72b0e71)
  • test(cli): remove invalid compress command tests (138e7bc)
  • feat(providers): add staticModels support to provider aliases for Qwen (#1207) (fb46bf6)
  • fix: address CodeRabbit feedback and OAuth onboarding issues (#1204) (3ad94b4)
  • fix(codex): use standard system prompt via instructions field for all Responses API calls (#1198) (ebf3dc6)
  • fix: prevent ENOTEMPTY errors and set executable permissions on CLI entry (#1193) (f0362f0)
  • fix(onboarding): fix multiple onboarding issues #1181-#1185 (#1190) (2ff4ac3)
  • Remove CODEX_SYSTEM_PROMPT handling from OpenAIResponsesProvider (closes #1177) (#1189) (5373ffd)
  • chore(release): bump version to v0.8.1 (2bcaa63)

Full Changelog: v0.8.0...v0.8.1