LICENSE
README.md
pyproject.toml
src/scootcli/__init__.py
src/scootcli/__main__.py
src/scootcli/activity.py
src/scootcli/agent.py
src/scootcli/approvals.py
src/scootcli/auth.py
src/scootcli/cli.py
src/scootcli/clipboard.py
src/scootcli/config.py
src/scootcli/context.py
src/scootcli/credentials.py
src/scootcli/errors.py
src/scootcli/images.py
src/scootcli/keys.py
src/scootcli/lineeditor.py
src/scootcli/logo.py
src/scootcli/models.py
src/scootcli/panel.py
src/scootcli/preferences.py
src/scootcli/presets.py
src/scootcli/project.py
src/scootcli/prompts.py
src/scootcli/rendering.py
src/scootcli/repl.py
src/scootcli/sessions.py
src/scootcli/status.py
src/scootcli/transport.py
src/scootcli/vision.py
src/scootcli/workspace.py
src/scootcli/worktree.py
src/scootcli.egg-info/PKG-INFO
src/scootcli.egg-info/SOURCES.txt
src/scootcli.egg-info/dependency_links.txt
src/scootcli.egg-info/entry_points.txt
src/scootcli.egg-info/top_level.txt
src/scootcli/commands/__init__.py
src/scootcli/commands/approve.py
src/scootcli/commands/auth.py
src/scootcli/commands/base.py
src/scootcli/commands/compact.py
src/scootcli/commands/copy.py
src/scootcli/commands/exit.py
src/scootcli/commands/forget.py
src/scootcli/commands/help.py
src/scootcli/commands/init.py
src/scootcli/commands/logo.py
src/scootcli/commands/model.py
src/scootcli/commands/panel.py
src/scootcli/commands/reset.py
src/scootcli/commands/resume.py
src/scootcli/commands/save.py
src/scootcli/commands/sessions.py
src/scootcli/commands/status.py
src/scootcli/commands/verbosity.py
src/scootcli/commands/worktree.py
src/scootcli/commands/yolo.py
src/scootcli/providers/__init__.py
src/scootcli/providers/anthropic.py
src/scootcli/providers/base.py
src/scootcli/providers/openai_chat.py
src/scootcli/providers/openai_responses.py
src/scootcli/providers/registry.py
src/scootcli/tools/__init__.py
src/scootcli/tools/base.py
src/scootcli/tools/edit_file.py
src/scootcli/tools/list_dir.py
src/scootcli/tools/open_editor.py
src/scootcli/tools/read_file.py
src/scootcli/tools/run_shell.py
src/scootcli/tools/search.py
src/scootcli/tools/update_plan.py
src/scootcli/tools/write_file.py
tests/test_agent.py
tests/test_anthropic.py
tests/test_approvals.py
tests/test_auth.py
tests/test_clipboard.py
tests/test_config.py
tests/test_images.py
tests/test_lineeditor.py
tests/test_logo.py
tests/test_models.py
tests/test_panel.py
tests/test_preferences.py
tests/test_providers.py
tests/test_repl.py
tests/test_resilience.py
tests/test_sessions.py
tests/test_smoke.py
tests/test_streaming.py
tests/test_tools.py
tests/test_transport_native.py
tests/test_vision.py
tests/test_workspace.py
tests/test_worktree.py