LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
tcode_app.py
tcode/__init__.py
tcode/__main__.py
tcode/agent.py
tcode/agent_defs.py
tcode/attachments.py
tcode/builtin_tools.py
tcode/cli.py
tcode/command.py
tcode/config.py
tcode/event.py
tcode/instance.py
tcode/jsonschema_util.py
tcode/mcp.py
tcode/mcp_auth.py
tcode/mcp_finish.py
tcode/mcp_oauth.md
tcode/mcp_transports.py
tcode/memory.py
tcode/permission_next.py
tcode/permissions.py
tcode/plan.py
tcode/server.py
tcode/session.py
tcode/session_compaction.py
tcode/session_lifecycle.py
tcode/session_summary.py
tcode/snapshot.py
tcode/storage.py
tcode/storage_file.py
tcode/subagent.py
tcode/todos.py
tcode/toolrunner.py
tcode/tools.py
tcode/util.py
tcode/vector_store.py
tcode.egg-info/PKG-INFO
tcode.egg-info/SOURCES.txt
tcode.egg-info/dependency_links.txt
tcode.egg-info/entry_points.txt
tcode.egg-info/requires.txt
tcode.egg-info/top_level.txt
tcode/providers/__init__.py
tcode/providers/anthropic_adapter.py
tcode/providers/azure_openai_adapter.py
tcode/providers/base.py
tcode/providers/errors.py
tcode/providers/factory.py
tcode/providers/gemini_adapter.py
tcode/providers/litellm_adapter.py
tcode/providers/ollama_adapter.py
tcode/providers/openai_adapter.py
tcode/skills/loader.py
tcode/tui/__init__.py
tcode/tui/bridge.py
tcode/tui/state.py
tcode/tui/theme.py
tcode/tui/screens/__init__.py
tcode/tui/screens/home.py
tcode/tui/screens/session.py
tcode/tui/widgets/__init__.py
tcode/tui/widgets/footer_bar.py
tcode/tui/widgets/header_bar.py
tcode/tui/widgets/message_block.py
tcode/tui/widgets/message_list.py
tcode/tui/widgets/prompt_input.py