You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.