AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
MANIFEST.in
README.md
pyproject.toml
app/__init__.py
app/cli.py
app/constants.py
app/main_widget.py
app/tool_popup.py
app/tray_manager.py
app/update_checker.py
app/core/__init__.py
app/core/agent.py
app/core/backend.py
app/core/builtin_commands.py
app/core/chat_session.py
app/core/coding_plan_fetcher.py
app/core/command_manager.py
app/core/context_builder.py
app/core/history_compactor.py
app/core/hook_manager.py
app/core/memory_manager.py
app/core/message_content.py
app/core/model_capabilities.py
app/core/plugin_manager.py
app/core/project_notes_manager.py
app/core/provider_profile.py
app/core/single_instance.py
app/core/token_estimator.py
app/core/tool_call_parser.py
app/core/tool_executor.py
app/core/tool_permission_controller.py
app/core/tool_result_persister.py
app/core/webengine_profile.py
app/core/conversation/__init__.py
app/core/conversation/config.py
app/core/conversation/core.py
app/core/conversation/executor.py
app/core/conversation/adapters/__init__.py
app/core/conversation/adapters/auto_loop.py
app/core/conversation/adapters/base.py
app/core/conversation/adapters/gateway.py
app/core/conversation/adapters/ui.py
app/core/engines/__init__.py
app/core/engines/base.py
app/core/engines/auto_loop/__init__.py
app/core/engines/auto_loop/config.py
app/core/engines/auto_loop/engine.py
app/core/engines/auto_loop/prompt_composer.py
app/core/engines/gateway/__init__.py
app/core/engines/gateway/engine.py
app/core/engines/ui/__init__.py
app/core/engines/ui/engine.py
app/core/lsp/__init__.py
app/core/lsp/lsp_client.py
app/core/lsp/lsp_config.py
app/core/lsp/lsp_manager.py
app/core/lsp/lsp_tools.py
app/core/lsp/__pycache__/__init__.cpython-312.pyc
app/core/lsp/__pycache__/__init__.cpython-314.pyc
app/core/lsp/__pycache__/lsp_client.cpython-312.pyc
app/core/lsp/__pycache__/lsp_client.cpython-314.pyc
app/core/lsp/__pycache__/lsp_config.cpython-312.pyc
app/core/lsp/__pycache__/lsp_config.cpython-314.pyc
app/core/lsp/__pycache__/lsp_manager.cpython-312.pyc
app/core/lsp/__pycache__/lsp_manager.cpython-314.pyc
app/core/lsp/__pycache__/lsp_tools.cpython-312.pyc
app/core/lsp/__pycache__/lsp_tools.cpython-314.pyc
app/core/store/__init__.py
app/core/store/file_operation_repository.py
app/core/store/input_history_repo.py
app/core/store/key_documents_repository.py
app/core/store/memory_repository.py
app/core/store/project_notes_repository.py
app/core/store/serde.py
app/core/store/session_repository.py
app/core/store/session_store.py
app/core/store/subagent_log_repository.py
app/core/workers/__init__.py
app/core/workers/auto_loop_worker.py
app/core/workers/cache_tracker.py
app/core/workers/chat_worker.py
app/core/workers/chat_worker_state.py
app/core/workers/shell_task.py
app/core/workers/subagent_worker.py
app/core/workers/topic_summary.py
app/core/workers/worker_event_bus.py
app/core/workers/error_handler/__init__.py
app/core/workers/error_handler/error_classifier.py
app/core/workers/error_handler/retry_helper.py
app/core/workers/error_handler/smart_retry.py
app/gateway/__init__.py
app/gateway/base.py
app/gateway/config.py
app/gateway/manager.py
app/gateway/message_handler.py
app/gateway/session_manager.py
app/gateway/adapters/__init__.py
app/gateway/adapters/dingtalk.py
app/gateway/adapters/discord.py
app/gateway/adapters/extra.py
app/gateway/adapters/feishu.py
app/gateway/adapters/telegram.py
app/gateway/adapters/wecom.py
app/gateway/local_service/__init__.py
app/gateway/local_service/api_server.py
app/gateway/local_service/isolated_context.py
app/gateway/local_service/session_handler.py
app/gateway/platforms/_http_client_limits.py
app/gateway/utils/__init__.py
app/gateway/utils/gitee_uploader.py
app/tools/__init__.py
app/tools/automation.py
app/tools/command_safety.py
app/tools/diagnostics_tools.py
app/tools/file_tools.py
app/tools/mcp_tools.py
app/tools/result.py
app/tools/shell_compressor.py
app/tools/task_tools.py
app/tools/terminal_tools.py
app/tools/tool_classifier.py
app/tools/tool_name_mapper.py
app/tools/web_tools.py
app/utils/__init__.py
app/utils/autoloop_utils.py
app/utils/config.py
app/utils/db_manager.py
app/utils/design_tokens.py
app/utils/diff_viewer.py
app/utils/file_operation_recorder.py
app/utils/git_worktree.py
app/utils/history_manager.py
app/utils/icon_name_map.py
app/utils/icons_rc.py
app/utils/startup_manager.py
app/utils/theme_manager.py
app/utils/utils.py
app/widgets/__init__.py
app/widgets/balance_display.py
app/widgets/bottom_input_area.py
app/widgets/coding_plan_ring.py
app/widgets/context_usage_ring.py
app/widgets/conversation_node_preview.py
app/widgets/elided_label.py
app/widgets/file_undo_dialog.py
app/widgets/list_item_factory.py
app/widgets/message_card.py
app/widgets/model_list_edit_dialog.py
app/widgets/render_helpers.py
app/widgets/searchable_editable_combobox.py
app/widgets/ui_helpers.py
app/widgets/worktree_section.py
app/widgets/cards/__init__.py
app/widgets/cards/card_container.py
app/widgets/cards/card_manager.py
app/widgets/cards/floating/__init__.py
app/widgets/cards/floating/command_card.py
app/widgets/cards/floating/file_mention_card.py
app/widgets/cards/floating/question_floating_widget.py
app/widgets/cards/floating/sub_agent_compact_widget.py
app/widgets/cards/floating/sub_agent_floating_widget.py
app/widgets/cards/floating/todo_floating_widget.py
app/widgets/cards/floating/undo_delete_card.py
app/widgets/cards/settings/__init__.py
app/widgets/cards/settings/auto_loop_card.py
app/widgets/cards/settings/base_settings_card.py
app/widgets/cards/settings/gateway_setting_card.py
app/widgets/cards/settings/history_card.py
app/widgets/cards/settings/hook_setting_card.py
app/widgets/cards/settings/list_setting_card.py
app/widgets/cards/settings/llm_settings_card.py
app/widgets/cards/settings/lsp_setting_card.py
app/widgets/cards/settings/mcp_setting_card.py
app/widgets/cards/settings/memory_card.py
app/widgets/cards/settings/model_config_card.py
app/widgets/cards/settings/model_selector_card.py
app/widgets/cards/settings/project_selector_card.py
app/widgets/cards/settings/provider_edit_card.py
app/widgets/cards/settings/provider_setting_card.py
app/widgets/cards/settings/system_card_frame.py
app/widgets/cards/settings/tool_control_card.py
drifox_cli.egg-info/PKG-INFO
drifox_cli.egg-info/SOURCES.txt
drifox_cli.egg-info/dependency_links.txt
drifox_cli.egg-info/entry_points.txt
drifox_cli.egg-info/requires.txt
drifox_cli.egg-info/top_level.txt
plugins/system/.lsp.json
plugins/system/.mcp.json
plugins/system/README.md
plugins/system/.drifox-plugin/command_format.md
plugins/system/.drifox-plugin/plugin.json
plugins/system/agents/auto_loop.md
plugins/system/agents/build.md
plugins/system/agents/code-reviewer.md
plugins/system/agents/compaction.md
plugins/system/agents/explore.md
plugins/system/agents/plan.md
plugins/system/agents/review.md
plugins/system/agents/summary.md
plugins/system/agents/task-executor.md
plugins/system/agents/title.md
plugins/system/commands/branch.md
plugins/system/commands/compact.md
plugins/system/commands/debug.md
plugins/system/commands/finish-branch.md
plugins/system/commands/new-window.md
plugins/system/commands/new.md
plugins/system/commands/plugin.md
plugins/system/commands/project-note.md
plugins/system/commands/quota-setting.md
plugins/system/commands/receive-review.md
plugins/system/commands/remember.md
plugins/system/commands/review.md
plugins/system/commands/subagent_dag.md
plugins/system/commands/subagents.md
plugins/system/commands/theme.md
plugins/system/commands/todos.md
plugins/system/commands/verify.md
plugins/system/commands/webresearch.md
plugins/system/commands/wordcloud.md
plugins/system/commands/worktree.md
plugins/system/hooks/hooks.json
plugins/system/skills/SKILLS.md
plugins/system/skills/agent-canvas-designer/SKILL.md
plugins/system/skills/agent-canvas-designer/canvas-app/config.json
plugins/system/skills/agent-canvas-designer/canvas-app/index.html
plugins/system/skills/agent-canvas-designer/canvas-app/server.py
plugins/system/skills/agent-canvas-designer/references/CARD-TEMPLATES.md
plugins/system/skills/agent-canvas-designer/references/CONFIG-REFERENCE.md
plugins/system/skills/agent-canvas-designer/references/NODE-GUIDE.md
plugins/system/skills/agent-canvas-designer/references/OUTPUT-FORMAT.md
plugins/system/skills/agent-canvas-designer/references/PITFALLS.md
plugins/system/skills/agent-canvas-designer/references/PROMPT-TEMPLATE.md
plugins/system/skills/agent-canvas-designer/references/EXAMPLES/customer-service.json
plugins/system/skills/agent-canvas-designer/references/EXAMPLES/data-analysis.json
plugins/system/skills/agent-canvas-designer/references/EXAMPLES/energy-efficiency.json
plugins/system/skills/agent-canvas-designer/tools/sanitize_config.py
plugins/system/skills/brainstorming/SKILL.md
plugins/system/skills/brainstorming/spec-document-reviewer-prompt.md
plugins/system/skills/brainstorming/visual-companion.md
plugins/system/skills/brainstorming/scripts/frame-template.html
plugins/system/skills/brainstorming/scripts/helper.js
plugins/system/skills/brainstorming/scripts/server.cjs
plugins/system/skills/brainstorming/scripts/start-server.sh
plugins/system/skills/brainstorming/scripts/stop-server.sh
plugins/system/skills/caveman/SKILL.md
plugins/system/skills/diagnose/SKILL.md
plugins/system/skills/diagnose/scripts/hitl-loop.template.sh
plugins/system/skills/dispatching-parallel-agents/SKILL.md
plugins/system/skills/executing-plans/SKILL.md
plugins/system/skills/find-skills/SKILL.md
plugins/system/skills/github-ops/SKILL.md
plugins/system/skills/github-ops/references/API-REFERENCE.md
plugins/system/skills/github-ops/references/WORKFLOW-GUIDE.md
plugins/system/skills/github-ops/scripts/github_ops.py
plugins/system/skills/grill-me/SKILL.md
plugins/system/skills/grill-with-docs/ADR-FORMAT.md
plugins/system/skills/grill-with-docs/CONTEXT-FORMAT.md
plugins/system/skills/grill-with-docs/SKILL.md
plugins/system/skills/improve-codebase-architecture/DEEPENING.md
plugins/system/skills/improve-codebase-architecture/INTERFACE-DESIGN.md
plugins/system/skills/improve-codebase-architecture/LANGUAGE.md
plugins/system/skills/improve-codebase-architecture/SKILL.md
plugins/system/skills/minimax-image-understanding/SKILL.md
plugins/system/skills/minimax-image-understanding/__init__.py
plugins/system/skills/minimax-image-understanding/scripts/__init__.py
plugins/system/skills/minimax-image-understanding/scripts/analyze_image.py
plugins/system/skills/minimax-image-understanding/scripts/capture_and_analyze.py
plugins/system/skills/minimax-image-understanding/scripts/launcher.py
plugins/system/skills/minimax-image-understanding/scripts/requirements.txt
plugins/system/skills/minimax-image-understanding/scripts/run.bat
plugins/system/skills/minimax-image-understanding/scripts/take_screenshot.py
plugins/system/skills/minimax-image-understanding/scripts/截图分析.bat
plugins/system/skills/minimax-image-understanding/scripts/common/__init__.py
plugins/system/skills/minimax-image-understanding/scripts/common/utils.py
plugins/system/skills/session-summary/SKILL.md
plugins/system/skills/session-summary/scripts/query_sessions.ps1
plugins/system/skills/session-summary/scripts/query_sessions.py
plugins/system/skills/setup-matt-pocock-skills/SKILL.md
plugins/system/skills/setup-matt-pocock-skills/domain.md
plugins/system/skills/setup-matt-pocock-skills/issue-tracker-github.md
plugins/system/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md
plugins/system/skills/setup-matt-pocock-skills/issue-tracker-local.md
plugins/system/skills/setup-matt-pocock-skills/triage-labels.md
plugins/system/skills/skill-creator/SKILL.md
plugins/system/skills/skill-creator/examples/GENERATION-GUIDE.md
plugins/system/skills/skill-creator/examples/web-video-presentation-pattern/PATTERN-BREAKDOWN.md
plugins/system/skills/skill-creator/references/ANALYSIS-METHOD.md
plugins/system/skills/skill-creator/references/DESIGN-PATTERNS.md
plugins/system/skills/skill-creator/references/SKILL-STRUCTURE.md
plugins/system/skills/subagent-driven-development/SKILL.md
plugins/system/skills/subagent-driven-development/code-quality-reviewer-prompt.md
plugins/system/skills/subagent-driven-development/implementer-prompt.md
plugins/system/skills/subagent-driven-development/spec-reviewer-prompt.md
plugins/system/skills/tdd/SKILL.md
plugins/system/skills/tdd/deep-modules.md
plugins/system/skills/tdd/interface-design.md
plugins/system/skills/tdd/mocking.md
plugins/system/skills/tdd/refactoring.md
plugins/system/skills/tdd/tests.md
plugins/system/skills/to-issues/SKILL.md
plugins/system/skills/to-prd/SKILL.md
plugins/system/skills/triage/AGENT-BRIEF.md
plugins/system/skills/triage/OUT-OF-SCOPE.md
plugins/system/skills/triage/SKILL.md
plugins/system/skills/using-superpowers/SKILL.md
plugins/system/skills/using-superpowers/hooks/hooks.json
plugins/system/skills/using-superpowers/hooks/run-hook.cmd
plugins/system/skills/using-superpowers/hooks/session-start
plugins/system/skills/using-superpowers/references/codex-tools.md
plugins/system/skills/using-superpowers/references/copilot-tools.md
plugins/system/skills/using-superpowers/references/gemini-tools.md
plugins/system/skills/writing-plans/SKILL.md
plugins/system/skills/writing-plans/plan-document-reviewer-prompt.md
plugins/system/skills/zoom-out/SKILL.md
plugins/system/themes/amber/amber.yaml
plugins/system/themes/bordeaux/bordeaux.yaml
plugins/system/themes/fallout/fallout.yaml
plugins/system/themes/fallout/img.png
plugins/system/themes/forest/forest.yaml
plugins/system/themes/graphite/graphite.yaml
plugins/system/themes/jade/jade.yaml
plugins/system/themes/midnight/midnight.yaml
plugins/system/themes/obsidian/obsidian.yaml
plugins/system/themes/ocean/ocean.yaml
plugins/system/themes/sakura/sakura.yaml
plugins/system/themes/slate/slate.yaml