README.md
pyproject.toml
setup.cfg
src/chad/__init__.py
src/chad/__main__.py
src/chad/server/__init__.py
src/chad/server/auth.py
src/chad/server/main.py
src/chad/server/state.py
src/chad/server/api/__init__.py
src/chad/server/api/routes/__init__.py
src/chad/server/api/routes/config.py
src/chad/server/api/routes/health.py
src/chad/server/api/routes/providers.py
src/chad/server/api/routes/sessions.py
src/chad/server/api/routes/slack.py
src/chad/server/api/routes/tunnel.py
src/chad/server/api/routes/uploads.py
src/chad/server/api/routes/worktree.py
src/chad/server/api/routes/ws.py
src/chad/server/api/schemas/__init__.py
src/chad/server/api/schemas/config.py
src/chad/server/api/schemas/events.py
src/chad/server/api/schemas/provider.py
src/chad/server/api/schemas/session.py
src/chad/server/api/schemas/streaming.py
src/chad/server/api/schemas/task.py
src/chad/server/api/schemas/worktree.py
src/chad/server/domain/__init__.py
src/chad/server/services/__init__.py
src/chad/server/services/event_mux.py
src/chad/server/services/pty_stream.py
src/chad/server/services/pty_stream_unix.py
src/chad/server/services/pty_stream_win.py
src/chad/server/services/session_event_loop.py
src/chad/server/services/session_manager.py
src/chad/server/services/slack_service.py
src/chad/server/services/task_executor.py
src/chad/server/services/tunnel_service.py
src/chad/server/services/verification.py
src/chad/ui/__init__.py
src/chad/ui/terminal_emulator.py
src/chad/ui/cli/__init__.py
src/chad/ui/cli/_terminal_io_unix.py
src/chad/ui/cli/_terminal_io_win.py
src/chad/ui/cli/app.py
src/chad/ui/cli/terminal_io.py
src/chad/ui/client/__init__.py
src/chad/ui/client/api_client.py
src/chad/ui/client/stream_client.py
src/chad/ui/client/ws_client.py
src/chad/ui_dist/__init__.py
src/chad/ui_dist/index.html
src/chad/ui_dist/assets/index-Bzy9XSNd.css
src/chad/ui_dist/assets/index-DHcBUqLW.js
src/chad/util/__init__.py
src/chad/util/cleanup.py
src/chad/util/config.py
src/chad/util/config_manager.py
src/chad/util/event_log.py
src/chad/util/git_worktree.py
src/chad/util/handoff.py
src/chad/util/installer.py
src/chad/util/message_converter.py
src/chad/util/model_catalog.py
src/chad/util/process_registry.py
src/chad/util/project_setup.py
src/chad/util/prompts.py
src/chad/util/providers.py
src/chad/util/qr.py
src/chad/util/ui_build.py
src/chad/util/utils.py
src/chad/util/verification/__init__.py
src/chad/util/verification/tools.py
src/chad/util/verification/ui_runner.py
src/chad_ai.egg-info/PKG-INFO
src/chad_ai.egg-info/SOURCES.txt
src/chad_ai.egg-info/dependency_links.txt
src/chad_ai.egg-info/entry_points.txt
src/chad_ai.egg-info/requires.txt
src/chad_ai.egg-info/top_level.txt
tests/test_api_server.py
tests/test_auth.py
tests/test_cleanup.py
tests/test_cli_integration.py
tests/test_cli_screens.py
tests/test_cli_ui.py
tests/test_codex_filtering.py
tests/test_config.py
tests/test_config_manager.py
tests/test_css_styles.py
tests/test_defaults.py
tests/test_dependencies.py
tests/test_end_to_end.py
tests/test_git_worktree.py
tests/test_handoff.py
tests/test_helpers.py
tests/test_installer.py
tests/test_main.py
tests/test_message_converter.py
tests/test_model_catalog.py
tests/test_project_setup.py
tests/test_providers.py
tests/test_qwen_model_catalog.py
tests/test_readme_links.py
tests/test_release_packaging.py
tests/test_release_screenshots.py
tests/test_server_multi_client.py
tests/test_session_event_loop.py
tests/test_session_manager.py
tests/test_slack_integration.py
tests/test_symbol_index.py
tests/test_task_executor.py
tests/test_terminal_emulator.py
tests/test_tool_helpers.py
tests/test_tools.py
tests/test_tunnel_service.py
tests/test_unified_streaming.py
tests/test_utils.py
tests/test_verification.py
tests/test_vibe_installation.py
tests/test_windows_compat.py