CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/EXTENSIONS.md
docs/RELEASE_CHECKLIST.md
one/__init__.py
one/__main__.py
one/config.py
one/py.typed
one/cli/__init__.py
one/cli/args.py
one/cli/main.py
one/core/__init__.py
one/core/agent_session.py
one/core/agent_session_runtime.py
one/core/attachments.py
one/core/auth_storage.py
one/core/clipboard_image.py
one/core/event_bus.py
one/core/model_registry.py
one/core/oauth.py
one/core/persistence.py
one/core/provider_login.py
one/core/sdk.py
one/core/session_manager.py
one/core/settings_manager.py
one/core/tool_output_pruning.py
one/core/types.py
one/extensions/__init__.py
one/extensions/runtime.py
one/mcp/__init__.py
one/mcp/client.py
one/modes/__init__.py
one/modes/interactive_mode.py
one/modes/jsonl.py
one/modes/print_mode.py
one/modes/rpc_mode.py
one/modes/rpc_types.py
one/modes/run_mode.py
one/modes/tui_mode.py
one/providers/__init__.py
one/providers/anthropic.py
one/providers/base.py
one/providers/codex_responses.py
one/providers/gemini.py
one/providers/ollama.py
one/providers/openai_compatible.py
one/providers/registry.py
one/resources/__init__.py
one/resources/extension_runtime.py
one/resources/resource_loader.py
one/tools/__init__.py
one/tools/apply_patch.py
one/tools/ask_user.py
one/tools/bash.py
one/tools/common.py
one/tools/edit.py
one/tools/find.py
one/tools/finish.py
one/tools/grep.py
one/tools/index.py
one/tools/ls.py
one/tools/plan.py
one/tools/read.py
one/tools/read_image.py
one/tools/spawn_subagent.py
one/tools/write.py
one_agent.egg-info/PKG-INFO
one_agent.egg-info/SOURCES.txt
one_agent.egg-info/dependency_links.txt
one_agent.egg-info/entry_points.txt
one_agent.egg-info/requires.txt
one_agent.egg-info/top_level.txt
scripts/install.sh
tests/test_agent_retry_abort.py
tests/test_agent_steering.py
tests/test_agent_timeouts_limits.py
tests/test_agent_tool_calls.py
tests/test_agent_tool_parsing.py
tests/test_apply_patch.py
tests/test_approval.py
tests/test_ask_user.py
tests/test_auth_and_cli.py
tests/test_auth_precedence.py
tests/test_budget.py
tests/test_capability_error_policy.py
tests/test_clipboard_image.py
tests/test_compaction.py
tests/test_complete_credential_removal.py
tests/test_config_paths.py
tests/test_cross_platform_smoke.py
tests/test_diagnostic_findings.py
tests/test_diagnostic_runner.py
tests/test_diagnostic_workload.py
tests/test_durable_evidence.py
tests/test_event_snapshots.py
tests/test_extension_runtime.py
tests/test_extension_ui_hooks.py
tests/test_extra_providers.py
tests/test_frontmatter_parser.py
tests/test_headless_e2e.py
tests/test_image_attachments.py
tests/test_image_cli_rpc.py
tests/test_intake.py
tests/test_interactive_mode.py
tests/test_login_validation.py
tests/test_mcp.py
tests/test_mcp_shutdown.py
tests/test_oauth.py
tests/test_oauth_production.py
tests/test_ollama_provider.py
tests/test_persistence.py
tests/test_plan_tool.py
tests/test_provider_payloads.py
tests/test_provider_timeout_regression.py
tests/test_providers.py
tests/test_read_image_tool.py
tests/test_resource_loader.py
tests/test_rpc_mode.py
tests/test_rpc_snapshots.py
tests/test_run_mode.py
tests/test_sdk_smoke.py
tests/test_session_branching_export.py
tests/test_session_manager.py
tests/test_settings.py
tests/test_skills.py
tests/test_spawn_subagent_errors.py
tests/test_steering_mode_queue.py
tests/test_stream_suppression.py
tests/test_subagents.py
tests/test_system_prompt.py
tests/test_thinking_levels.py
tests/test_tool_output_pruning.py
tests/test_tools.py
tests/test_tui_commands.py
tests/test_tui_cooperation.py
tests/test_tui_image_input.py
tests/test_tui_input.py
tests/test_tui_navigation.py
tests/test_tui_rendering.py
tests/test_tui_retry.py
tests/test_tui_snapshots.py
tests/test_tui_streaming.py
tests/test_unlimited_steps.py