LICENSE
README.md
pyproject.toml
omnimancer/__init__.py
omnimancer/__main__.py
omnimancer/cli/__init__.py
omnimancer/cli/agent_manager.py
omnimancer/cli/agent_wizard.py
omnimancer/cli/approval_formatter.py
omnimancer/cli/approval_integration.py
omnimancer/cli/approval_prompt.py
omnimancer/cli/batch_approval_display.py
omnimancer/cli/batch_approval_filters.py
omnimancer/cli/batch_operation_monitor.py
omnimancer/cli/commands.py
omnimancer/cli/completion_handler.py
omnimancer/cli/config_setup_wizard.py
omnimancer/cli/dynamic_commands.py
omnimancer/cli/interface.py
omnimancer/cli/performance_dashboard.py
omnimancer/cli/commands/performance_cmd.py
omnimancer/cli/handlers/__init__.py
omnimancer/cli/handlers/agent_handler.py
omnimancer/cli/handlers/agent_persona_handler.py
omnimancer/cli/handlers/custom_agent_handler.py
omnimancer/cli/handlers/permissions_handler.py
omnimancer/core/__init__.py
omnimancer/core/agent_engine.py
omnimancer/core/agent_mode_manager.py
omnimancer/core/agent_progress_ui.py
omnimancer/core/chat_manager.py
omnimancer/core/config_manager.py
omnimancer/core/config_migration.py
omnimancer/core/config_provider.py
omnimancer/core/config_security_validator.py
omnimancer/core/config_validator.py
omnimancer/core/conversation_manager.py
omnimancer/core/engine.py
omnimancer/core/enhanced_input.py
omnimancer/core/env_loader.py
omnimancer/core/fallback_manager.py
omnimancer/core/health_monitor.py
omnimancer/core/history_manager.py
omnimancer/core/mcp_integration_layer.py
omnimancer/core/models.py
omnimancer/core/provider_capabilities.py
omnimancer/core/provider_initializer.py
omnimancer/core/provider_registry.py
omnimancer/core/setup_wizard.py
omnimancer/core/setup_wizard_core.py
omnimancer/core/setup_wizard_guide_generator.py
omnimancer/core/setup_wizard_provider_setup.py
omnimancer/core/setup_wizard_ui.py
omnimancer/core/setup_wizard_validation.py
omnimancer/core/signal_handler.py
omnimancer/core/agent/__init__.py
omnimancer/core/agent/agent_config.py
omnimancer/core/agent/agent_switcher.py
omnimancer/core/agent/approval_context.py
omnimancer/core/agent/approval_dialog.py
omnimancer/core/agent/approval_interface.py
omnimancer/core/agent/approval_manager.py
omnimancer/core/agent/cli_integration.py
omnimancer/core/agent/config.py
omnimancer/core/agent/custom_agent_integration.py
omnimancer/core/agent/diff_renderer.py
omnimancer/core/agent/file_content_display.py
omnimancer/core/agent/file_modification_workflow.py
omnimancer/core/agent/file_system_manager.py
omnimancer/core/agent/input_handler.py
omnimancer/core/agent/metrics_collector.py
omnimancer/core/agent/optimization_engine.py
omnimancer/core/agent/performance_monitor.py
omnimancer/core/agent/persona.py
omnimancer/core/agent/persona_validator.py
omnimancer/core/agent/program_executor.py
omnimancer/core/agent/proposed_changes_integration.py
omnimancer/core/agent/read_before_write_errors.py
omnimancer/core/agent/read_before_write_ui.py
omnimancer/core/agent/rich_renderer.py
omnimancer/core/agent/status_config.py
omnimancer/core/agent/status_core.py
omnimancer/core/agent/status_integrated_engine.py
omnimancer/core/agent/status_manager.py
omnimancer/core/agent/status_ui_components.py
omnimancer/core/agent/template_applicator.py
omnimancer/core/agent/terminal_status_listener.py
omnimancer/core/agent/token_tracker.py
omnimancer/core/agent/types.py
omnimancer/core/agent/web_client.py
omnimancer/core/agent/workflow_orchestrator.py
omnimancer/core/security/__init__.py
omnimancer/core/security/approval_workflow.py
omnimancer/core/security/audit_logger.py
omnimancer/core/security/permission_controller.py
omnimancer/core/security/sandbox_manager.py
omnimancer/core/security/security_manager.py
omnimancer/mcp/__init__.py
omnimancer/mcp/client.py
omnimancer/mcp/manager.py
omnimancer/providers/__init__.py
omnimancer/providers/azure.py
omnimancer/providers/base.py
omnimancer/providers/bedrock.py
omnimancer/providers/claude.py
omnimancer/providers/claude_code.py
omnimancer/providers/cohere.py
omnimancer/providers/factory.py
omnimancer/providers/gemini.py
omnimancer/providers/mistral.py
omnimancer/providers/ollama.py
omnimancer/providers/openai.py
omnimancer/providers/openrouter.py
omnimancer/providers/perplexity.py
omnimancer/providers/vertex.py
omnimancer/providers/xai.py
omnimancer/ui/__init__.py
omnimancer/ui/cancellation_handler.py
omnimancer/ui/progress_indicator.py
omnimancer/utils/__init__.py
omnimancer/utils/error_handler.py
omnimancer/utils/errors.py
omnimancer/utils/retry.py
omnimancer_cli.egg-info/PKG-INFO
omnimancer_cli.egg-info/SOURCES.txt
omnimancer_cli.egg-info/dependency_links.txt
omnimancer_cli.egg-info/entry_points.txt
omnimancer_cli.egg-info/requires.txt
omnimancer_cli.egg-info/top_level.txt
tests/test_approval_system.py
tests/test_azure_provider.py
tests/test_cohere_provider.py
tests/test_config_comprehensive.py
tests/test_conversation_history.py
tests/test_conversation_manager.py
tests/test_core_engine.py
tests/test_enhanced_model_info.py
tests/test_error_handling_robustness.py
tests/test_execution_timeout_errors.py
tests/test_fallback_manager.py
tests/test_fixtures.py
tests/test_gemini_provider.py
tests/test_httpx_compatibility.py
tests/test_import_validation.py
tests/test_interface_smoke_tests.py
tests/test_mcp_integration.py
tests/test_mcp_integration_layer.py
tests/test_mistral_provider.py
tests/test_models.py
tests/test_ollama_provider.py
tests/test_performance_security.py
tests/test_perplexity_provider.py
tests/test_program_executor.py
tests/test_provider_base.py
tests/test_provider_integration.py
tests/test_provider_registry.py
tests/test_retry.py
tests/test_security_validation.py
tests/test_setup_wizard.py
tests/test_system_integration.py
tests/test_workflows_comprehensive.py
tests/test_xai_provider.py