LICENSE
MANIFEST.in
PRIVACY.md
README.md
SECURITY.md
pyproject.toml
app/__init__.py
app/py.typed
app/version.py
app/core/__init__.py
app/core/audit.py
app/core/benchmark.py
app/core/build_helper.py
app/core/config.py
app/core/cost_tracker.py
app/core/crash_db.py
app/core/diagnostics.py
app/core/error_classifier.py
app/core/exceptions.py
app/core/executor.py
app/core/file_converter.py
app/core/git_helper.py
app/core/hooks.py
app/core/hybrid_retriever.py
app/core/json_store.py
app/core/mcp_client.py
app/core/mcp_protocol.py
app/core/mcp_stdio.py
app/core/model_registry.py
app/core/notifications.py
app/core/ollama_guard.py
app/core/parallel_writer.py
app/core/permission_profiles.py
app/core/permissions.py
app/core/plugin_base.py
app/core/process_runner.py
app/core/project_memory.py
app/core/project_rules.py
app/core/rag.py
app/core/reflexion.py
app/core/repo_map.py
app/core/research_fetcher.py
app/core/research_runner.py
app/core/review_runner.py
app/core/route_engine.py
app/core/router.py
app/core/secret_store.py
app/core/semantic_rag.py
app/core/session_report.py
app/core/snapshot_store.py
app/core/spinner.py
app/core/sse_parser.py
app/core/ssh_client.py
app/core/supervisor.py
app/core/test_fix_loop.py
app/core/thread_pool.py
app/core/tool_builder.py
app/core/tool_result_formatter.py
app/core/tool_schema.py
app/core/vision.py
app/core/web_fetch.py
app/core/user_tools/__init__.py
app/core/user_tools/builder.py
app/core/user_tools/registry.py
app/core/user_tools/runner.py
app/core/user_tools/validator.py
app/utils/__init__.py
app/utils/diff_parser.py
app/utils/file_utils.py
cli/__init__.py
cli/app.py
cli/app_helpers.py
cli/chat_session.py
cli/code_session.py
cli/command_registry.py
cli/context.py
cli/debug_runner.py
cli/diff_viewer.py
cli/display.py
cli/display_compat.py
cli/oneshot.py
cli/plan_session.py
cli/py.typed
cli/rich_display.py
cli/session.py
cli/commands/__init__.py
cli/commands/allowlist_cmds.py
cli/commands/audit_cmds.py
cli/commands/audit_helpers.py
cli/commands/audit_log_cmds.py
cli/commands/bench_cmds.py
cli/commands/completion_cmds.py
cli/commands/debug_cmds.py
cli/commands/dev_tools.py
cli/commands/dev_tools_analysis.py
cli/commands/dev_tools_extra.py
cli/commands/dev_tools_metrics.py
cli/commands/dev_tools_quality.py
cli/commands/docker_cmds.py
cli/commands/fix_cmds.py
cli/commands/git_cmds.py
cli/commands/index_cmds.py
cli/commands/mcp_cmds.py
cli/commands/memory_cmds.py
cli/commands/misc_cmds.py
cli/commands/perf_cmds.py
cli/commands/perm_cmds.py
cli/commands/plugin_cmds.py
cli/commands/research_cmds.py
cli/commands/review_cmds.py
cli/commands/rollback_cmds.py
cli/commands/route_cmds.py
cli/commands/sandbox_cmds.py
cli/commands/settings.py
cli/commands/setup_cmds.py
cli/commands/ssh_cmds.py
cli/commands/template_cmds.py
cli/commands/trust_cmds.py
cli/commands/trust_dashboard.py
cli/commands/user_tools_cmds.py
cli/commands/workspace_cmds.py
cli/commands/workspace_media_cmds.py
cli/commands/workspace_scaffold.py
cli/commands/workspace_upgrade.py
codex/__init__.py
codex/py.typed
codex/app/__init__.py
codex/app/chunker.py
codex/app/controller.py
codex/app/controller_streaming.py
codex/app/llm_client.py
codex/app/llm_client_base.py
codex/app/llm_client_ext.py
codex/app/llm_client_fallback.py
codex/app/llm_client_providers.py
codex/app/logger.py
codex/app/memory.py
codex/app/paths.py
codex/app/prompt_builder.py
codex/app/response_parser.py
codex/app/runner.py
codex/app/validator.py
codex/app/workspace.py
docs/ARCHITECTURE.md
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/LAUNCH_POSTS.md
docs/MODEL_SUPPORT.md
docs/ROADMAP.md
docs/USER_MANUAL.md
docs/WHITEPAPER.md
ilx_ai_cli.egg-info/PKG-INFO
ilx_ai_cli.egg-info/SOURCES.txt
ilx_ai_cli.egg-info/dependency_links.txt
ilx_ai_cli.egg-info/entry_points.txt
ilx_ai_cli.egg-info/requires.txt
ilx_ai_cli.egg-info/top_level.txt
prompts/initial_prompt.txt
prompts/repair_prompt.txt
tests/test_01_llm_connection.py
tests/test_02_context_and_display.py
tests/test_03_code_generation.py
tests/test_04_settings_and_git.py
tests/test_05_dev_tools.py
tests/test_06_workspace_and_rules.py
tests/test_07_new_dev_commands.py
tests/test_08_mcp_and_scaffold.py
tests/test_09_coding_agent_deep.py
tests/test_10_agent_workflow.py
tests/test_11_file_formats_and_system.py
tests/test_12_user_tools.py
tests/test_13_providers_and_tokens.py
tests/test_14_process_management.py
tests/test_15_scaffolding.py
tests/test_16_tool_use.py
tests/test_17_security.py
tests/test_17b_security.py
tests/test_18_security_audit.py
tests/test_19_cost_and_rate_limits.py
tests/test_20_audit.py
tests/test_21_prompt_cache_and_tools.py
tests/test_22_semantic_rag.py
tests/test_23_streaming_agent.py
tests/test_24_rich_display.py
tests/test_25_vision.py
tests/test_26_error_handling.py
tests/test_27_reflexion.py
tests/test_28_research_fetcher.py
tests/test_29_docker.py
tests/test_30_phase3_implementations.py
tests/test_31_error_handling.py
tests/test_32_p3_p4_features.py
tests/test_33_cli_integration.py
tests/test_34_permission_matrix.py
tests/test_35_config_validation.py
tests/test_36_architecture_fitness.py
tests/test_37_cli_smoke.py
tests/test_38_hooks_security.py
tests/test_39_core_infrastructure.py
tests/test_40_rag_unit.py
tests/test_41_repo_map.py
tests/test_42_error_classifier_extended.py
tests/test_43_git_helper.py
tests/test_44_cost_and_registry.py
tests/test_45_exceptions.py
tests/test_46_benchmark.py
tests/test_47_executor.py
tests/test_48_router_sse_misc.py
tests/test_49_codex_chunker.py
tests/test_50_codex_controller.py
tests/test_51_cost_tracker_extended.py
tests/test_52_secret_store.py
tests/test_53_build_and_tools.py
tests/test_54_user_tools.py
tests/test_55_converters_guard.py
tests/test_56_diff_viewer.py
tests/test_57_session_report.py
tests/test_58_trust_dashboard.py
tests/test_59_snapshot_store.py
tests/test_60_project_memory.py
tests/test_61_debug_runner.py