README.md
pyproject.toml
setup.cfg
src/chad/__init__.py
src/chad/__main__.py
src/chad/server/__init__.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/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/session_manager.py
src/chad/server/services/task_executor.py
src/chad/ui/__init__.py
src/chad/ui/terminal_emulator.py
src/chad/ui/cli/__init__.py
src/chad/ui/cli/app.py
src/chad/ui/cli/pty_runner.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/gradio/__init__.py
src/chad/ui/gradio/provider_ui.py
src/chad/ui/gradio/ui_state.py
src/chad/ui/gradio/web_ui.py
src/chad/ui/gradio/verification/quick_verify.py
src/chad/ui/gradio/verification/screenshot_fixtures.py
src/chad/ui/gradio/verification/sync_worktree.py
src/chad/ui/gradio/verification/tools.py
src/chad/ui/gradio/verification/ui_playwright_runner.py
src/chad/ui/gradio/verification/visual_test_map.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/installer.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/utils.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_cancel_task.py
tests/test_cleanup.py
tests/test_cli_integration.py
tests/test_cli_screens.py
tests/test_cli_ui.py
tests/test_code_syntax_highlighting.py
tests/test_config_manager.py
tests/test_git_worktree.py
tests/test_main.py
tests/test_merge_viewer_visual.py
tests/test_model_catalog.py
tests/test_project_setup.py
tests/test_providers.py
tests/test_quick_verify.py
tests/test_sync_worktree.py
tests/test_task_executor.py
tests/test_terminal_emulator.py
tests/test_tools.py
tests/test_ui_integration.py
tests/test_ui_playwright_runner.py
tests/test_unified_streaming.py
tests/test_utils.py
tests/test_visual_test_map.py
tests/test_web_ui.py