Skip to content

v26.7.18

Choose a tag to compare

@github-actions github-actions released this 19 Jul 01:27
· 142 commits to main since this release

NPM Global Installation Fixes

  • Drastic Installation Size Reduction: Moved UI and Desktop build tools (electron-builder, vite, tailwindcss, react, etc.) from dependencies to devDependencies in the root package.json. This ensures global installations (npm install -g nyxora) are lightweight and fast.
  • Removed Deprecation Warnings: By moving electron-builder to devDependencies, end-users will no longer see deprecation warnings from legacy upstream dependencies (inflight, rimraf@2, glob@7) during global installation.
  • Documentation Update: Removed the nyxora desktop command from public CLI documentation, as this command is designed exclusively for local development and standalone distribution, not for global NPM installations.

Core Agent Enhancements

  • Robust Context Compression: Overhauled the context summarizer to eliminate silent API errors (HTTP 400) during long sessions. Introduced Boundary Snapping to guarantee that LLM tool calls and tool responses are never split during truncation. Implemented Soft Archiving in the SQLite messages table, allowing the UI to transparently render the entire conversation history while keeping the LLM context efficiently compressed.