LICENSE
README.md
pyproject.toml
blemees_tui/__init__.py
blemees_tui/__main__.py
blemees_tui/app.py
blemees_tui/commands.py
blemees_tui/config.py
blemees_tui/connection.py
blemees_tui/discover.py
blemees_tui/persistence.py
blemees_tui/reducer.py
blemees_tui/snapshot.py
blemees_tui/state.py
blemees_tui/transcript.py
blemees_tui.egg-info/PKG-INFO
blemees_tui.egg-info/SOURCES.txt
blemees_tui.egg-info/dependency_links.txt
blemees_tui.egg-info/entry_points.txt
blemees_tui.egg-info/requires.txt
blemees_tui.egg-info/top_level.txt
blemees_tui/styles/dark.tcss
blemees_tui/styles/light.tcss
blemees_tui/widgets/__init__.py
blemees_tui/widgets/banner.py
blemees_tui/widgets/chat_pane.py
blemees_tui/widgets/completion.py
blemees_tui/widgets/composer.py
blemees_tui/widgets/debug_pane.py
blemees_tui/widgets/event_log.py
blemees_tui/widgets/footer.py
blemees_tui/widgets/sidebar.py
blemees_tui/widgets/modals/__init__.py
blemees_tui/widgets/modals/attach.py
blemees_tui/widgets/modals/help.py
blemees_tui/widgets/modals/new_session.py
tests/test_app_history.py
tests/test_app_pilot.py
tests/test_commands.py
tests/test_config.py
tests/test_connection.py
tests/test_discover.py
tests/test_event_log_overlay.py
tests/test_new_session_modal.py
tests/test_persistence.py
tests/test_reducer.py
tests/test_reducer_properties.py
tests/test_snapshot.py
tests/test_state.py
tests/test_transcript.py
tests/test_widgets.py