tau-coding-agent 0.5.6__tar.gz → 0.5.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tau_coding_agent-0.5.6/tau_coding_agent.egg-info → tau_coding_agent-0.5.7}/PKG-INFO +1 -1
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/extensions.md +10 -7
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/pyproject.toml +1 -1
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/loader.py +1 -1
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7/tau_coding_agent.egg-info}/PKG-INFO +1 -1
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/LICENSE +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/MANIFEST.in +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/README.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/architecture.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/auth.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/cli-reference.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/creating-tools.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/development.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/docs.json +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/engine.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/extension-settings.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/http-proxy.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/index.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/inference-providers.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/inference.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/installation.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/keybindings.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/messages.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/project-context.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/project-structure.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/prompts.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/python-api.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/quickstart.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/sessions.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/settings.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/skills.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/themes.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/tools.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/tui.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/docs/usage.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/setup.cfg +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/prompt/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/prompt/builder.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/prompt/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/agent/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/auth/manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/auth/storage.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/auth/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/commands/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/commands/clear.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/commands/compact.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/commands/reload.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/commands/session.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/component.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/manifest.json +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/schema.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/tool.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/btw/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/footer/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/footer/git.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/footer/model.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/footer/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/header/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/watch/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/base.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/ddgs_engine.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/exa_engine.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/jina_engine.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/tavily_engine.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/manifest.json +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/fetch.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/search.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/models/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/models/audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/models/image.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/models/text.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/models/video.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/commit.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/docs.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/explain.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/fix.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/refactor.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/review.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/prompts/test.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/providers/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/providers/audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/providers/image.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/providers/text.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/providers/video.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/code-review/SKILL.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/debug/SKILL.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/git-commit/SKILL.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/skill-creator/LICENSE.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/skill-creator/SKILL.md +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/ayu-dark.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/catppuccin.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/dark.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/dracula.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/everforest.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/gruvbox.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/horizon.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/kanagawa.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/light.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/material-ocean.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/monokai.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/night-owl.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/nord.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/one-dark.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/rose-pine.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/solarized-dark.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/themes/tokyo-night.yaml +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/edit.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/glob.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/grep.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/ls.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/read.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/terminal.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/tools/write.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/commands/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/commands/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/commands/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/cli.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/commands/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/commands/auth.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/commands/packages.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/console/commands/update.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/core/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/core/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/engine/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/engine/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/engine/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/api.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/context.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/runtime.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/extensions/settings.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/engine.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/inference.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/runtime.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/session.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/tui.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/hooks/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/base.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/builtins.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/elevenlabs_audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/gemini_audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/openai_audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/sarvam_audio.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/availability.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/base.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/builtins.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/gemini_image.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/openai_image.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/openrouter.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/image/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_claude_code.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_messages.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_vertex.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/base.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/builtins.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/dialect.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/gemini_generate.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/github_copilot_chat.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/google_antigravity.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/google_vertex.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/mistral_chat.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/ollama_chat.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_codex_responses.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_completions.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_responses.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_vertex.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/base.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/builtins.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/fal_video.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/openrouter_video.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/zai_video.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/model/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/model/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/model/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/anthropic_claude_code.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/github_copilot.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/google_antigravity.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/openai_codex.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/pkce.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/oauth/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/provider/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/message/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/message/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/message/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/agent_hooks.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/app.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/appearance.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/auth.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/context.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/extensions.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/misc.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/model.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/commands/session.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/command_palette.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/config_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/extension_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/file_picker.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/layout.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/message_list.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/model_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/oauth_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/overlays.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/selector_controller.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/session_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/settings_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/theme_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/thinking_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/tree_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/trust_screen.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/components/voice_selector.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/input_handler.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/interactive/ui_context.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/print/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/rpc/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/rpc/mode.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/modes/rpc/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/packages/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/packages/manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/packages/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/packages/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/prompts/expand.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/prompts/loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/prompts/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/prompts/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/resources/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/resources/loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/resources/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/runtime/dependencies.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/runtime/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/runtime/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/session/branch_summarization.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/session/compaction.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/session/manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/session/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/session/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/settings/manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/settings/paths.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/settings/storage.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/settings/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/settings/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/skills/loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/skills/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/skills/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/telemetry/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/telemetry/service.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/telemetry/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/themes/loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/themes/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/themes/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tool/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tool/registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tool/render.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tool/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/trust/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/trust/manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/trust/types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/trust/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/autocomplete.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/component.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/box.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/editor.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/image.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/select_list.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/spinner.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/components/text_input.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/input.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/keybinding_hints.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/markdown.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/terminal.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/theme.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/tui.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/tui/utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/utils/__init__.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/utils/http_proxy.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/utils/image_processing.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/utils/secrets.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/utils/version_check.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau_coding_agent.egg-info/SOURCES.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau_coding_agent.egg-info/dependency_links.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau_coding_agent.egg-info/entry_points.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau_coding_agent.egg-info/requires.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau_coding_agent.egg-info/top_level.txt +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_agent_compaction.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_agent_prompt.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_agent_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_ansi.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_ask_user_extension.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_auth_command.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_auth_manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_auth_storage.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_autocomplete_modifiers.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_branch_navigation.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_branch_summarization.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_builtin_tools.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_builtin_watch.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_cli_inputs.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_command_execution_policy.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_command_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_compaction.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_diff.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_editor_protocol.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_engine_execution.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_engine_steering.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_engine_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_escape_behavior.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_extension_api.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_extension_lifecycle.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_footer_model.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_footer_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_fuzzy.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_http_proxy.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_image_processing.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_inference_api_text_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_inference_dialect.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_inference_error_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_inference_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_inference_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_keybindings.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_markdown.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_message_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_message_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_model_availability.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_model_command.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_model_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_model_selector_modal.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_model_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_oauth_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_package_resources.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_packages_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_peer_extension.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_pkce.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_prompts_expand.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_prompts_loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_prompts_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_provider_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_resource_loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_rpc_mode.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_runtime_sdk.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_secrets.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_selector_controller.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_session_manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_session_trust_persist.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_session_types.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_session_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_settings_manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_settings_paths.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_settings_storage.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_settings_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_skills_loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_skills_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_subagents_extension.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_telemetry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_text_input.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_text_llm_invoke.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_theme_loader.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_themes_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_thinking_render.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tool_registry.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tool_render.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_trust_manager.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_trust_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_capabilities.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_input.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_layout_sizing.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_public_api.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_renderer.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_select_list.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_theme.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_tui_utils.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_ui_context.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_version_check.py +0 -0
- {tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tests/test_voice_selector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tau-coding-agent
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary: A self-extensible agent CLI with terminal UI, multi-provider LLM support, session management with branching, and a plugin system for tools and commands
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -11,11 +11,12 @@ service objects across reload.
|
|
|
11
11
|
|
|
12
12
|
## File locations
|
|
13
13
|
|
|
14
|
-
tau loads extensions from
|
|
14
|
+
tau loads extensions from four sources, in this order:
|
|
15
15
|
|
|
16
16
|
| Priority | Location | Scope |
|
|
17
17
|
|----------|----------|-------|
|
|
18
|
-
| Highest |
|
|
18
|
+
| Highest | Builtins bundled with tau | Built-in |
|
|
19
|
+
| | `.tau/extensions/` in the project root | Project-only |
|
|
19
20
|
| | `~/.tau/extensions/` | Global (all projects) |
|
|
20
21
|
| Lowest | Explicit paths in `extensions.list` | Named entries |
|
|
21
22
|
|
|
@@ -36,11 +37,13 @@ A subdirectory under `extensions/` is loaded if it has either:
|
|
|
36
37
|
|
|
37
38
|
Before the entry file is executed, these specs are installed into the project or
|
|
38
39
|
global packages venv (`uv pip install`, falling back to `pip` when `uv` isn't on
|
|
39
|
-
PATH) and the venv's site-packages directory is appended to `sys.path`.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
PATH) and the venv's site-packages directory is appended to `sys.path`. Project
|
|
41
|
+
extensions install into the project's own `.venv` when one exists; everything
|
|
42
|
+
else — global, explicit, and tau's own builtin extensions — installs into the
|
|
43
|
+
global packages venv at `~/.tau/venv`. Tau's runtime environment keeps
|
|
44
|
+
precedence, so an extension cannot replace Tau's own dependencies with
|
|
45
|
+
incompatible versions. The install only runs once — a hash of the dependency
|
|
46
|
+
list is cached, so unchanged manifests are a no-op on subsequent launches.
|
|
44
47
|
|
|
45
48
|
## Installable resource packages
|
|
46
49
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tau-coding-agent"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.7"
|
|
8
8
|
description = "A self-extensible agent CLI with terminal UI, multi-provider LLM support, session management with branching, and a plugin system for tools and commands"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
@@ -379,7 +379,7 @@ class ExtensionLoader:
|
|
|
379
379
|
|
|
380
380
|
try:
|
|
381
381
|
deps = self._subdir_deps.get(path.parent.resolve())
|
|
382
|
-
if deps
|
|
382
|
+
if deps:
|
|
383
383
|
await asyncio.to_thread(self._ensure_dependencies, path.parent, deps, source)
|
|
384
384
|
|
|
385
385
|
module_name = f"_tau_ext_{hashlib.sha1(str(path.resolve()).encode()).hexdigest()[:16]}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tau-coding-agent
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary: A self-extensible agent CLI with terminal UI, multi-provider LLM support, session management with branching, and a plugin system for tools and commands
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/__init__.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/component.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/manifest.json
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/ask_user/schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/footer/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/header/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/__init__.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/base.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/ddgs_engine.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/exa_engine.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/engines/jina_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/__init__.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/fetch.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/extensions/web/tools/search.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/skill-creator/LICENSE.txt
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/builtins/skills/skill-creator/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/audio/elevenlabs_audio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_claude_code.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_messages.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/anthropic_vertex.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/github_copilot_chat.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/google_antigravity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_codex_responses.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_completions.py
RENAMED
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/text/openai_responses.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tau_coding_agent-0.5.6 → tau_coding_agent-0.5.7}/tau/inference/api/video/openrouter_video.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|