Skip to content

v26.7.11

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:54
· 161 commits to main since this release

Bug Fixes & Stability

  • Ghost Daemon & Stale Transactions Fix: Resolved a critical issue where the Nyx Daemon leaked into the interactive CLI chat due to a static top-level import in cli.ts. Replaced with a dynamic import to keep the CLI environment pure. Additionally, overhauled the SQLite transaction manager by introducing a 3-minute transaction timeout (previously there was no expiration), and implemented an auto-cleanup mechanism that forcefully purges (failed) all stale pending transactions upon daemon startup to prevent persistent "ghost" transaction prompts after forced system shutdowns.