LICENSE
README.md
pyproject.toml
setup.cfg
src/openmarv/__init__.py
src/openmarv/__main__.py
src/openmarv/agent.py
src/openmarv/auth.py
src/openmarv/cli.py
src/openmarv/config.py
src/openmarv/core.py
src/openmarv/git_integration.py
src/openmarv/lsp.py
src/openmarv/lsp_servers.json
src/openmarv/mcp.py
src/openmarv/oauth_providers.py
src/openmarv/permissions.json
src/openmarv/permissions.py
src/openmarv/providers.py
src/openmarv/safety.py
src/openmarv/server.py
src/openmarv/session_viewmodel.py
src/openmarv/sessions.py
src/openmarv/skills.py
src/openmarv/subagent.py
src/openmarv/todo.py
src/openmarv/tools.py
src/openmarv/tui.py
src/openmarv/tui_textual.py
src/openmarv/web_tools.py
src/openmarv.egg-info/PKG-INFO
src/openmarv.egg-info/SOURCES.txt
src/openmarv.egg-info/dependency_links.txt
src/openmarv.egg-info/entry_points.txt
src/openmarv.egg-info/requires.txt
src/openmarv.egg-info/top_level.txt
src/openmarv/_tui_bundle/package.json
src/openmarv/_tui_bundle/tsconfig.json
src/openmarv/_tui_bundle/src/App.tsx
src/openmarv/_tui_bundle/src/ChatView.tsx
src/openmarv/_tui_bundle/src/Markdown.tsx
src/openmarv/_tui_bundle/src/ModelSelect.tsx
src/openmarv/_tui_bundle/src/ProviderConfig.tsx
src/openmarv/_tui_bundle/src/ProviderSelect.tsx
src/openmarv/_tui_bundle/src/SessionList.tsx
src/openmarv/_tui_bundle/src/ThinkingIndicator.tsx
src/openmarv/_tui_bundle/src/ToolCallLine.tsx
src/openmarv/_tui_bundle/src/api.ts
src/openmarv/_tui_bundle/src/index.tsx
src/openmarv/_tui_bundle/src/styles.ts
src/openmarv/_tui_bundle/src/types.ts
src/openmarv/mcp_servers/context7.json
src/openmarv/mcp_servers/example.json
src/openmarv/mcp_servers/github.json
tests/test_core.py
tests/test_web_tools.py