LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/app_vfs.py
cli/client.py
cli/config.py
cli/formatting.py
cli/import_history.py
cli/main.py
cli/mcp_server.py
cli/mount.py
cli/telemetry.py
cli/tests/__init__.py
cli/tests/test_app_vfs.py
cli/tests/test_history_pagination.py
cli/tests/test_install_codex.py
cli/tests/test_install_hooks.py
cli/tests/test_mount_vfs.py
cli/tests/test_root_help.py
cli/tests/test_setup_complete_splash.py
cli/tests/test_share_and_upload_helpers.py
cli/tests/test_stash_client_permissions.py
cli/tests/test_update_file_and_folder.py
cli/tests/test_upload_status_helpers.py
stashai/__init__.py
stashai.egg-info/PKG-INFO
stashai.egg-info/SOURCES.txt
stashai.egg-info/dependency_links.txt
stashai.egg-info/entry_points.txt
stashai.egg-info/requires.txt
stashai.egg-info/top_level.txt
stashai/plugin/__init__.py
stashai/plugin/_do_session_upload.py
stashai/plugin/_do_upload.py
stashai/plugin/_session_watcher.py
stashai/plugin/agent_config.py
stashai/plugin/event.py
stashai/plugin/hooks.py
stashai/plugin/scope.py
stashai/plugin/session_upload.py
stashai/plugin/stash_client.py
stashai/plugin/state.py
stashai/plugin/summarize.py
stashai/plugin/transcript_upload.py
stashai/plugin/upload_status.py
stashai/plugin/assets/__init__.py
stashai/plugin/assets/codex/AGENTS.md
stashai/plugin/assets/codex/README.md
stashai/plugin/assets/codex/config.toml.snippet
stashai/plugin/assets/codex/hooks.json
stashai/plugin/assets/codex/scripts/_run.sh
stashai/plugin/assets/codex/scripts/adapt.py
stashai/plugin/assets/codex/scripts/config.py
stashai/plugin/assets/codex/scripts/on_prompt.py
stashai/plugin/assets/codex/scripts/on_session_start.py
stashai/plugin/assets/codex/scripts/on_stop.py
stashai/plugin/assets/codex/scripts/on_tool_use.py
stashai/plugin/assets/cursor/README.md
stashai/plugin/assets/cursor/hooks.json
stashai/plugin/assets/cursor/stash.mdc
stashai/plugin/assets/cursor/scripts/_run.sh
stashai/plugin/assets/cursor/scripts/adapt.py
stashai/plugin/assets/cursor/scripts/config.py
stashai/plugin/assets/cursor/scripts/on_agent_response.py
stashai/plugin/assets/cursor/scripts/on_prompt.py
stashai/plugin/assets/cursor/scripts/on_session_end.py
stashai/plugin/assets/cursor/scripts/on_session_start.py
stashai/plugin/assets/cursor/scripts/on_tool_use.py
stashai/plugin/assets/opencode/AGENTS.md
stashai/plugin/assets/opencode/README.md
stashai/plugin/assets/opencode/package.json
stashai/plugin/assets/opencode/plugin.ts
stashai/plugin/assets/opencode/scripts/_run.sh
stashai/plugin/assets/opencode/scripts/adapt.py
stashai/plugin/assets/opencode/scripts/config.py
stashai/plugin/assets/opencode/scripts/on_prompt.py
stashai/plugin/assets/opencode/scripts/on_session_end.py
stashai/plugin/assets/opencode/scripts/on_session_start.py
stashai/plugin/assets/opencode/scripts/on_tool_use.py