LICENSE
NOTICE.md
README.md
pyproject.toml
tests/test_abort_context.py
tests/test_agent_core_boundary.py
tests/test_agent_harness.py
tests/test_agent_loop.py
tests/test_agent_runtime_hardening.py
tests/test_ai_env_config.py
tests/test_ai_event_stream.py
tests/test_ai_faux.py
tests/test_ai_generation_params.py
tests/test_ai_images.py
tests/test_ai_model_resolver.py
tests/test_ai_models.py
tests/test_ai_overflow.py
tests/test_ai_provider_capabilities.py
tests/test_ai_types.py
tests/test_ai_validation.py
tests/test_app_integration.py
tests/test_auth_storage_hardening.py
tests/test_automation_modes.py
tests/test_brand_contract.py
tests/test_catalog_generation.py
tests/test_cli.py
tests/test_cli_extension_flags.py
tests/test_cli_runtime_controls.py
tests/test_coding_exports_and_boundaries.py
tests/test_coding_mailbox.py
tests/test_coding_persistence_and_compaction.py
tests/test_coding_policy_and_extensions.py
tests/test_coding_resources_and_services.py
tests/test_coding_tools_and_subagents.py
tests/test_compaction.py
tests/test_compaction_boundary_architecture.py
tests/test_compaction_integration.py
tests/test_compaction_policy.py
tests/test_compaction_timing.py
tests/test_context_estimate.py
tests/test_deep_compaction_command.py
tests/test_distribution_contract.py
tests/test_eval_harness.py
tests/test_eval_trace.py
tests/test_extension_cli.py
tests/test_extension_event_parity.py
tests/test_extension_loading_and_reload.py
tests/test_github_copilot_oauth.py
tests/test_hermes_compaction_parity.py
tests/test_hypa_extension.py
tests/test_input_expansion.py
tests/test_installed_metadata.py
tests/test_live_run_verification.py
tests/test_model_registry.py
tests/test_models_runtime.py
tests/test_no_legacy_source_coupling.py
tests/test_output_spool.py
tests/test_package_manager.py
tests/test_pi_behavioral_parity.py
tests/test_process_completions.py
tests/test_process_context.py
tests/test_process_local.py
tests/test_process_output.py
tests/test_process_regressions.py
tests/test_process_service.py
tests/test_process_tools.py
tests/test_project_trust.py
tests/test_provider_ownership_architecture.py
tests/test_provider_replay_neutrality.py
tests/test_pyproject_dependencies.py
tests/test_reference_runtime_contract.py
tests/test_release_workflow.py
tests/test_resource_runtime_parity.py
tests/test_rpc_mode.py
tests/test_session_catalog.py
tests/test_session_catalog_performance.py
tests/test_session_commands.py
tests/test_session_index.py
tests/test_session_parity.py
tests/test_session_store_performance.py
tests/test_session_store_recovery.py
tests/test_stream_proxy.py
tests/test_subagents.py
tests/test_subprocess_environment.py
tests/test_subscription_oauth.py
tests/test_tool_execution_modes.py
tests/test_tui_commands_and_extensions.py
tests/test_tui_dispatcher.py
tests/test_tui_rendering_and_components.py
tests/test_tui_runtime_compaction_and_models.py
tests/test_tui_terminal_and_input.py
tests/test_tui_themes.py
tests/test_tui_user_commands.py
travis/__init__.py
travis/app.py
travis/cli.py
travis/runtime_facade.py
travis/agent/__init__.py
travis/agent/agent.py
travis/agent/agent_loop.py
travis/agent/async_utils.py
travis/agent/run_lease.py
travis/agent/tool_coordinator.py
travis/agent/types.py
travis/ai/__init__.py
travis/ai/builtin_models.json
travis/ai/builtin_models.py
travis/ai/catalog_generation.py
travis/ai/context_estimate.py
travis/ai/env_config.py
travis/ai/event_stream.py
travis/ai/image_types.py
travis/ai/images.py
travis/ai/lazy_stream.py
travis/ai/model_cost.py
travis/ai/model_resolver.py
travis/ai/models.py
travis/ai/oauth.py
travis/ai/overflow.py
travis/ai/provider_metadata.py
travis/ai/stream_proxy.py
travis/ai/types.py
travis/ai/validation.py
travis/ai/auth/__init__.py
travis/ai/auth/context.py
travis/ai/auth/credential_store.py
travis/ai/auth/helpers.py
travis/ai/auth/resolve.py
travis/ai/auth/types.py
travis/ai/providers/__init__.py
travis/ai/providers/_shared.py
travis/ai/providers/all.py
travis/ai/providers/anthropic_stream.py
travis/ai/providers/base.py
travis/ai/providers/bedrock_stream.py
travis/ai/providers/capabilities.py
travis/ai/providers/catalog.py
travis/ai/providers/chat_stream.py
travis/ai/providers/codex_auth.py
travis/ai/providers/codex_runtime.py
travis/ai/providers/copilot_headers.py
travis/ai/providers/faux.py
travis/ai/providers/github_copilot_oauth.py
travis/ai/providers/google_stream.py
travis/ai/providers/message_translation.py
travis/ai/providers/mistral_stream.py
travis/ai/providers/openai_compat.py
travis/ai/providers/params.py
travis/ai/providers/provider_auth.py
travis/ai/providers/provider_errors.py
travis/ai/providers/provider_request.py
travis/ai/providers/responses_stream.py
travis/ai/providers/responses_translation.py
travis/ai/providers/sse_common.py
travis/ai/providers/streaming_json.py
travis/ai/providers/subscription_oauth.py
travis/ai/providers/transports.py
travis/ai/providers/travis_env.py
travis/coding_agent/__init__.py
travis/coding_agent/agent_harness.py
travis/coding_agent/agent_session.py
travis/coding_agent/agent_session_runtime.py
travis/coding_agent/agent_session_services.py
travis/coding_agent/artifacts.py
travis/coding_agent/auth_storage.py
travis/coding_agent/automation.py
travis/coding_agent/bash_executor.py
travis/coding_agent/branch_summarization.py
travis/coding_agent/capabilities.py
travis/coding_agent/compaction_adapter.py
travis/coding_agent/compaction_coordinator.py
travis/coding_agent/config.py
travis/coding_agent/deep_compaction_command.py
travis/coding_agent/eval_trace.py
travis/coding_agent/event_bus.py
travis/coding_agent/execution_backend.py
travis/coding_agent/experimental.py
travis/coding_agent/export_html.py
travis/coding_agent/extension_cli.py
travis/coding_agent/extensions.py
travis/coding_agent/input_expansion.py
travis/coding_agent/mailbox.py
travis/coding_agent/message_utils.py
travis/coding_agent/model_registry.py
travis/coding_agent/object_utils.py
travis/coding_agent/output_utils.py
travis/coding_agent/package_cli.py
travis/coding_agent/package_manager.py
travis/coding_agent/process_context.py
travis/coding_agent/project_trust.py
travis/coding_agent/prompt_templates.py
travis/coding_agent/resolve_config_value.py
travis/coding_agent/resource_discovery.py
travis/coding_agent/resource_loader.py
travis/coding_agent/rpc.py
travis/coding_agent/session_bash.py
travis/coding_agent/session_catalog.py
travis/coding_agent/session_commands.py
travis/coding_agent/session_events.py
travis/coding_agent/session_extensions.py
travis/coding_agent/session_index.py
travis/coding_agent/session_lock.py
travis/coding_agent/session_models.py
travis/coding_agent/session_persistence.py
travis/coding_agent/session_policy_controller.py
travis/coding_agent/session_store.py
travis/coding_agent/session_subagents.py
travis/coding_agent/session_tooling.py
travis/coding_agent/session_turns.py
travis/coding_agent/session_types.py
travis/coding_agent/settings_manager.py
travis/coding_agent/skills.py
travis/coding_agent/source_info.py
travis/coding_agent/sqlite_utils.py
travis/coding_agent/subagent_trace.py
travis/coding_agent/subagents.py
travis/coding_agent/subprocess_environment.py
travis/coding_agent/system_prompt.py
travis/coding_agent/themes.py
travis/coding_agent/export_html_assets/vendor/highlight.min.js
travis/coding_agent/export_html_assets/vendor/marked.min.js
travis/coding_agent/processes/__init__.py
travis/coding_agent/processes/completions.py
travis/coding_agent/processes/containment.py
travis/coding_agent/processes/local.py
travis/coding_agent/processes/output.py
travis/coding_agent/processes/service.py
travis/coding_agent/processes/transport.py
travis/coding_agent/processes/types.py
travis/coding_agent/tools/__init__.py
travis/coding_agent/tools/atomic_file.py
travis/coding_agent/tools/bash.py
travis/coding_agent/tools/common.py
travis/coding_agent/tools/edit.py
travis/coding_agent/tools/edit_diff.py
travis/coding_agent/tools/file_mutation_queue.py
travis/coding_agent/tools/find.py
travis/coding_agent/tools/grep.py
travis/coding_agent/tools/ls.py
travis/coding_agent/tools/output_spool.py
travis/coding_agent/tools/path_utils.py
travis/coding_agent/tools/process.py
travis/coding_agent/tools/read.py
travis/coding_agent/tools/truncate.py
travis/coding_agent/tools/types.py
travis/coding_agent/tools/write.py
travis/compaction/__init__.py
travis/compaction/compressor.py
travis/compaction/policy.py
travis/compaction/strategy.py
travis/compaction/timing.py
travis/extensions/__init__.py
travis/resources/README.md
travis/resources/docs/README.md
travis/resources/docs/extensions.md
travis/resources/examples/README.md
travis/resources/extensions/hypa/__init__.py
travis/resources/extensions/hypa/hypa_tools.py
travis/tui/__init__.py
travis/tui/builtin_themes.py
travis/tui/component.py
travis/tui/dispatcher.py
travis/tui/footer_data.py
travis/tui/fuzzy.py
travis/tui/interactive.py
travis/tui/interactive_command_dispatcher.py
travis/tui/interactive_custom_dialog.py
travis/tui/interactive_extensions.py
travis/tui/interactive_mode.py
travis/tui/interactive_model_auth.py
travis/tui/interactive_process_commands.py
travis/tui/interactive_session_commands.py
travis/tui/interactive_shutdown.py
travis/tui/interactive_turn_controller.py
travis/tui/interactive_view.py
travis/tui/keybindings.py
travis/tui/keys.py
travis/tui/kill_ring.py
travis/tui/native_modifiers.py
travis/tui/stdin_buffer.py
travis/tui/terminal.py
travis/tui/terminal_colors.py
travis/tui/terminal_image.py
travis/tui/theme.py
travis/tui/theme_controller.py
travis/tui/tui.py
travis/tui/undo_stack.py
travis/tui/user_commands.py
travis/tui/utils.py
travis/tui/word_navigation.py
travis/tui/components/__init__.py
travis/tui/components/autocomplete.py
travis/tui/components/base.py
travis/tui/components/editor.py
travis/tui/components/footer.py
travis/tui/components/image.py
travis/tui/components/loaders.py
travis/tui/components/markdown.py
travis/tui/components/multiline_editor.py
travis/tui/components/pickers.py
travis234.egg-info/PKG-INFO
travis234.egg-info/SOURCES.txt
travis234.egg-info/dependency_links.txt
travis234.egg-info/entry_points.txt
travis234.egg-info/requires.txt
travis234.egg-info/top_level.txt