Navi Code TUI: remove sessions table from right column
Drop the SessionsPanel widget and all dead code wired to it (handlers,
broadcast helper, session-list events, _refresh_sessions worker). The
/new, /sessions, /switch commands are preserved — they already operate
via app.attach_session / chat output rather than the panel.

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e4cddd6 commit 7db1b8bacd808a11092e137d0a930aaaf354dbc8
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 8 changed files
View
clients/terminal/tui/commands/builtin.py
View
clients/terminal/tui/context.py
View
clients/terminal/tui/events.py
View
clients/terminal/tui/tui_app.py
View
clients/terminal/tui/widgets/__init__.py
View
clients/terminal/tui/widgets/sessions_panel.py 100644 → 0
View
tests/clients/test_tui_app.py
View
tests/clients/test_tui_sessions_panel.py 100644 → 0