ARCHITECTURE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
packaging/README.md
packaging/check_release.py
packaging/alpine/APKBUILD.in
packaging/arch/PKGBUILD.in
packaging/debian/control.in
packaging/fedora/r105.spec.in
packaging/freebsd/manifest.ucl.in
r105/__init__.py
r105/__main__.py
r105/cli.py
r105/client.py
r105/command_parser.py
r105/commands.py
r105/commands_format.py
r105/config.py
r105/connections.py
r105/constants.py
r105/doctor.py
r105/errors.py
r105/logging.py
r105/mcp_client.py
r105/model_catalog.py
r105/payload.py
r105/plugins.py
r105/providers.py
r105/registry.py
r105/sandbox.py
r105/sandbox_profiles.py
r105/sessions.py
r105/skills.py
r105/sse.py
r105/state.py
r105/tool_loop.py
r105/tool_protocol.py
r105/tools.py
r105/tools_fs.py
r105/tools_math.py
r105/tools_security.py
r105/tools_web.py
r105.egg-info/PKG-INFO
r105.egg-info/SOURCES.txt
r105.egg-info/dependency_links.txt
r105.egg-info/entry_points.txt
r105.egg-info/requires.txt
r105.egg-info/top_level.txt
r105/backends/__init__.py
r105/backends/base.py
r105/backends/direct.py
r105/backends/router.py
r105/skills/web-search.md
r105/themes/dracula.tcss
r105/themes/high-contrast.tcss
r105/themes/r105.tcss
r105/themes/solarized-dark.tcss
r105/tui/__init__.py
r105/tui/app.py
r105/tui/screens/__init__.py
r105/tui/screens/chat.py
r105/tui/screens/connection_screen.py
r105/tui/screens/help_screen.py
r105/tui/screens/history_screen.py
r105/tui/screens/tools_screen.py
r105/tui/widgets/__init__.py
r105/tui/widgets/chat_view.py
r105/tui/widgets/command_palette.py
r105/tui/widgets/diff_view.py
r105/tui/widgets/file_explorer.py
r105/tui/widgets/input_area.py
r105/tui/widgets/status_bar.py
tests/test_architecture_layers.py
tests/test_client.py
tests/test_client_chaos.py
tests/test_command_palette.py
tests/test_commands.py
tests/test_config.py
tests/test_connections.py
tests/test_errors.py
tests/test_handler_dispatch.py
tests/test_integration.py
tests/test_mcp_client.py
tests/test_model_catalog.py
tests/test_plugin_compat.py
tests/test_plugin_validation.py
tests/test_providers.py
tests/test_reasoning_permissions.py
tests/test_safety_features.py
tests/test_sandbox_fallback.py
tests/test_session_diff.py
tests/test_session_version_search.py
tests/test_sessions_export_guard.py
tests/test_skills.py
tests/test_ssrf.py
tests/test_state.py
tests/test_tool_cache.py
tests/test_tool_loop.py
tests/test_tools.py
tests/test_tools_screen.py
tests/test_tui.py
tests/test_tui_features.py
tests/test_tui_virtualization.py