Skip to content

Release v0.4.8

Choose a tag to compare

@github-actions github-actions released this 01 Nov 05:56

Release v0.4.8

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

  • Improved authentication status reporting for better clarity
  • Enhanced markdown table wrapping for better readability
  • Fixed prompt blank line rendering issues
  • Added provider and base URL information to /about command output
  • Replaced all user-facing references from 'Gemini CLI' to 'LLxprt Code'
  • Fixed incorrect fallback behavior to GeminiProvider for invalid profiles/providers
  • Suppressed unnecessary error messages when importing missing files in non-debug mode
  • Fixed tool responses with mixed content being misidentified as user messages
  • Improved context window enforcement with proper respect for context-limit

All Changes

  • chore(release): v0.4.8 (5ac52f1)
  • Fix tool responses with mixed content being misidentified as user messages (#415) (e170bc6)
  • feat: add provider and base URL to /about command output (#406) (c3adbbd)
  • fix: improve markdown table wrapping (#352) (#404) (4e232f8)
  • feat: improve auth status reporting (#395) (#403) (eb1d61a)
  • Fix prompt blank line rendering #393 (#402) (051d646)
  • fix: suppress ENOENT errors when importing missing files in non-debug mode (#399) fixes #391 (d945987)
  • fix: update GEMINI_CLI environment variables to LLXPRT_CODE (#387) (#392) (8c7d50a)
  • fix: prevent incorrect fallback to GeminiProvider for invalid profiles/providers (#388) (#390) (6652ef3)
  • Fix #385: Replace user-facing 'Gemini CLI' references with 'LLxprt Code' (#389) (5fb2858)
  • fix: respect context-limit when enforcing context window (#386) (75bf3e3)

Full Changelog: v0.4.7...v0.4.8