vtx-coding-agent 0.2.4__tar.gz → 0.2.5__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.
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/AGENTS.md +7 -15
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/CHANGELOG.md +12 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/PKG-INFO +8 -3
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/README.md +7 -2
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/pyproject.toml +1 -1
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/provider.yaml +13 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/__init__.py +3 -1
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/version.py +1 -1
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_migration.py +2 -2
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/uv.lock +1 -1
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-release-publish/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/run-e2e-tests.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/setup-test-project.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.github/workflows/deploy-site.yml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.gitignore +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.pre-commit-config.yaml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.python-version +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/LICENSE +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.env.example +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.gitignore +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.netlify/netlify.toml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.netlify/state.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/index.html +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/metadata.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/netlify.toml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/package-lock.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/package.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/pnpm-lock.yaml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/pnpm-workspace.yaml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/.well-known/security.txt +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/_redirects +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/android-chrome-192x192.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/android-chrome-512x512.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/apple-touch-icon.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/browserconfig.xml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-16x16.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-192x192.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-32x32.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-48x48.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-512x512.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-96x96.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon.ico +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/manifest.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/mstile-150x150.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.jpg +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.webp +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/robots.txt +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/sitemap.xml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.jpg +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.webp +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/scripts/optimize-images.mjs +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/scripts/prerender.mjs +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/server.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/App.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/CTASection.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Capabilities.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/CodebaseGraph.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/DocsPage.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/FeaturesPage.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Footer.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Hero.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/LiveStats.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/MarkdownRenderer.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Marquee.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Navbar.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/NotFound.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Reveal.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/ScrollProgress.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/SectionLabel.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/TerminalBlock.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Why.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/agentic-loop.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/agentskill.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/index.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/mcp-extensions.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/memory-compaction.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/code-graph.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/docs/index.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/hooks/useRouteMeta.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/index.css +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/main.tsx +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/types.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/vite-env.d.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/tsconfig.json +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/vite.config.ts +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/README.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/agents.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/architecture.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/README.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/architecture.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/audio.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/channels.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/cli.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/configuration.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/cron.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/gateway.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/mcp.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/pairing.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/providers.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/security.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/sessions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/skills.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/slash-commands.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/tools.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/configuration.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/development.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/e2e-test-coverage-review.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/extensions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/goal.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/headless.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/hooks.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/local-models.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/permissions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/providers.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/README.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/agents.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/approvals.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/guardrails.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/multi_agent.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/permissions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/runner.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/sessions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/skills.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/tools.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/tracing.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sessions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/skills.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/storage-layout.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/theming.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/tools.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/ui.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/code-review.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/data-engineer.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/explorer.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/security-audit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/security_extensions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/yolo.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/auto_commit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/custom_tool_block.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/hello.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/log_tool_calls.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/permission_gate.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/task_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/tool_override.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/01_quickstart.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/02_multi_agent_handoff.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/03_multi_agent_manager.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/04_guardrails.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/05_sessions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/06_approvals.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/07_tracing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/08_skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/logo.png +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/install.ps1 +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/install.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/show_themes.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/supercode_proxy.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/conftest.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_auto_compact.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_autocompact_unit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidate_offset.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidation_ratio.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidator.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_aware.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_builder.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_prompt_cache.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_cursor_recovery.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_document_extraction_toggle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream_session.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_evaluator.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_gemini_thought_signature.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_git_store.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_hook_composite.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_consolidation_tokens.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_cron_timezone.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_direct_websocket_status.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_goal_wall_timeout.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_image_generation_media.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_progress.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_runner_integration.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_save_turn.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_tool_context.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_max_messages_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_mcp_connection.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_mcp_transient_retry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_memory_store.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_onboard_logic.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_core.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_errors.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_fallback.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_goal_continue.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_governance.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_hooks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_injections.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_persistence.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_progress_deltas.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_reasoning.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_safety.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_tool_execution.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runtime_refresh.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_self_model_preset.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_atomic.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_collision.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_delete.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_manager_history.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_skill_creator_scripts.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_skills_loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_stop_preserves_context.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_subagent.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_subagent_lifecycle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_task_cancel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_hint.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_loader_entrypoints.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_loader_scopes.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_unified_session.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_workspace_scope.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_long_task.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_self_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_self_tool_runtime_sync.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_subagent_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/bus/test_runtime_events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_base_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_manager_delta_coalescing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_manager_reasoning.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_plugins.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_dingtalk_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_discord_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_email_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_card_extraction.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_domain.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_lazy_import.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_login.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_markdown_rendering.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_media_filename_security.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_mention.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_mentions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_post_content.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_reaction.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_reply.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_streaming.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_table_split.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_tool_hint_code_block.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_matrix_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_napcat_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_ack_message.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_media.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_signal_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_signal_markdown.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_slack_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_telegram_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_envelope_media.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_http_routes.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_integration.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_media_route.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_protocol_boundaries.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_reconnect_idle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_wecom_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_weixin_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_whatsapp_channel.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/ws_test_client.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_bot_identity.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_cli_input.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_commands.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_gateway_commands.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_interactive_retry_wait.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_restart_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_safe_file_history.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_utils.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_builtin_dream.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_model_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_router_dispatchable.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_skill_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_stop_pending_queue.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_load_errors.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_migration.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_paths.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_dream_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_env_interpolation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_model_presets.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_tool_config_boundaries.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_persistence.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_tool_list.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_tool_schema_contract.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_session_delivery.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/gateway/test_gateway_service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/gateway/test_runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/pairing/test_store.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_ant_ling_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_long_request_fallback.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_merge_consecutive.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_stream_idle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_thinking.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_tool_result.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_azure_openai_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_bedrock_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_cached_tokens.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_custom_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_custom_thinking_style.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_enforce_role_alternation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_extra_body_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_extra_query_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_github_copilot_routing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_image_generation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_litellm_kwargs.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_llm_response.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_local_endpoint_detection.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_longcat_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_minimax_anthropic_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_mistral_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_novita_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_codex_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_compat_timeout.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_responses.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_opencode_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_prompt_cache_markers.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_default_headers.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_error_metadata.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_retry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_retry_after_hints.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_sdk_retry_defaults.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_tool_arguments.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_providers_init.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_proxy_env.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_reasoning_content.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_responses_circuit_breaker.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_skywork_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stepfun_asr.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stepfun_reasoning.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stream_idle_timeout_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_strip_image_content.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_transcription.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_xiaomi_mimo_thinking.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_security_network.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_workspace_policy.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_workspace_sandbox.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_consolidated_offset_clamp.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_goal_state.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_session_fsync.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_session_list_repair_legacy.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_turn_continuation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_api_attachment.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_api_stream.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_build_status.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_context_documents.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_docker.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_document_parsing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_file_tool_toggle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_msteams.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_openai_api.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_package_version.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_tool_contextvars.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_truncate_text_shadowing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_vtx_claw_facade.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_apply_patch_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_edit_advanced.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_edit_enhancements.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_allow_patterns.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_env.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_platform.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_security.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_session_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_file_edit_coding_enhancements.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_filesystem_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_image_generation_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_mcp_probe.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_mcp_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_message_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_message_tool_suppress.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_read_enhancements.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_sandbox.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_search_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_descriptions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_validation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_fetch_security.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_fetch_url_sanitization.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_search_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_abbreviate_path.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_artifacts.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_file_edit_events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_gitstore.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_helpers.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_image_generation_intent.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_media_decode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_restart.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_searchusage.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_strip_think.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_subagent_channel_display.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_token_estimation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_workspace_violation_throttle.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/activate.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/api.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/discovery.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/schema.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/async_utils.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/google-colab/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/api_reference.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/examples.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/functions.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/getting-started.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/gpu.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/images.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/resources.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/scaling.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/scheduled-jobs.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/secrets.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/volumes.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/web-endpoints.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/code-review/review/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/general/github/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/meta/skill-builder/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/setup/init/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/cli.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/_xml.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/agent_mds.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/git.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/compaction.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/errors.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/handoff.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/scratchpad.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/types.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/defaults/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/defaults/config.yml +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/diff_display.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/dispatcher.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/extensions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/gh_cli.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/git_branch.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/goal.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/headless.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/bridge.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/types.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/context_length.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/dynamic_models.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/model_fetcher.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/models.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/copilot.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/dynamic.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/openai.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/supercode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/phase_parser.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/provider_catalog.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/anthropic_sdk.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/mock.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/openai_sdk.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/sanitize.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/supercode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/rate_limit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/anthropic.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/openai.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/supercode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/tool_parser.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/loop.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/notify.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/permissions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/builder.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/env.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/identity.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/tooling.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/py.typed +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/_version.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/agent.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/approvals.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/guardrails/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/guardrails/types.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/handoffs.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/items.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/items_base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/permissions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/results.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/run_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/runner.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/sessions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/console.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/jsonl.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/processor.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/tracing_impl.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/self_update.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/session.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/completion.wav +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/error.wav +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/permission.wav +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/themes.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/_read_image.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/_tool_utils.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/ask_user.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/background.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/bash.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/edit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/find.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/grep.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/read.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/skill.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/task.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/web.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/write.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools_manager.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/turn.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/agent_runner.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/app.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/app_protocol.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/autocomplete.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/blocks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/chat.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/clipboard.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/agents.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/auth.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/goal.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/models.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/providers.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/sessions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/settings.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/completion_ui.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/export.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/floating_list.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/formatting.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/input.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/latex.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/launch.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/path_complete.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/prompt_history.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/queue_ui.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/selection_mode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/session_ui.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/startup.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/styles.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/tool_output.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/tree.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/welcome.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/widgets.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/update_check.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/__main__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/_vtx_bridge.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/autocompact.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/context.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/context_governance.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/cron_turns.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/hook.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/loop.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/memory.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/model_presets.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/progress_hook.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/runner.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/subagent.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/apply_patch.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/cli_apps.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/context.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/cron.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/exec_session.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/file_state.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/filesystem.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/image_generation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/long_task.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/mcp.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/message.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/path_utils.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/runtime_state.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/sandbox.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/schema.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/search.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/self.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/shell.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/spawn.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/web.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/api/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/api/server.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/utils.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/protocol.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/transcription.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/transcription_registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/progress.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/queue.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/runtime_events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/dingtalk.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/discord.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/email.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/feishu.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/manager.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/matrix.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/mochat.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/msteams.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/napcat.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/qq.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/signal.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/slack.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/telegram.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/websocket.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/wecom.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/weixin.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/whatsapp.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/commands.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/gateway.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/models.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/onboard.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/stream.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/builtin.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/router.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/loader.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/paths.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/schema.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config_base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/bound_runner.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/session_delivery.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/session_turns.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/types.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/service.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/pairing/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/pairing/store.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/base.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/factory.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/github_copilot_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/image_generation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/registry.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/transcription.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/clients.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/streaming.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/types.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/network.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/workspace_access.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/workspace_policy.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/goal_state.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/keys.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/manager.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/turn_continuation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/README.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/clawhub/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/cron/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/github/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/image-generation/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/long-goal/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/memory/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/my/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/my/references/examples.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/init_skill.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/package_skill.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/quick_validate.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/summarize/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/scripts/find-sessions.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/scripts/wait-for-text.sh +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/update-setup/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/weather/SKILL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/AGENTS.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/HEARTBEAT.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/SOUL.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/USER.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/_snippets/untrusted_content.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/consolidator_archive.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/cron_reminder.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/dream.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/evaluator.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/identity.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/max_iterations_message.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/platform_policy.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/skills_section.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/subagent_announce.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/subagent_system.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/tool_contract.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/memory/MEMORY.md +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/memory/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/artifacts.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/document.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/evaluator.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/file_edit_events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/gitstore.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/helpers.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/llm_runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/logging_bridge.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/media_decode.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/path.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/progress_events.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/prompt_templates.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/restart.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/searchusage.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/subagent_channel_display.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/tool_hints.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/vtx_claw.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/conftest.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/context/test_agents.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/context/test_skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/__init__.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_anthropic_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_mock_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_openai_oauth.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_supercode_provider.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_thinking_wire_params.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_tls_verify.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/conftest.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_agent_and_runner.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_agents_as_tools.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_approvals.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_function_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_guardrails.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_handoffs.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_integration.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_provider_field.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sdk_permissions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sdk_skills.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sessions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_tracing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles_runtime.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles_tui.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agentic_loop.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli_auth_flags.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli_provider_resolution.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_compaction.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_binaries.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_error_fallback.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_injection.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_dynamic_auth.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_dynamic_models.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_errors.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_extensions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_git_branch.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_goal.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_grep_tool.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_handoff.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_handoff_link_interrupt.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_headless.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_hooks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_launch_warnings.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_llm_lazy_imports.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_local_auth_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_model_provider_resolution.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_notifications_config.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_notify.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_openai_compat.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_permissions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_phase_parser.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_prompts.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_rate_limit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_runtime_switch_model.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_persistence.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_queries.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_resume.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_tree.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_system_prompt.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_system_prompt_git_context.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_themes.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_tool_parser.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_tools_manager.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_ui_notifications.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_update_check.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_update_notice_behavior.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_ask_user.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_ask_user_turn.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_background.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_bash_shell.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_bash_truncation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_diff.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_edit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_edit_display.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image_integration.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image_resize.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_skill.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_subprocess_cancellation.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_task.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_web_expand_collapse.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_write.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_app_approval_keys.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_app_ask_user_keys.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_ask_user_block.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_autocomplete.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_completion_chrome.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_custom_tool_blocks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_export.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_floating_list.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_info_bar_clicks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_info_bar_permissions.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_action_ask_user.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_approval_submit.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_ask_user_forward.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_cursor_theme.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_handoff.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_paste.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_shell_style.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_keybindings.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_latex.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_login_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_permission_selection_status.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_permissions_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_prompt_history.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_provider_command.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_queue_editing.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_shell_command_detection.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_status_line.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_streaming_blocks.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_styles.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_thinking_notifications_commands.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_tool_output_expansion.py +0 -0
- {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/ty.toml +0 -0
|
@@ -26,21 +26,13 @@
|
|
|
26
26
|
- If the user asks you to push code, run these first before doing so: `uv run ruff format .`, `uv run ruff check .`, `uvx ty check .` and `uv run python -m pytest` in parallel (same tool call)
|
|
27
27
|
- Only if these all pass without issues should you push otherwise report the warnings/errors back to user and ask for next steps
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Codebase Search
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Use vortexa (not grep/rg/file reads) to search code or understand a repo. It
|
|
32
|
+
indexes the current directory (or pass --root <dir>).
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- Locate code by describing what it does (not just exact strings)
|
|
37
|
-
- Find examples of a pattern or API usage
|
|
38
|
-
- Explore unfamiliar parts of the codebase
|
|
39
|
-
- Identify relevant code for a task without knowing exact names or locations
|
|
40
|
-
- Preferable than grep/rg/Glob for code search because it can understand the meaning and intent behind the query, rather than just matching exact strings. This allows for more flexible and powerful searching, especially in large and complex codebases.
|
|
41
|
-
Advantages over text search: understands synonyms, paraphrases, and intent.
|
|
42
|
-
Returns file paths, line ranges, relevance scores, and matching code.
|
|
34
|
+
vortexa resolve "<query>" --plain # default: matches + tests + callers/callees + deps
|
|
35
|
+
vortexa search "<query>" --hybrid --plain # ranked hits + per-file graph context
|
|
36
|
+
vortexa explain "<file>:<line>|<symbol>" # deep dive into a known location
|
|
43
37
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
- Instead of using grep use rg (ripgrep) for faster and more efficient searching. For example, `rg "def my_function"` to find all occurrences of a function definition.
|
|
38
|
+
Install: pip install vortexa (add [full] for tree-sitter AST chunking).
|
|
@@ -5,6 +5,16 @@ All notable changes to Vtx are documented in this file. The format is based on
|
|
|
5
5
|
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [0.2.5] - 2026-07-12
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Meta AI provider** — registered Meta AI as a new OpenAI-compatible provider (slug `meta`) with base URL `https://api.meta.ai/v1`, resolving `META_API_KEY` from the environment, and fetching its Llama model catalog from `/models`.
|
|
12
|
+
- **AGENTS.md codebase search** — replaced the CodeBase Search section with `vortexa` CLI usage (`resolve` / `search --hybrid` / `explain`) so the agent prefers a semantic index over grep/rg for code search.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- **Typing** — widened `_slim_schema()` parameter and return types from `object` to `Any` in `src/vtx/tools/__init__.py` to satisfy `ty`.
|
|
16
|
+
- **System-prompt migration tests** — updated stale assertions from "You are Vtx, an expert coding assistant." to "You are Vtx, an expert coding agent." in `tests/test_config_migration.py`.
|
|
17
|
+
|
|
8
18
|
## [0.2.4] - 2026-07-11
|
|
9
19
|
|
|
10
20
|
### Added
|
|
@@ -868,6 +878,8 @@ to keep the model's context window free for what matters.
|
|
|
868
878
|
via `uv tool install vtx-coding-agent`.
|
|
869
879
|
- Licensed under **Apache License 2.0**.
|
|
870
880
|
|
|
881
|
+
[0.2.5]: https://github.com/OEvortex/vtx-coding-agent/compare/v0.2.4...v0.2.5
|
|
882
|
+
[0.2.4]: https://github.com/OEvortex/vtx-coding-agent/compare/v0.2.3...v0.2.4
|
|
871
883
|
[0.2.2]: https://github.com/OEvortex/vtx-coding-agent/compare/v0.2.1...v0.2.2
|
|
872
884
|
[0.2.1]: https://github.com/OEvortex/vtx-coding-agent/compare/v0.2.0...v0.2.1
|
|
873
885
|
[0.2.0]: https://github.com/OEvortex/vtx-coding-agent/compare/v0.1.9...v0.2.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vtx-coding-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Minimalist coding agent harness with a Textual TUI and headless CLI. Ships two agentic backends: the native vtx event loop and the advanced vtx-claw gateway loop (install the [claw] extra for multi-channel + subagent + cron features). <1k-token system prompt, 50+ LLM providers, AGENTS.md + skills context, session tree, prompt/auto permissions.
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Keywords: agent-loop,cli,coding-agent,llm,tui,vtx-claw
|
|
@@ -86,7 +86,10 @@ Description-Content-Type: text/markdown
|
|
|
86
86
|
|
|
87
87
|
<div align="center">
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
<table align="center">
|
|
90
|
+
<tr><td align="center">
|
|
91
|
+
|
|
92
|
+
```
|
|
90
93
|
██╗ ██╗████████╗██╗ ██╗
|
|
91
94
|
██║ ██║╚══██╔══╝╚██╗██╔╝
|
|
92
95
|
██║ ██║ ██║ ╚███╔╝
|
|
@@ -95,8 +98,10 @@ Description-Content-Type: text/markdown
|
|
|
95
98
|
╚═══╝ ╚═╝ ╚═╝ ╚═╝
|
|
96
99
|
```
|
|
97
100
|
|
|
98
|
-
</
|
|
101
|
+
</td></tr>
|
|
102
|
+
</table>
|
|
99
103
|
|
|
104
|
+
</div>
|
|
100
105
|
|
|
101
106
|
<p align="center"><b>The minimalist, modular coding agent harness</b></p>
|
|
102
107
|
<p align="center"><b>Maximum capability. Minimum overhead.</b></p>
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<table align="center">
|
|
4
|
+
<tr><td align="center">
|
|
5
|
+
|
|
6
|
+
```
|
|
4
7
|
██╗ ██╗████████╗██╗ ██╗
|
|
5
8
|
██║ ██║╚══██╔══╝╚██╗██╔╝
|
|
6
9
|
██║ ██║ ██║ ╚███╔╝
|
|
@@ -9,8 +12,10 @@
|
|
|
9
12
|
╚═══╝ ╚═╝ ╚═╝ ╚═╝
|
|
10
13
|
```
|
|
11
14
|
|
|
12
|
-
</
|
|
15
|
+
</td></tr>
|
|
16
|
+
</table>
|
|
13
17
|
|
|
18
|
+
</div>
|
|
14
19
|
|
|
15
20
|
<p align="center"><b>The minimalist, modular coding agent harness</b></p>
|
|
16
21
|
<p align="center"><b>Maximum capability. Minimum overhead.</b></p>
|
|
@@ -20,7 +20,7 @@ default = true
|
|
|
20
20
|
|
|
21
21
|
[project]
|
|
22
22
|
name = "vtx-coding-agent"
|
|
23
|
-
version = "0.2.
|
|
23
|
+
version = "0.2.5"
|
|
24
24
|
description = "Minimalist coding agent harness with a Textual TUI and headless CLI. Ships two agentic backends: the native vtx event loop and the advanced vtx-claw gateway loop (install the [claw] extra for multi-channel + subagent + cron features). <1k-token system prompt, 50+ LLM providers, AGENTS.md + skills context, session tree, prompt/auto permissions."
|
|
25
25
|
readme = "README.md"
|
|
26
26
|
requires-python = ">=3.12"
|
|
@@ -122,6 +122,7 @@ providers:
|
|
|
122
122
|
- qwen/qwen3.7-max
|
|
123
123
|
- z-ai/glm-5.2
|
|
124
124
|
- nvidia/nemotron-3-ultra-550b-a55b:free
|
|
125
|
+
- tencent/hy3
|
|
125
126
|
fetch_models: true
|
|
126
127
|
models_endpoint: /models
|
|
127
128
|
model_parser:
|
|
@@ -738,3 +739,15 @@ providers:
|
|
|
738
739
|
models_endpoint: /models
|
|
739
740
|
model_parser:
|
|
740
741
|
cooldown_minutes: 60
|
|
742
|
+
|
|
743
|
+
- slug: meta
|
|
744
|
+
display_name: Meta AI
|
|
745
|
+
description: Meta AI API (Llama models).
|
|
746
|
+
family: openai_compat
|
|
747
|
+
base_url: https://api.meta.ai/v1
|
|
748
|
+
api_key_env: META_API_KEY
|
|
749
|
+
known_models: []
|
|
750
|
+
fetch_models: true
|
|
751
|
+
models_endpoint: /models
|
|
752
|
+
model_parser:
|
|
753
|
+
cooldown_minutes: 60
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
from typing import Any
|
|
2
|
+
|
|
1
3
|
from ..core.types import ToolDefinition
|
|
2
4
|
from .ask_user import AskUserTool
|
|
3
5
|
from .background import BackgroundTaskManager, BackgroundTaskRecord, get_manager, set_manager
|
|
@@ -114,7 +116,7 @@ def get_tools_with_extensions(
|
|
|
114
116
|
_SCHEMA_DROP_KEYS = frozenset({"title", "minLength", "maxLength", "minItems", "maxItems"})
|
|
115
117
|
|
|
116
118
|
|
|
117
|
-
def _slim_schema(node:
|
|
119
|
+
def _slim_schema(node: Any) -> Any:
|
|
118
120
|
"""Shrink pydantic JSON schema for the LLM: drop ``title`` and length
|
|
119
121
|
constraints (still enforced by pydantic on the actual call) and collapse
|
|
120
122
|
``anyOf: [T, null]`` optional unions down to ``T``."""
|
|
@@ -39,7 +39,7 @@ else:
|
|
|
39
39
|
try:
|
|
40
40
|
VERSION = version(PACKAGE_NAME)
|
|
41
41
|
except PackageNotFoundError:
|
|
42
|
-
VERSION = "0.2.
|
|
42
|
+
VERSION = "0.2.5" # Fallback version if package metadata is not available
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
def format_version() -> str:
|
|
@@ -174,7 +174,7 @@ llm:
|
|
|
174
174
|
reset_config()
|
|
175
175
|
cfg = get_config()
|
|
176
176
|
|
|
177
|
-
assert cfg.llm.system_prompt.content.startswith("You are Vtx, an expert coding
|
|
177
|
+
assert cfg.llm.system_prompt.content.startswith("You are Vtx, an expert coding agent.")
|
|
178
178
|
assert "# Tool usage" not in cfg.llm.system_prompt.content
|
|
179
179
|
assert "Old tool instruction" not in cfg.llm.system_prompt.content
|
|
180
180
|
assert "~/.agents/skills" in cfg.llm.system_prompt.content
|
|
@@ -215,7 +215,7 @@ llm:
|
|
|
215
215
|
cfg = get_config()
|
|
216
216
|
|
|
217
217
|
assert cfg.llm.default_model == "legacy-model"
|
|
218
|
-
assert cfg.llm.system_prompt.content.startswith("You are Vtx, an expert coding
|
|
218
|
+
assert cfg.llm.system_prompt.content.startswith("You are Vtx, an expert coding agent.")
|
|
219
219
|
assert "legacy prompt" not in cfg.llm.system_prompt.content
|
|
220
220
|
assert cfg.llm.system_prompt.git_context is True
|
|
221
221
|
|
{vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-release-publish/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/run-e2e-tests.sh
RENAMED
|
File without changes
|
{vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/setup-test-project.sh
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/memory-compaction.ts
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
|
|
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
|