LICENSE
MANIFEST.in
README.md
pyproject.toml
src/gemcode/__init__.py
src/gemcode/__main__.py
src/gemcode/a2a_bridge.py
src/gemcode/agent.py
src/gemcode/agent_habits.py
src/gemcode/agent_intelligence.py
src/gemcode/agent_mesh.py
src/gemcode/agent_triggers.py
src/gemcode/audit.py
src/gemcode/autocompact.py
src/gemcode/automations.py
src/gemcode/autotune.py
src/gemcode/callbacks.py
src/gemcode/capability_routing.py
src/gemcode/checkpoints.py
src/gemcode/cli.py
src/gemcode/codebase_awareness.py
src/gemcode/compaction.py
src/gemcode/config.py
src/gemcode/context_budget.py
src/gemcode/context_warning.py
src/gemcode/credentials.py
src/gemcode/curated_memory.py
src/gemcode/delegation_learning.py
src/gemcode/dynamic_policy.py
src/gemcode/event_bus.py
src/gemcode/fleet_reports.py
src/gemcode/hitl_session.py
src/gemcode/hooks.py
src/gemcode/ide_protocol.py
src/gemcode/ide_stdio.py
src/gemcode/intent_classifier.py
src/gemcode/interactions.py
src/gemcode/invoke.py
src/gemcode/kaira_client.py
src/gemcode/kaira_daemon.py
src/gemcode/kaira_ipc.py
src/gemcode/kaira_job_store.py
src/gemcode/learning.py
src/gemcode/limits.py
src/gemcode/live_audio_engine.py
src/gemcode/logging_config.py
src/gemcode/mcp_loader.py
src/gemcode/modality_tools.py
src/gemcode/model_errors.py
src/gemcode/model_routing.py
src/gemcode/multimodal_input.py
src/gemcode/openapi_loader.py
src/gemcode/org.py
src/gemcode/output_styles.py
src/gemcode/paths.py
src/gemcode/permissions.py
src/gemcode/policy_profile.py
src/gemcode/pricing.py
src/gemcode/prompt_suggestions.py
src/gemcode/query_sanitizer.py
src/gemcode/refine.py
src/gemcode/repl_commands.py
src/gemcode/repl_slash.py
src/gemcode/review_agent.py
src/gemcode/rules.py
src/gemcode/self_healing.py
src/gemcode/session_runtime.py
src/gemcode/session_store.py
src/gemcode/session_summariser.py
src/gemcode/skills.py
src/gemcode/slash_commands.py
src/gemcode/thinking.py
src/gemcode/tool_prompt_manifest.py
src/gemcode/tool_registry.py
src/gemcode/tool_result_store.py
src/gemcode/tool_synthesis.py
src/gemcode/tools_inspector.py
src/gemcode/trust.py
src/gemcode/veomem_bridge.py
src/gemcode/version.py
src/gemcode/vertex.py
src/gemcode/wal.py
src/gemcode/workspace_hints.py
src/gemcode.egg-info/PKG-INFO
src/gemcode.egg-info/SOURCES.txt
src/gemcode.egg-info/dependency_links.txt
src/gemcode.egg-info/entry_points.txt
src/gemcode.egg-info/requires.txt
src/gemcode.egg-info/top_level.txt
src/gemcode/computer_use/__init__.py
src/gemcode/computer_use/browser_computer.py
src/gemcode/evals/harness.py
src/gemcode/memory/__init__.py
src/gemcode/memory/embedding_memory_service.py
src/gemcode/memory/file_memory_service.py
src/gemcode/plugins/__init__.py
src/gemcode/plugins/terminal_hooks_plugin.py
src/gemcode/plugins/tool_recovery_plugin.py
src/gemcode/query/__init__.py
src/gemcode/query/config.py
src/gemcode/query/deps.py
src/gemcode/query/engine.py
src/gemcode/query/stop_hooks.py
src/gemcode/query/token_budget.py
src/gemcode/query/transitions.py
src/gemcode/tools/__init__.py
src/gemcode/tools/automations_tools.py
src/gemcode/tools/bash.py
src/gemcode/tools/browser.py
src/gemcode/tools/compress_memory.py
src/gemcode/tools/curated_memory.py
src/gemcode/tools/edit.py
src/gemcode/tools/filesystem.py
src/gemcode/tools/notebook.py
src/gemcode/tools/notes.py
src/gemcode/tools/org_tools.py
src/gemcode/tools/repo_map.py
src/gemcode/tools/search.py
src/gemcode/tools/shell.py
src/gemcode/tools/shell_gate.py
src/gemcode/tools/skills.py
src/gemcode/tools/subtask.py
src/gemcode/tools/tasks.py
src/gemcode/tools/think.py
src/gemcode/tools/todo.py
src/gemcode/tools/user_choice.py
src/gemcode/tools/veomem_tools.py
src/gemcode/tools/web.py
src/gemcode/tools/web_search.py
src/gemcode/tui/input_handler.py
src/gemcode/tui/scrollback.py
src/gemcode/tui/spinner.py
src/gemcode/tui/welcome_banner.py
src/gemcode/tui/welcome_rich.py
src/gemcode/web/__init__.py
src/gemcode/web/sse_adapter.py
src/gemcode/web/terminal_repl.py
src/gemcode/web/web_sse_compat.py
tests/test_add_dir.py
tests/test_agent_habits.py
tests/test_agent_instruction.py
tests/test_agent_mesh.py
tests/test_autocompact.py
tests/test_automations.py
tests/test_capability_routing.py
tests/test_checkpoint_diff_command.py
tests/test_cli_init.py
tests/test_compress_memory_tool.py
tests/test_computer_use_permissions.py
tests/test_context_budget.py
tests/test_context_warning.py
tests/test_credentials.py
tests/test_eval_harness_layout.py
tests/test_event_bus.py
tests/test_fleet_reports.py
tests/test_ide_stdio_attachments.py
tests/test_interactive_permission_ask.py
tests/test_kaira_ipc_paths.py
tests/test_kaira_scheduler.py
tests/test_modality_tools.py
tests/test_model_error_retry.py
tests/test_model_errors.py
tests/test_model_routing.py
tests/test_multimodal_input.py
tests/test_output_styles_and_rules.py
tests/test_paths.py
tests/test_permissions.py
tests/test_prompt_suggestions.py
tests/test_repl_commands.py
tests/test_repl_slash.py
tests/test_session_runtime_cache.py
tests/test_skills.py
tests/test_slash_commands.py
tests/test_slash_completion_registry.py
tests/test_thinking_config.py
tests/test_token_budget.py
tests/test_tool_context_circulation.py
tests/test_tools.py
tests/test_tools_inspector.py
tests/test_web_sse_adapter.py
tests/test_workspace_hints.py