LICENSE
README.md
pyproject.toml
src/termpilot/__init__.py
src/termpilot/__main__.py
src/termpilot/api.py
src/termpilot/attachments.py
src/termpilot/cli.py
src/termpilot/commands.py
src/termpilot/compact.py
src/termpilot/completer.py
src/termpilot/config.py
src/termpilot/context.py
src/termpilot/hooks.py
src/termpilot/messages.py
src/termpilot/permissions.py
src/termpilot/prompt_utils.py
src/termpilot/py.typed
src/termpilot/queue.py
src/termpilot/routing.py
src/termpilot/session.py
src/termpilot/skills.py
src/termpilot/termpilotmd.py
src/termpilot/token_tracker.py
src/termpilot/tool_result_storage.py
src/termpilot/ui.py
src/termpilot/undo.py
src/termpilot.egg-info/PKG-INFO
src/termpilot.egg-info/SOURCES.txt
src/termpilot.egg-info/dependency_links.txt
src/termpilot.egg-info/entry_points.txt
src/termpilot.egg-info/requires.txt
src/termpilot.egg-info/top_level.txt
src/termpilot/mcp/__init__.py
src/termpilot/mcp/client.py
src/termpilot/mcp/config.py
src/termpilot/mcp/transport.py
src/termpilot/tools/__init__.py
src/termpilot/tools/agent.py
src/termpilot/tools/ask_user.py
src/termpilot/tools/base.py
src/termpilot/tools/bash.py
src/termpilot/tools/edit_file.py
src/termpilot/tools/enter_plan.py
src/termpilot/tools/exit_plan.py
src/termpilot/tools/glob_tool.py
src/termpilot/tools/grep_tool.py
src/termpilot/tools/list_dir.py
src/termpilot/tools/list_mcp_resources.py
src/termpilot/tools/mcp_tool.py
src/termpilot/tools/notebook_edit.py
src/termpilot/tools/read_file.py
src/termpilot/tools/read_mcp_resource.py
src/termpilot/tools/skill_tool.py
src/termpilot/tools/task.py
src/termpilot/tools/web_fetch.py
src/termpilot/tools/web_search.py
src/termpilot/tools/write_file.py
tests/test_api.py
tests/test_attachments.py
tests/test_cli_drain.py
tests/test_cli_permissions.py
tests/test_commands.py
tests/test_compact.py
tests/test_config.py
tests/test_context.py
tests/test_hooks.py
tests/test_messages.py
tests/test_permissions.py
tests/test_prompt_utils.py
tests/test_queue.py
tests/test_routing.py
tests/test_session.py
tests/test_skills.py
tests/test_termpilotmd.py
tests/test_token_tracker.py
tests/test_tool_result_storage.py
tests/test_ui_delegation.py