LICENSE
MANIFEST.in
README.md
pyproject.toml
gitcopilot.egg-info/PKG-INFO
gitcopilot.egg-info/SOURCES.txt
gitcopilot.egg-info/dependency_links.txt
gitcopilot.egg-info/entry_points.txt
gitcopilot.egg-info/requires.txt
gitcopilot.egg-info/top_level.txt
gitpilot/__init__.py
gitpilot/__main__.py
gitpilot/_api_app.py
gitpilot/_api_core.py
gitpilot/_deprecation.py
gitpilot/a2a_adapter.py
gitpilot/agent_events.py
gitpilot/agent_executor.py
gitpilot/agent_prompts.py
gitpilot/agent_router.py
gitpilot/agent_teams.py
gitpilot/agent_tools.py
gitpilot/agentic.py
gitpilot/agents_md.py
gitpilot/api_ollabridge_ext.py
gitpilot/approval_protocol.py
gitpilot/auto_compact.py
gitpilot/checkpoints.py
gitpilot/cli.py
gitpilot/commit_attribution.py
gitpilot/context_budget.py
gitpilot/context_cache.py
gitpilot/context_meter.py
gitpilot/context_pack.py
gitpilot/context_vault.py
gitpilot/cross_repo.py
gitpilot/diagnostics_runner.py
gitpilot/doctor.py
gitpilot/edit_backend.py
gitpilot/errors.py
gitpilot/explorer_summary.py
gitpilot/flags.py
gitpilot/github_api.py
gitpilot/github_app.py
gitpilot/github_issues.py
gitpilot/github_oauth.py
gitpilot/github_pulls.py
gitpilot/github_search.py
gitpilot/grep_backend.py
gitpilot/headless.py
gitpilot/hf_space_tools.py
gitpilot/hooks.py
gitpilot/init_wizard.py
gitpilot/issue_tools.py
gitpilot/langflow_client.py
gitpilot/learning.py
gitpilot/llm_provider.py
gitpilot/local_tools.py
gitpilot/matrix_runs_router.py
gitpilot/matrixlab_admin_api.py
gitpilot/mcp_admin_api.py
gitpilot/mcp_client.py
gitpilot/mcp_forge_sync.py
gitpilot/mcp_server.py
gitpilot/mcp_server_bridge.py
gitpilot/mcp_server_tools.py
gitpilot/mcp_toggles.py
gitpilot/mcp_tools_bridge.py
gitpilot/memory.py
gitpilot/mentions.py
gitpilot/model_catalog.py
gitpilot/models.py
gitpilot/modes.py
gitpilot/nl_database.py
gitpilot/ollabridge_proxy.py
gitpilot/permissions.py
gitpilot/plan_guards.py
gitpilot/plugins.py
gitpilot/pr_tools.py
gitpilot/predictions.py
gitpilot/prompt_cache.py
gitpilot/py.typed
gitpilot/query_router.py
gitpilot/rag_consent.py
gitpilot/reasoning_normalizer.py
gitpilot/repair_router.py
gitpilot/repo_map.py
gitpilot/resilience.py
gitpilot/rules.py
gitpilot/sandbox.py
gitpilot/sandbox_api.py
gitpilot/sandbox_plan.py
gitpilot/search_tools.py
gitpilot/security.py
gitpilot/session.py
gitpilot/settings.py
gitpilot/skills.py
gitpilot/slash_commands.py
gitpilot/smart_model_router.py
gitpilot/streaming.py
gitpilot/task_recorder.py
gitpilot/terminal.py
gitpilot/test_detection.py
gitpilot/tool_def_pruner.py
gitpilot/tool_groups.py
gitpilot/topology_registry.py
gitpilot/trusted_folders.py
gitpilot/use_case.py
gitpilot/version.py
gitpilot/vision.py
gitpilot/warmup.py
gitpilot/workspace.py
gitpilot/api/__init__.py
gitpilot/api/repair_server.py
gitpilot/auth/__init__.py
gitpilot/auth/accounts.py
gitpilot/auth/db.py
gitpilot/auth/emailer.py
gitpilot/auth/router.py
gitpilot/auth/security.py
gitpilot/inference/__init__.py
gitpilot/inference/ollabridge_client.py
gitpilot/inference/openai_compatible_client.py
gitpilot/mcp_plugin/__init__.py
gitpilot/mcp_plugin/agent_hooks.py
gitpilot/mcp_plugin/config.py
gitpilot/mcp_plugin/forge_client.py
gitpilot/mcp_plugin/policies.py
gitpilot/mcp_plugin/registry.py
gitpilot/public_api/__init__.py
gitpilot/rag/__init__.py
gitpilot/rag/chunker.py
gitpilot/rag/embedder.py
gitpilot/rag/indexer.py
gitpilot/rag/retriever.py
gitpilot/rag/store.py
gitpilot/repair/__init__.py
gitpilot/repair/cli.py
gitpilot/repair/policy.py
gitpilot/repair/pr_writer.py
gitpilot/repair/report.py
gitpilot/repair/schema.py
gitpilot/repair/service.py
gitpilot/sandbox_providers/__init__.py
gitpilot/sandbox_providers/base.py
gitpilot/sandbox_providers/matrixlab_client.py
gitpilot/web/index.html
tests/test_accounts.py
tests/test_accounts_db.py
tests/test_agent_prompts.py
tests/test_agent_router.py
tests/test_agent_teams.py
tests/test_agent_tools_contract.py
tests/test_agentic_v2.py
tests/test_agents_md.py
tests/test_api_chat_plan_fallback.py
tests/test_auto_compact.py
tests/test_chat_plan_friendly_errors.py
tests/test_checkpoints.py
tests/test_claude_code_web_parity.py
tests/test_commit_attribution.py
tests/test_context_budget.py
tests/test_context_cache.py
tests/test_context_meter.py
tests/test_context_pack.py
tests/test_context_vault.py
tests/test_cross_repo.py
tests/test_deprecation.py
tests/test_docs_links.py
tests/test_doctor.py
tests/test_edit_backend.py
tests/test_errors.py
tests/test_execute_persists_session_branch.py
tests/test_execute_short_circuit.py
tests/test_execute_short_circuit_plan.py
tests/test_explorer_summary.py
tests/test_fence_stripper.py
tests/test_flags.py
tests/test_github_issues.py
tests/test_github_pulls.py
tests/test_github_search.py
tests/test_glob_and_windowed_read.py
tests/test_grep_backend.py
tests/test_headless.py
tests/test_hooks.py
tests/test_init_wizard.py
tests/test_issue_tools.py
tests/test_learning.py
tests/test_local_tools.py
tests/test_matrix_runs_router.py
tests/test_matrixlab_admin_api.py
tests/test_matrixlab_client.py
tests/test_matrixlab_url_recovery.py
tests/test_mcp_admin_api.py
tests/test_mcp_client.py
tests/test_mcp_forge_sync.py
tests/test_mcp_plugin.py
tests/test_mcp_server.py
tests/test_mcp_toggles.py
tests/test_mcp_tools_bridge.py
tests/test_memory.py
tests/test_mentions.py
tests/test_mentions_git.py
tests/test_modes.py
tests/test_modes_tiny_yaml.py
tests/test_nl_database.py
tests/test_ollabridge_client.py
tests/test_permissions.py
tests/test_plan_guards.py
tests/test_plan_read_enrichment.py
tests/test_plan_validation_error.py
tests/test_plugins.py
tests/test_post_create_next_actions.py
tests/test_pr_tools.py
tests/test_predictions.py
tests/test_prompt_cache.py
tests/test_public_api.py
tests/test_query_router.py
tests/test_rag_consent.py
tests/test_rag_pipeline.py
tests/test_repair_dry_run.py
tests/test_repair_policy.py
tests/test_repair_schema.py
tests/test_repair_server.py
tests/test_repo_map.py
tests/test_rules.py
tests/test_sandbox.py
tests/test_sandbox_api.py
tests/test_sandbox_plan.py
tests/test_search_tools.py
tests/test_security.py
tests/test_serve_bootstrap.py
tests/test_session.py
tests/test_session_metadata_roundtrip.py
tests/test_skills.py
tests/test_slash_commands.py
tests/test_smart_model_router.py
tests/test_streaming.py
tests/test_supply_chain.py
tests/test_task_recorder.py
tests/test_terminal.py
tests/test_tool_arg_sanitiser.py
tests/test_tool_def_pruner.py
tests/test_tool_groups.py
tests/test_topology_registry.py
tests/test_trusted_folders.py
tests/test_use_case.py
tests/test_vision.py
tests/test_warmup.py
tests/test_workspace.py