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
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.