fix(cli): wire command:result + system:reload socket events in TUI #187
Reference in New Issue
Block a user
Delete Branch "fix/tui-command-result-socket"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Gateway slash command responses were silently dropped. listened for but had no handlers for or — both events emitted by the gateway after command execution.
Fix
Added two socket event handlers:
Also
Removes stray devDependency from — it was never imported and snuck in from a prior agent session.
Test