LICENSE
README.md
pyproject.toml
coderAI/__init__.py
coderAI/py.typed
coderAI/system_prompt.py
coderAI/cli/__init__.py
coderAI/cli/bootstrap.py
coderAI/cli/config_cmd.py
coderAI/cli/history_cmd.py
coderAI/cli/index_cmd.py
coderAI/cli/main.py
coderAI/cli/mcp_cmd.py
coderAI/cli/run_cmd.py
coderAI/cli/setup.py
coderAI/cli/tasks_cmd.py
coderAI/cli/utils.py
coderAI/context/__init__.py
coderAI/context/code_chunker.py
coderAI/context/code_indexer.py
coderAI/context/context_controller.py
coderAI/context/context_selector.py
coderAI/core/__init__.py
coderAI/core/agent.py
coderAI/core/agent_capabilities.py
coderAI/core/agent_loop.py
coderAI/core/agent_session.py
coderAI/core/agent_tracker.py
coderAI/core/agents.py
coderAI/core/execution_context.py
coderAI/core/loop_guard.py
coderAI/core/permissions.py
coderAI/core/provenance.py
coderAI/core/services.py
coderAI/core/tool_error_codes.py
coderAI/core/tool_executor.py
coderAI/core/tool_results.py
coderAI/core/tool_routing.py
coderAI/core/turn.py
coderAI/embeddings/__init__.py
coderAI/embeddings/local.py
coderAI/embeddings/openai.py
coderAI/llm/__init__.py
coderAI/llm/_token_counter.py
coderAI/llm/anthropic.py
coderAI/llm/base.py
coderAI/llm/cloud_base.py
coderAI/llm/deepseek.py
coderAI/llm/factory.py
coderAI/llm/gemini.py
coderAI/llm/groq.py
coderAI/llm/lmstudio.py
coderAI/llm/local_base.py
coderAI/llm/meta.py
coderAI/llm/ollama.py
coderAI/llm/openai.py
coderAI/mcp_servers/__init__.py
coderAI/mcp_servers/git_extended.py
coderAI/prompts/__init__.py
coderAI/prompts/browser.mdx
coderAI/prompts/desktop.mdx
coderAI/prompts/interaction.mdx
coderAI/prompts/intro.mdx
coderAI/prompts/output_style.mdx
coderAI/prompts/runtime.mdx
coderAI/prompts/tail.mdx
coderAI/skills/__init__.py
coderAI/skills/skill_manager.py
coderAI/skills/sources/__init__.py
coderAI/skills/sources/base.py
coderAI/skills/sources/local_source.py
coderAI/system/__init__.py
coderAI/system/config.py
coderAI/system/constants.py
coderAI/system/cost.py
coderAI/system/error_policy.py
coderAI/system/events.py
coderAI/system/fsperms.py
coderAI/system/history.py
coderAI/system/hooks_manager.py
coderAI/system/locks.py
coderAI/system/logging_setup.py
coderAI/system/proc.py
coderAI/system/project_layout.py
coderAI/system/read_cache.py
coderAI/system/redaction.py
coderAI/system/retry.py
coderAI/system/safeguards.py
coderAI/system/sandbox.py
coderAI/system/trust.py
coderAI/tools/__init__.py
coderAI/tools/_detect.py
coderAI/tools/base.py
coderAI/tools/browser.py
coderAI/tools/context_manage.py
coderAI/tools/desktop.py
coderAI/tools/discovery.py
coderAI/tools/format.py
coderAI/tools/git.py
coderAI/tools/git_extended.py
coderAI/tools/lint.py
coderAI/tools/mcp.py
coderAI/tools/mcp_oauth.py
coderAI/tools/memory.py
coderAI/tools/package_manager.py
coderAI/tools/refactor.py
coderAI/tools/repl.py
coderAI/tools/search.py
coderAI/tools/semantic_search.py
coderAI/tools/skills.py
coderAI/tools/subagent.py
coderAI/tools/tasks.py
coderAI/tools/terminal.py
coderAI/tools/testing.py
coderAI/tools/undo.py
coderAI/tools/vision.py
coderAI/tools/filesystem/__init__.py
coderAI/tools/filesystem/_guards.py
coderAI/tools/filesystem/edit.py
coderAI/tools/filesystem/manage.py
coderAI/tools/filesystem/metadata.py
coderAI/tools/filesystem/read_write.py
coderAI/tools/web/__init__.py
coderAI/tools/web/_cache.py
coderAI/tools/web/_constants.py
coderAI/tools/web/_html.py
coderAI/tools/web/_http.py
coderAI/tools/web/_ratelimit.py
coderAI/tools/web/_search.py
coderAI/tools/web/tools.py
coderAI/tui/__init__.py
coderAI/tui/app.py
coderAI/tui/clipboard.py
coderAI/tui/commands.py
coderAI/tui/controller.py
coderAI/tui/diff_render.py
coderAI/tui/export.py
coderAI/tui/help_menu.py
coderAI/tui/listeners.py
coderAI/tui/platform.py
coderAI/tui/project.py
coderAI/tui/prompt_history.py
coderAI/tui/rendering.py
coderAI/tui/screens.py
coderAI/tui/serializers.py
coderAI/tui/session_setup.py
coderAI/tui/slash.py
coderAI/tui/state.py
coderAI/tui/streaming.py
coderAI/tui/theme.py
coderAI/tui/timeline_render.py
coderAI/tui/tool_metadata.py
coderAI/tui/widgets.py
coderai_agent.egg-info/PKG-INFO
coderai_agent.egg-info/SOURCES.txt
coderai_agent.egg-info/dependency_links.txt
coderai_agent.egg-info/entry_points.txt
coderai_agent.egg-info/requires.txt
coderai_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_tracker.py
tests/test_anthropic_stop_reasons.py
tests/test_anthropic_streaming.py
tests/test_app_layout.py
tests/test_app_render_cache.py
tests/test_apply_diff.py
tests/test_approval_always_yolo.py
tests/test_approval_cross_thread.py
tests/test_approval_screen.py
tests/test_audit_read_search.py
tests/test_budget_summarization.py
tests/test_chat_reference.py
tests/test_checkpoints.py
tests/test_clipboard.py
tests/test_code_chunker.py
tests/test_code_indexer_incremental.py
tests/test_coderAI.py
tests/test_concurrent_tools.py
tests/test_config_precedence.py
tests/test_context.py
tests/test_context_manage.py
tests/test_cost_tracker.py
tests/test_desktop.py
tests/test_detect.py
tests/test_diff_render.py
tests/test_embeddings.py
tests/test_event_contract.py
tests/test_export.py
tests/test_filesystem_metadata.py
tests/test_filesystem_symlink_guard.py
tests/test_format.py
tests/test_git_extended.py
tests/test_git_extended_mcp.py
tests/test_git_tools_truncation.py
tests/test_groq_provider.py
tests/test_history_cmd.py
tests/test_history_continue.py
tests/test_hooks_lifecycle.py
tests/test_integration.py
tests/test_length_recovery.py
tests/test_lint.py
tests/test_listeners.py
tests/test_listeners_events.py
tests/test_local_provider.py
tests/test_logging_setup.py
tests/test_loop_backoff.py
tests/test_mcp.py
tests/test_mcp_bridge.py
tests/test_mcp_cmd.py
tests/test_mcp_oauth.py
tests/test_mcp_schema_refresh.py
tests/test_memory.py
tests/test_meta_provider.py
tests/test_multi_edit.py
tests/test_new_features.py
tests/test_package_manager.py
tests/test_parallel_delegation.py
tests/test_path_traversal.py
tests/test_pause_turn.py
tests/test_post_tool_continuation.py
tests/test_prompt_area.py
tests/test_prompt_history.py
tests/test_read_cache.py
tests/test_read_url.py
tests/test_redaction.py
tests/test_refactor.py
tests/test_rendering.py
tests/test_repl.py
tests/test_retry_helper.py
tests/test_run_cmd.py
tests/test_safeguards.py
tests/test_search.py
tests/test_semantic_search.py
tests/test_services.py
tests/test_session_accounting.py
tests/test_session_picker.py
tests/test_session_setup.py
tests/test_skill_loader.py
tests/test_skill_manager.py
tests/test_skill_registry.py
tests/test_skills.py
tests/test_slash.py
tests/test_streaming.py
tests/test_subagent.py
tests/test_system_prompt.py
tests/test_tasks.py
tests/test_terminal.py
tests/test_testing.py
tests/test_timeline_render.py
tests/test_timeline_writers.py
tests/test_token_counter.py
tests/test_tool_approval_diff.py
tests/test_tool_discovery.py
tests/test_tool_executor.py
tests/test_tool_executor_retry.py
tests/test_tool_executor_timeout.py
tests/test_tool_registry_snapshot.py
tests/test_tool_routing.py
tests/test_tool_safety_gates.py
tests/test_tui_project.py
tests/test_ui_bridge.py
tests/test_ui_display.py
tests/test_undo.py
tests/test_vision.py
tests/test_vision_pipeline.py
tests/test_web.py
tests/test_web_cache_eviction.py
tests/test_web_search.py
tests/test_web_tools.py
tests/test_web_transport_security.py
tests/test_web_v2.py
tests/test_windows_compat.py