LICENSE
README.md
pyproject.toml
agit/__init__.py
agit/__main__.py
agit/cli.py
agit/backends/__init__.py
agit/backends/base.py
agit/backends/claude.py
agit/backends/opencode.py
agit/backends/proxy_agents.py
agit/backends/setup.py
agit/commits/__init__.py
agit/commits/actions.py
agit/commits/message.py
agit/config/__init__.py
agit/config/settings.py
agit/config/state.py
agit/git/__init__.py
agit/git/lock.py
agit/git/repo.py
agit/git/worktree.py
agit/metrics/__init__.py
agit/metrics/collect.py
agit/metrics/github.py
agit/metrics/render.py
agit/metrics/server.py
agit/metrics/web.py
agit/proxy/__init__.py
agit/proxy/commit_engine.py
agit/proxy/integration.py
agit/proxy/modal.py
agit/proxy/process.py
agit/proxy/renderer.py
agit/proxy/runner.py
agit/proxy/sandbox.py
agit/proxy/session.py
agit/proxy/terminal.py
agit/sessions/__init__.py
agit/sessions/identity.py
agit/sessions/redact.py
agit/sessions/store.py
agit/shell/__init__.py
agit/shell/runner.py
agit/shell/ui.py
agit/summaries/__init__.py
agit/summaries/model_select.py
agit/summaries/prompts.py
agit/summaries/summarizer.py
agit/transcripts/__init__.py
agit/transcripts/claude.py
agit/transcripts/opencode.py
agit/transcripts/types.py
agit/update/__init__.py
agit/update/updater.py
agit_ai.egg-info/PKG-INFO
agit_ai.egg-info/SOURCES.txt
agit_ai.egg-info/dependency_links.txt
agit_ai.egg-info/entry_points.txt
agit_ai.egg-info/requires.txt
agit_ai.egg-info/top_level.txt
tests/test_backend_commits.py
tests/test_backend_process.py
tests/test_backend_setup.py
tests/test_backends_and_config.py
tests/test_claude_session.py
tests/test_cli.py
tests/test_commit_engine.py
tests/test_commit_message.py
tests/test_commit_message_summary.py
tests/test_dashboard.py
tests/test_demo_script.py
tests/test_git_notes.py
tests/test_integration_service.py
tests/test_lock.py
tests/test_opencode_commands.py
tests/test_opencode_parse.py
tests/test_opencode_session.py
tests/test_pre_compaction.py
tests/test_proxy.py
tests/test_proxy_modal.py
tests/test_proxy_session.py
tests/test_sandbox.py
tests/test_session_sharing.py
tests/test_shell.py
tests/test_state.py
tests/test_summarizer.py
tests/test_summarizer_config.py
tests/test_summary_async.py
tests/test_summary_scratch.py
tests/test_ui.py
tests/test_update.py
tests/test_worktree.py