LICENSE
README.md
app.py
config.py
main.py
pyproject.toml
aichs.egg-info/PKG-INFO
aichs.egg-info/SOURCES.txt
aichs.egg-info/dependency_links.txt
aichs.egg-info/entry_points.txt
aichs.egg-info/requires.txt
aichs.egg-info/top_level.txt
assets/__init__.py
assets/checkmark.svg
assets/icon.svg
assets/logo.png
assets/logo.svg
assets/avatars/agent.svg
assets/avatars/crew_archivist.svg
assets/avatars/crew_scout.svg
assets/avatars/human.svg
assets/png/icon-128.png
assets/png/icon-16.png
assets/png/icon-256.png
assets/png/icon-32.png
assets/png/icon-512.png
assets/png/icon-64.png
docs/compact.md
docs/configuration.md
docs/custom-models.md
docs/extensions.md
docs/skills.md
services/__init__.py
services/auto_title.py
services/chat.py
services/chat_drag.py
services/compaction.py
services/content.py
services/context_budget.py
services/continuation.py
services/crew.py
services/crew_context.py
services/diff_html.py
services/export.py
services/file_ref_clipboard.py
services/git_diff.py
services/git_status.py
services/highlight.py
services/model_registry.py
services/palette.py
services/processes.py
services/shell_tool.py
services/skills.py
services/slash_commands.py
services/subprocess_utils.py
services/terminal_refs.py
services/tool_policy.py
services/tool_registry.py
services/tools.py
services/usage.py
services/user_terminal.py
services/workspace.py
storage/__init__.py
storage/repository.py
storage/settings.py
tests/test_auto_title.py
tests/test_avatars.py
tests/test_avatars_render.py
tests/test_bubble_markdown.py
tests/test_build_package.py
tests/test_chat.py
tests/test_chat_loop.py
tests/test_chat_panel_crew.py
tests/test_chat_panel_history.py
tests/test_chat_panel_model.py
tests/test_chat_panel_runtime_queue.py
tests/test_chat_panel_title.py
tests/test_chat_tools.py
tests/test_compaction.py
tests/test_compaction_api.py
tests/test_content.py
tests/test_context_analyze.py
tests/test_context_budget.py
tests/test_continuation.py
tests/test_conversation_panel.py
tests/test_crew.py
tests/test_crew_context.py
tests/test_decision_memory_extension.py
tests/test_diff_html.py
tests/test_docs_dialog.py
tests/test_drag_refs.py
tests/test_export.py
tests/test_extensions_dialog.py
tests/test_file_mention_picker.py
tests/test_file_ref_clipboard.py
tests/test_file_viewer.py
tests/test_git_diff.py
tests/test_git_diff_branches.py
tests/test_git_diff_helpers.py
tests/test_git_diff_more.py
tests/test_git_status.py
tests/test_highlight.py
tests/test_highlight_edge.py
tests/test_message_input.py
tests/test_model_context.py
tests/test_model_registry.py
tests/test_palette.py
tests/test_process_sessions_extension.py
tests/test_processes.py
tests/test_registry_ui.py
tests/test_repository.py
tests/test_runtime_continue_extension.py
tests/test_runtime_guard_extension.py
tests/test_settings.py
tests/test_settings_dialog.py
tests/test_skill_picker.py
tests/test_skills.py
tests/test_slash_commands.py
tests/test_startup.py
tests/test_subprocess_utils.py
tests/test_terminal_card.py
tests/test_theme.py
tests/test_theme_styles.py
tests/test_threads.py
tests/test_tool_policy.py
tests/test_tool_policy_bus.py
tests/test_tool_registry.py
tests/test_tools_coverage.py
tests/test_tools_execute.py
tests/test_tools_helpers.py
tests/test_tools_more.py
tests/test_usage.py
tests/test_user_terminal.py
tests/test_web_fetch_extension.py
tests/test_win_caption.py
tests/test_workspace.py
ui/__init__.py
ui/avatars.py
ui/main_window.py
ui/theme.py
ui/win_caption.py
ui/widgets/__init__.py
ui/widgets/bubble.py
ui/widgets/chat_panel.py
ui/widgets/code_card.py
ui/widgets/command_palette.py
ui/widgets/context_breakdown.py
ui/widgets/context_ring.py
ui/widgets/conversation_panel.py
ui/widgets/docs_dialog.py
ui/widgets/extension_contributions.py
ui/widgets/extension_panel_dialog.py
ui/widgets/extensions_dialog.py
ui/widgets/file_mention_picker.py
ui/widgets/file_viewer.py
ui/widgets/git_changes_list.py
ui/widgets/git_panel.py
ui/widgets/left_panel.py
ui/widgets/message_input.py
ui/widgets/settings_dialog.py
ui/widgets/skill_picker.py
ui/widgets/terminal_card.py
ui/widgets/tool_approval_dialog.py