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.
Files changed (874) hide show
  1. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/AGENTS.md +7 -15
  2. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/CHANGELOG.md +12 -0
  3. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/PKG-INFO +8 -3
  4. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/README.md +7 -2
  5. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/pyproject.toml +1 -1
  6. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/provider.yaml +13 -0
  7. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/__init__.py +3 -1
  8. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/version.py +1 -1
  9. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_migration.py +2 -2
  10. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/uv.lock +1 -1
  11. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-release-publish/SKILL.md +0 -0
  12. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/SKILL.md +0 -0
  13. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/run-e2e-tests.sh +0 -0
  14. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.agents/skills/vtx-tmux-test/setup-test-project.sh +0 -0
  15. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.github/workflows/deploy-site.yml +0 -0
  16. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.gitignore +0 -0
  17. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.pre-commit-config.yaml +0 -0
  18. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/.python-version +0 -0
  19. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/LICENSE +0 -0
  20. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.env.example +0 -0
  21. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.gitignore +0 -0
  22. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.netlify/netlify.toml +0 -0
  23. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/.netlify/state.json +0 -0
  24. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/index.html +0 -0
  25. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/metadata.json +0 -0
  26. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/netlify.toml +0 -0
  27. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/package-lock.json +0 -0
  28. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/package.json +0 -0
  29. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/pnpm-lock.yaml +0 -0
  30. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/pnpm-workspace.yaml +0 -0
  31. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/.well-known/security.txt +0 -0
  32. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/_redirects +0 -0
  33. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/android-chrome-192x192.png +0 -0
  34. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/android-chrome-512x512.png +0 -0
  35. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/apple-touch-icon.png +0 -0
  36. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/browserconfig.xml +0 -0
  37. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-16x16.png +0 -0
  38. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-192x192.png +0 -0
  39. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-32x32.png +0 -0
  40. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-48x48.png +0 -0
  41. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-512x512.png +0 -0
  42. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon-96x96.png +0 -0
  43. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/favicon.ico +0 -0
  44. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/manifest.json +0 -0
  45. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/mstile-150x150.png +0 -0
  46. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.jpg +0 -0
  47. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.png +0 -0
  48. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/og-image.webp +0 -0
  49. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/robots.txt +0 -0
  50. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/sitemap.xml +0 -0
  51. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.jpg +0 -0
  52. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.png +0 -0
  53. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/public/twitter-card.webp +0 -0
  54. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/scripts/optimize-images.mjs +0 -0
  55. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/scripts/prerender.mjs +0 -0
  56. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/server.ts +0 -0
  57. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/App.tsx +0 -0
  58. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/CTASection.tsx +0 -0
  59. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Capabilities.tsx +0 -0
  60. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/CodebaseGraph.tsx +0 -0
  61. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/DocsPage.tsx +0 -0
  62. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/FeaturesPage.tsx +0 -0
  63. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Footer.tsx +0 -0
  64. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Hero.tsx +0 -0
  65. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/LiveStats.tsx +0 -0
  66. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/MarkdownRenderer.tsx +0 -0
  67. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Marquee.tsx +0 -0
  68. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Navbar.tsx +0 -0
  69. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/NotFound.tsx +0 -0
  70. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Reveal.tsx +0 -0
  71. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/ScrollProgress.tsx +0 -0
  72. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/SectionLabel.tsx +0 -0
  73. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/TerminalBlock.tsx +0 -0
  74. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/components/Why.tsx +0 -0
  75. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/agentic-loop.ts +0 -0
  76. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/agentskill.ts +0 -0
  77. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/index.ts +0 -0
  78. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/mcp-extensions.ts +0 -0
  79. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/blog/memory-compaction.ts +0 -0
  80. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/code-graph.json +0 -0
  81. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/content/docs/index.ts +0 -0
  82. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/hooks/useRouteMeta.ts +0 -0
  83. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/index.css +0 -0
  84. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/main.tsx +0 -0
  85. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/types.ts +0 -0
  86. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/src/vite-env.d.ts +0 -0
  87. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/tsconfig.json +0 -0
  88. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/Site/vite.config.ts +0 -0
  89. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/README.md +0 -0
  90. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/agents.md +0 -0
  91. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/architecture.md +0 -0
  92. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/README.md +0 -0
  93. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/architecture.md +0 -0
  94. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/audio.md +0 -0
  95. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/channels.md +0 -0
  96. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/cli.md +0 -0
  97. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/configuration.md +0 -0
  98. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/cron.md +0 -0
  99. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/gateway.md +0 -0
  100. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/mcp.md +0 -0
  101. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/pairing.md +0 -0
  102. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/providers.md +0 -0
  103. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/security.md +0 -0
  104. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/sessions.md +0 -0
  105. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/skills.md +0 -0
  106. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/slash-commands.md +0 -0
  107. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/claw/tools.md +0 -0
  108. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/configuration.md +0 -0
  109. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/development.md +0 -0
  110. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/e2e-test-coverage-review.md +0 -0
  111. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/extensions.md +0 -0
  112. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/goal.md +0 -0
  113. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/headless.md +0 -0
  114. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/hooks.md +0 -0
  115. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/local-models.md +0 -0
  116. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/permissions.md +0 -0
  117. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/providers.md +0 -0
  118. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/README.md +0 -0
  119. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/agents.md +0 -0
  120. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/approvals.md +0 -0
  121. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/guardrails.md +0 -0
  122. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/multi_agent.md +0 -0
  123. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/permissions.md +0 -0
  124. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/runner.md +0 -0
  125. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/sessions.md +0 -0
  126. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/skills.md +0 -0
  127. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/tools.md +0 -0
  128. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sdk/tracing.md +0 -0
  129. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/sessions.md +0 -0
  130. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/skills.md +0 -0
  131. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/storage-layout.md +0 -0
  132. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/theming.md +0 -0
  133. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/tools.md +0 -0
  134. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/docs/ui.md +0 -0
  135. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/code-review.py +0 -0
  136. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/data-engineer.py +0 -0
  137. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/explorer.py +0 -0
  138. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/security-audit.py +0 -0
  139. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/security_extensions.py +0 -0
  140. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/agents/yolo.py +0 -0
  141. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/auto_commit.py +0 -0
  142. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/custom_tool_block.py +0 -0
  143. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/hello.py +0 -0
  144. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/log_tool_calls.py +0 -0
  145. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/permission_gate.py +0 -0
  146. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/task_tool.py +0 -0
  147. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/extensions/tool_override.py +0 -0
  148. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/01_quickstart.py +0 -0
  149. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/02_multi_agent_handoff.py +0 -0
  150. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/03_multi_agent_manager.py +0 -0
  151. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/04_guardrails.py +0 -0
  152. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/05_sessions.py +0 -0
  153. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/06_approvals.py +0 -0
  154. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/07_tracing.py +0 -0
  155. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/examples/sdk/08_skills.py +0 -0
  156. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/logo.png +0 -0
  157. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/install.ps1 +0 -0
  158. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/install.sh +0 -0
  159. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/show_themes.py +0 -0
  160. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/scripts/supercode_proxy.py +0 -0
  161. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/__init__.py +0 -0
  162. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/conftest.py +0 -0
  163. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_auto_compact.py +0 -0
  164. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_autocompact_unit.py +0 -0
  165. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidate_offset.py +0 -0
  166. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidation_ratio.py +0 -0
  167. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_consolidator.py +0 -0
  168. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_aware.py +0 -0
  169. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_builder.py +0 -0
  170. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_context_prompt_cache.py +0 -0
  171. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_cursor_recovery.py +0 -0
  172. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_document_extraction_toggle.py +0 -0
  173. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream.py +0 -0
  174. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream_session.py +0 -0
  175. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_dream_tools.py +0 -0
  176. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_evaluator.py +0 -0
  177. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_gemini_thought_signature.py +0 -0
  178. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_git_store.py +0 -0
  179. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_hook_composite.py +0 -0
  180. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_consolidation_tokens.py +0 -0
  181. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_cron_timezone.py +0 -0
  182. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_direct_websocket_status.py +0 -0
  183. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_goal_wall_timeout.py +0 -0
  184. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_image_generation_media.py +0 -0
  185. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_progress.py +0 -0
  186. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_runner_integration.py +0 -0
  187. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_save_turn.py +0 -0
  188. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_loop_tool_context.py +0 -0
  189. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_max_messages_config.py +0 -0
  190. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_mcp_connection.py +0 -0
  191. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_mcp_transient_retry.py +0 -0
  192. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_memory_store.py +0 -0
  193. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_onboard_logic.py +0 -0
  194. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_core.py +0 -0
  195. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_errors.py +0 -0
  196. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_fallback.py +0 -0
  197. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_goal_continue.py +0 -0
  198. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_governance.py +0 -0
  199. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_hooks.py +0 -0
  200. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_injections.py +0 -0
  201. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_persistence.py +0 -0
  202. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_progress_deltas.py +0 -0
  203. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_reasoning.py +0 -0
  204. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_safety.py +0 -0
  205. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runner_tool_execution.py +0 -0
  206. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_runtime_refresh.py +0 -0
  207. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_self_model_preset.py +0 -0
  208. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_atomic.py +0 -0
  209. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_collision.py +0 -0
  210. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_delete.py +0 -0
  211. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_session_manager_history.py +0 -0
  212. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_skill_creator_scripts.py +0 -0
  213. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_skills_loader.py +0 -0
  214. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_stop_preserves_context.py +0 -0
  215. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_subagent.py +0 -0
  216. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_subagent_lifecycle.py +0 -0
  217. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_task_cancel.py +0 -0
  218. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_hint.py +0 -0
  219. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_loader_entrypoints.py +0 -0
  220. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_tool_loader_scopes.py +0 -0
  221. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_unified_session.py +0 -0
  222. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/test_workspace_scope.py +0 -0
  223. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/__init__.py +0 -0
  224. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_long_task.py +0 -0
  225. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_self_tool.py +0 -0
  226. {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
  227. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/agent/tools/test_subagent_tools.py +0 -0
  228. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/bus/test_runtime_events.py +0 -0
  229. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_base_channel.py +0 -0
  230. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_manager_delta_coalescing.py +0 -0
  231. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_manager_reasoning.py +0 -0
  232. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_channel_plugins.py +0 -0
  233. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_dingtalk_channel.py +0 -0
  234. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_discord_channel.py +0 -0
  235. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_email_channel.py +0 -0
  236. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_card_extraction.py +0 -0
  237. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_domain.py +0 -0
  238. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_lazy_import.py +0 -0
  239. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_login.py +0 -0
  240. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_markdown_rendering.py +0 -0
  241. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_media_filename_security.py +0 -0
  242. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_mention.py +0 -0
  243. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_mentions.py +0 -0
  244. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_post_content.py +0 -0
  245. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_reaction.py +0 -0
  246. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_reply.py +0 -0
  247. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_streaming.py +0 -0
  248. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_feishu_table_split.py +0 -0
  249. {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
  250. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_matrix_channel.py +0 -0
  251. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_napcat_channel.py +0 -0
  252. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_ack_message.py +0 -0
  253. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_channel.py +0 -0
  254. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_qq_media.py +0 -0
  255. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_signal_channel.py +0 -0
  256. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_signal_markdown.py +0 -0
  257. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_slack_channel.py +0 -0
  258. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_telegram_channel.py +0 -0
  259. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_channel.py +0 -0
  260. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_envelope_media.py +0 -0
  261. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_http_routes.py +0 -0
  262. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_integration.py +0 -0
  263. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_media_route.py +0 -0
  264. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_protocol_boundaries.py +0 -0
  265. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_websocket_reconnect_idle.py +0 -0
  266. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_wecom_channel.py +0 -0
  267. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_weixin_channel.py +0 -0
  268. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/test_whatsapp_channel.py +0 -0
  269. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/channels/ws_test_client.py +0 -0
  270. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_bot_identity.py +0 -0
  271. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_cli_input.py +0 -0
  272. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_commands.py +0 -0
  273. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_gateway_commands.py +0 -0
  274. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_interactive_retry_wait.py +0 -0
  275. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_restart_command.py +0 -0
  276. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli/test_safe_file_history.py +0 -0
  277. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_service.py +0 -0
  278. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_tool.py +0 -0
  279. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cli_apps/test_utils.py +0 -0
  280. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_builtin_dream.py +0 -0
  281. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_model_command.py +0 -0
  282. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_router_dispatchable.py +0 -0
  283. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_skill_command.py +0 -0
  284. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/command/test_stop_pending_queue.py +0 -0
  285. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_load_errors.py +0 -0
  286. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_migration.py +0 -0
  287. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_config_paths.py +0 -0
  288. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_dream_config.py +0 -0
  289. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_env_interpolation.py +0 -0
  290. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_model_presets.py +0 -0
  291. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/config/test_tool_config_boundaries.py +0 -0
  292. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_persistence.py +0 -0
  293. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_service.py +0 -0
  294. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_tool_list.py +0 -0
  295. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_cron_tool_schema_contract.py +0 -0
  296. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/cron/test_session_delivery.py +0 -0
  297. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/gateway/test_gateway_service.py +0 -0
  298. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/gateway/test_runtime.py +0 -0
  299. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/pairing/test_store.py +0 -0
  300. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_ant_ling_provider.py +0 -0
  301. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_long_request_fallback.py +0 -0
  302. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_merge_consecutive.py +0 -0
  303. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_stream_idle.py +0 -0
  304. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_thinking.py +0 -0
  305. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_anthropic_tool_result.py +0 -0
  306. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_azure_openai_provider.py +0 -0
  307. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_bedrock_provider.py +0 -0
  308. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_cached_tokens.py +0 -0
  309. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_custom_provider.py +0 -0
  310. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_custom_thinking_style.py +0 -0
  311. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_enforce_role_alternation.py +0 -0
  312. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_extra_body_config.py +0 -0
  313. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_extra_query_config.py +0 -0
  314. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_github_copilot_routing.py +0 -0
  315. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_image_generation.py +0 -0
  316. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_litellm_kwargs.py +0 -0
  317. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_llm_response.py +0 -0
  318. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_local_endpoint_detection.py +0 -0
  319. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_longcat_provider.py +0 -0
  320. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_minimax_anthropic_provider.py +0 -0
  321. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_mistral_provider.py +0 -0
  322. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_novita_provider.py +0 -0
  323. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_codex_provider.py +0 -0
  324. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_compat_timeout.py +0 -0
  325. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_openai_responses.py +0 -0
  326. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_opencode_provider.py +0 -0
  327. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_prompt_cache_markers.py +0 -0
  328. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_default_headers.py +0 -0
  329. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_error_metadata.py +0 -0
  330. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_retry.py +0 -0
  331. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_retry_after_hints.py +0 -0
  332. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_sdk_retry_defaults.py +0 -0
  333. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_provider_tool_arguments.py +0 -0
  334. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_providers_init.py +0 -0
  335. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_proxy_env.py +0 -0
  336. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_reasoning_content.py +0 -0
  337. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_responses_circuit_breaker.py +0 -0
  338. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_skywork_provider.py +0 -0
  339. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stepfun_asr.py +0 -0
  340. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stepfun_reasoning.py +0 -0
  341. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_stream_idle_timeout_config.py +0 -0
  342. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_strip_image_content.py +0 -0
  343. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_transcription.py +0 -0
  344. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/providers/test_xiaomi_mimo_thinking.py +0 -0
  345. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_security_network.py +0 -0
  346. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_workspace_policy.py +0 -0
  347. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/security/test_workspace_sandbox.py +0 -0
  348. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/__init__.py +0 -0
  349. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_consolidated_offset_clamp.py +0 -0
  350. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_goal_state.py +0 -0
  351. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_session_fsync.py +0 -0
  352. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_session_list_repair_legacy.py +0 -0
  353. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/session/test_turn_continuation.py +0 -0
  354. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_api_attachment.py +0 -0
  355. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_api_stream.py +0 -0
  356. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_build_status.py +0 -0
  357. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_context_documents.py +0 -0
  358. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_docker.sh +0 -0
  359. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_document_parsing.py +0 -0
  360. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_file_tool_toggle.py +0 -0
  361. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_msteams.py +0 -0
  362. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_openai_api.py +0 -0
  363. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_package_version.py +0 -0
  364. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_tool_contextvars.py +0 -0
  365. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_truncate_text_shadowing.py +0 -0
  366. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/test_vtx_claw_facade.py +0 -0
  367. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/__init__.py +0 -0
  368. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_apply_patch_tool.py +0 -0
  369. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_edit_advanced.py +0 -0
  370. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_edit_enhancements.py +0 -0
  371. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_allow_patterns.py +0 -0
  372. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_env.py +0 -0
  373. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_platform.py +0 -0
  374. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_security.py +0 -0
  375. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_exec_session_tools.py +0 -0
  376. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_file_edit_coding_enhancements.py +0 -0
  377. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_filesystem_tools.py +0 -0
  378. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_image_generation_tool.py +0 -0
  379. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_mcp_probe.py +0 -0
  380. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_mcp_tool.py +0 -0
  381. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_message_tool.py +0 -0
  382. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_message_tool_suppress.py +0 -0
  383. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_read_enhancements.py +0 -0
  384. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_sandbox.py +0 -0
  385. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_search_tools.py +0 -0
  386. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_descriptions.py +0 -0
  387. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_loader.py +0 -0
  388. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_registry.py +0 -0
  389. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_tool_validation.py +0 -0
  390. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_fetch_security.py +0 -0
  391. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_fetch_url_sanitization.py +0 -0
  392. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/tools/test_web_search_tool.py +0 -0
  393. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_abbreviate_path.py +0 -0
  394. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_artifacts.py +0 -0
  395. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_file_edit_events.py +0 -0
  396. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_gitstore.py +0 -0
  397. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_helpers.py +0 -0
  398. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_image_generation_intent.py +0 -0
  399. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_media_decode.py +0 -0
  400. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_restart.py +0 -0
  401. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_searchusage.py +0 -0
  402. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_strip_think.py +0 -0
  403. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_subagent_channel_display.py +0 -0
  404. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_token_estimation.py +0 -0
  405. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/claw/tests/utils/test_workspace_violation_throttle.py +0 -0
  406. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/__init__.py +0 -0
  407. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/__init__.py +0 -0
  408. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/activate.py +0 -0
  409. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/api.py +0 -0
  410. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/discovery.py +0 -0
  411. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/loader.py +0 -0
  412. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/registry.py +0 -0
  413. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/agents/schema.py +0 -0
  414. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/async_utils.py +0 -0
  415. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/google-colab/SKILL.md +0 -0
  416. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/SKILL.md +0 -0
  417. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/api_reference.md +0 -0
  418. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/examples.md +0 -0
  419. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/functions.md +0 -0
  420. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/getting-started.md +0 -0
  421. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/gpu.md +0 -0
  422. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/images.md +0 -0
  423. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/resources.md +0 -0
  424. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/scaling.md +0 -0
  425. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/scheduled-jobs.md +0 -0
  426. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/secrets.md +0 -0
  427. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/volumes.md +0 -0
  428. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/cloud/modal/references/web-endpoints.md +0 -0
  429. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/code-review/review/SKILL.md +0 -0
  430. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/general/github/SKILL.md +0 -0
  431. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/meta/skill-builder/SKILL.md +0 -0
  432. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/builtin_skills/setup/init/SKILL.md +0 -0
  433. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/cli.py +0 -0
  434. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/config.py +0 -0
  435. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/__init__.py +0 -0
  436. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/_xml.py +0 -0
  437. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/agent_mds.py +0 -0
  438. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/git.py +0 -0
  439. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/loader.py +0 -0
  440. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/context/skills.py +0 -0
  441. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/__init__.py +0 -0
  442. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/compaction.py +0 -0
  443. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/errors.py +0 -0
  444. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/handoff.py +0 -0
  445. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/scratchpad.py +0 -0
  446. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/core/types.py +0 -0
  447. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/defaults/__init__.py +0 -0
  448. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/defaults/config.yml +0 -0
  449. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/diff_display.py +0 -0
  450. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/dispatcher.py +0 -0
  451. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/events.py +0 -0
  452. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/extensions.py +0 -0
  453. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/gh_cli.py +0 -0
  454. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/git_branch.py +0 -0
  455. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/goal.py +0 -0
  456. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/headless.py +0 -0
  457. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/__init__.py +0 -0
  458. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/bridge.py +0 -0
  459. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/loader.py +0 -0
  460. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/registry.py +0 -0
  461. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/runtime.py +0 -0
  462. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/hooks/types.py +0 -0
  463. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/__init__.py +0 -0
  464. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/base.py +0 -0
  465. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/context_length.py +0 -0
  466. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/dynamic_models.py +0 -0
  467. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/model_fetcher.py +0 -0
  468. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/models.py +0 -0
  469. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/__init__.py +0 -0
  470. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/copilot.py +0 -0
  471. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/dynamic.py +0 -0
  472. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/openai.py +0 -0
  473. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/oauth/supercode.py +0 -0
  474. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/phase_parser.py +0 -0
  475. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/provider_catalog.py +0 -0
  476. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/__init__.py +0 -0
  477. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/anthropic_sdk.py +0 -0
  478. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/mock.py +0 -0
  479. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/openai_sdk.py +0 -0
  480. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/sanitize.py +0 -0
  481. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/providers/supercode.py +0 -0
  482. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/rate_limit.py +0 -0
  483. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/__init__.py +0 -0
  484. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/anthropic.py +0 -0
  485. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/base.py +0 -0
  486. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/openai.py +0 -0
  487. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/sdk/supercode.py +0 -0
  488. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/llm/tool_parser.py +0 -0
  489. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/loop.py +0 -0
  490. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/notify.py +0 -0
  491. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/permissions.py +0 -0
  492. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/__init__.py +0 -0
  493. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/builder.py +0 -0
  494. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/env.py +0 -0
  495. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/identity.py +0 -0
  496. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/prompts/tooling.py +0 -0
  497. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/py.typed +0 -0
  498. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/runtime.py +0 -0
  499. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/__init__.py +0 -0
  500. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/_version.py +0 -0
  501. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/agent.py +0 -0
  502. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/approvals.py +0 -0
  503. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/guardrails/__init__.py +0 -0
  504. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/guardrails/types.py +0 -0
  505. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/handoffs.py +0 -0
  506. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/items.py +0 -0
  507. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/items_base.py +0 -0
  508. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/permissions.py +0 -0
  509. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/results.py +0 -0
  510. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/run_config.py +0 -0
  511. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/runner.py +0 -0
  512. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/sessions.py +0 -0
  513. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/skills.py +0 -0
  514. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tools.py +0 -0
  515. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/__init__.py +0 -0
  516. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/__init__.py +0 -0
  517. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/console.py +0 -0
  518. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/exporters/jsonl.py +0 -0
  519. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/processor.py +0 -0
  520. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sdk/tracing/tracing_impl.py +0 -0
  521. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/self_update.py +0 -0
  522. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/session.py +0 -0
  523. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/completion.wav +0 -0
  524. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/error.wav +0 -0
  525. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/sounds/permission.wav +0 -0
  526. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/themes.py +0 -0
  527. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/_read_image.py +0 -0
  528. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/_tool_utils.py +0 -0
  529. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/ask_user.py +0 -0
  530. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/background.py +0 -0
  531. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/base.py +0 -0
  532. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/bash.py +0 -0
  533. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/edit.py +0 -0
  534. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/find.py +0 -0
  535. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/grep.py +0 -0
  536. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/read.py +0 -0
  537. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/skill.py +0 -0
  538. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/task.py +0 -0
  539. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/web.py +0 -0
  540. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools/write.py +0 -0
  541. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/tools_manager.py +0 -0
  542. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/turn.py +0 -0
  543. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/__init__.py +0 -0
  544. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/agent_runner.py +0 -0
  545. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/app.py +0 -0
  546. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/app_protocol.py +0 -0
  547. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/autocomplete.py +0 -0
  548. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/blocks.py +0 -0
  549. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/chat.py +0 -0
  550. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/clipboard.py +0 -0
  551. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/__init__.py +0 -0
  552. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/agents.py +0 -0
  553. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/auth.py +0 -0
  554. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/base.py +0 -0
  555. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/goal.py +0 -0
  556. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/models.py +0 -0
  557. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/providers.py +0 -0
  558. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/sessions.py +0 -0
  559. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/commands/settings.py +0 -0
  560. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/completion_ui.py +0 -0
  561. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/export.py +0 -0
  562. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/floating_list.py +0 -0
  563. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/formatting.py +0 -0
  564. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/input.py +0 -0
  565. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/latex.py +0 -0
  566. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/launch.py +0 -0
  567. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/path_complete.py +0 -0
  568. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/prompt_history.py +0 -0
  569. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/queue_ui.py +0 -0
  570. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/selection_mode.py +0 -0
  571. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/session_ui.py +0 -0
  572. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/startup.py +0 -0
  573. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/styles.py +0 -0
  574. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/tool_output.py +0 -0
  575. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/tree.py +0 -0
  576. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/welcome.py +0 -0
  577. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/ui/widgets.py +0 -0
  578. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx/update_check.py +0 -0
  579. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/__init__.py +0 -0
  580. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/__main__.py +0 -0
  581. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/_vtx_bridge.py +0 -0
  582. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/__init__.py +0 -0
  583. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/autocompact.py +0 -0
  584. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/context.py +0 -0
  585. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/context_governance.py +0 -0
  586. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/cron_turns.py +0 -0
  587. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/hook.py +0 -0
  588. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/loop.py +0 -0
  589. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/memory.py +0 -0
  590. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/model_presets.py +0 -0
  591. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/progress_hook.py +0 -0
  592. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/runner.py +0 -0
  593. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/skills.py +0 -0
  594. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/subagent.py +0 -0
  595. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/__init__.py +0 -0
  596. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/apply_patch.py +0 -0
  597. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/base.py +0 -0
  598. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/cli_apps.py +0 -0
  599. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/context.py +0 -0
  600. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/cron.py +0 -0
  601. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/exec_session.py +0 -0
  602. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/file_state.py +0 -0
  603. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/filesystem.py +0 -0
  604. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/image_generation.py +0 -0
  605. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/loader.py +0 -0
  606. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/long_task.py +0 -0
  607. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/mcp.py +0 -0
  608. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/message.py +0 -0
  609. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/path_utils.py +0 -0
  610. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/registry.py +0 -0
  611. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/runtime_state.py +0 -0
  612. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/sandbox.py +0 -0
  613. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/schema.py +0 -0
  614. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/search.py +0 -0
  615. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/self.py +0 -0
  616. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/shell.py +0 -0
  617. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/spawn.py +0 -0
  618. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/agent/tools/web.py +0 -0
  619. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/api/__init__.py +0 -0
  620. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/api/server.py +0 -0
  621. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/__init__.py +0 -0
  622. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/__init__.py +0 -0
  623. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/service.py +0 -0
  624. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/cli/utils.py +0 -0
  625. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/apps/protocol.py +0 -0
  626. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/__init__.py +0 -0
  627. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/transcription.py +0 -0
  628. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/audio/transcription_registry.py +0 -0
  629. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/__init__.py +0 -0
  630. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/events.py +0 -0
  631. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/progress.py +0 -0
  632. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/queue.py +0 -0
  633. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/bus/runtime_events.py +0 -0
  634. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/__init__.py +0 -0
  635. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/base.py +0 -0
  636. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/dingtalk.py +0 -0
  637. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/discord.py +0 -0
  638. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/email.py +0 -0
  639. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/feishu.py +0 -0
  640. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/manager.py +0 -0
  641. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/matrix.py +0 -0
  642. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/mochat.py +0 -0
  643. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/msteams.py +0 -0
  644. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/napcat.py +0 -0
  645. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/qq.py +0 -0
  646. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/registry.py +0 -0
  647. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/signal.py +0 -0
  648. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/slack.py +0 -0
  649. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/telegram.py +0 -0
  650. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/websocket.py +0 -0
  651. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/wecom.py +0 -0
  652. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/weixin.py +0 -0
  653. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/channels/whatsapp.py +0 -0
  654. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/__init__.py +0 -0
  655. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/commands.py +0 -0
  656. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/gateway.py +0 -0
  657. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/models.py +0 -0
  658. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/onboard.py +0 -0
  659. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cli/stream.py +0 -0
  660. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/__init__.py +0 -0
  661. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/builtin.py +0 -0
  662. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/command/router.py +0 -0
  663. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/__init__.py +0 -0
  664. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/loader.py +0 -0
  665. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/paths.py +0 -0
  666. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config/schema.py +0 -0
  667. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/config_base.py +0 -0
  668. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/__init__.py +0 -0
  669. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/bound_runner.py +0 -0
  670. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/service.py +0 -0
  671. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/session_delivery.py +0 -0
  672. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/session_turns.py +0 -0
  673. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/cron/types.py +0 -0
  674. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/__init__.py +0 -0
  675. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/runtime.py +0 -0
  676. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/gateway/service.py +0 -0
  677. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/pairing/__init__.py +0 -0
  678. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/pairing/store.py +0 -0
  679. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/__init__.py +0 -0
  680. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/base.py +0 -0
  681. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/factory.py +0 -0
  682. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/github_copilot_provider.py +0 -0
  683. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/image_generation.py +0 -0
  684. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/registry.py +0 -0
  685. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/providers/transcription.py +0 -0
  686. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/__init__.py +0 -0
  687. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/clients.py +0 -0
  688. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/runtime.py +0 -0
  689. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/streaming.py +0 -0
  690. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/sdk/types.py +0 -0
  691. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/__init__.py +0 -0
  692. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/network.py +0 -0
  693. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/workspace_access.py +0 -0
  694. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/security/workspace_policy.py +0 -0
  695. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/__init__.py +0 -0
  696. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/goal_state.py +0 -0
  697. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/keys.py +0 -0
  698. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/manager.py +0 -0
  699. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/session/turn_continuation.py +0 -0
  700. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/README.md +0 -0
  701. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/clawhub/SKILL.md +0 -0
  702. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/cron/SKILL.md +0 -0
  703. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/github/SKILL.md +0 -0
  704. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/image-generation/SKILL.md +0 -0
  705. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/long-goal/SKILL.md +0 -0
  706. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/memory/SKILL.md +0 -0
  707. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/my/SKILL.md +0 -0
  708. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/my/references/examples.md +0 -0
  709. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/SKILL.md +0 -0
  710. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/init_skill.py +0 -0
  711. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/package_skill.py +0 -0
  712. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/skill-creator/scripts/quick_validate.py +0 -0
  713. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/summarize/SKILL.md +0 -0
  714. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/SKILL.md +0 -0
  715. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/scripts/find-sessions.sh +0 -0
  716. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/tmux/scripts/wait-for-text.sh +0 -0
  717. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/update-setup/SKILL.md +0 -0
  718. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/skills/weather/SKILL.md +0 -0
  719. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/AGENTS.md +0 -0
  720. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/HEARTBEAT.md +0 -0
  721. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/SOUL.md +0 -0
  722. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/USER.md +0 -0
  723. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/__init__.py +0 -0
  724. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/_snippets/untrusted_content.md +0 -0
  725. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/consolidator_archive.md +0 -0
  726. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/cron_reminder.md +0 -0
  727. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/dream.md +0 -0
  728. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/evaluator.md +0 -0
  729. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/identity.md +0 -0
  730. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/max_iterations_message.md +0 -0
  731. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/platform_policy.md +0 -0
  732. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/skills_section.md +0 -0
  733. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/subagent_announce.md +0 -0
  734. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/subagent_system.md +0 -0
  735. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/agent/tool_contract.md +0 -0
  736. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/memory/MEMORY.md +0 -0
  737. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/templates/memory/__init__.py +0 -0
  738. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/__init__.py +0 -0
  739. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/artifacts.py +0 -0
  740. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/document.py +0 -0
  741. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/evaluator.py +0 -0
  742. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/file_edit_events.py +0 -0
  743. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/gitstore.py +0 -0
  744. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/helpers.py +0 -0
  745. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/llm_runtime.py +0 -0
  746. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/logging_bridge.py +0 -0
  747. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/media_decode.py +0 -0
  748. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/path.py +0 -0
  749. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/progress_events.py +0 -0
  750. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/prompt_templates.py +0 -0
  751. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/restart.py +0 -0
  752. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/runtime.py +0 -0
  753. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/searchusage.py +0 -0
  754. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/subagent_channel_display.py +0 -0
  755. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/utils/tool_hints.py +0 -0
  756. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/src/vtx_claw/vtx_claw.py +0 -0
  757. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/conftest.py +0 -0
  758. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/context/test_agents.py +0 -0
  759. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/context/test_skills.py +0 -0
  760. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/__init__.py +0 -0
  761. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_anthropic_provider.py +0 -0
  762. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_mock_provider.py +0 -0
  763. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_openai_oauth.py +0 -0
  764. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_supercode_provider.py +0 -0
  765. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_thinking_wire_params.py +0 -0
  766. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/llm/test_tls_verify.py +0 -0
  767. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/conftest.py +0 -0
  768. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_agent_and_runner.py +0 -0
  769. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_agents_as_tools.py +0 -0
  770. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_approvals.py +0 -0
  771. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_function_tool.py +0 -0
  772. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_guardrails.py +0 -0
  773. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_handoffs.py +0 -0
  774. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_integration.py +0 -0
  775. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_provider_field.py +0 -0
  776. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sdk_permissions.py +0 -0
  777. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sdk_skills.py +0 -0
  778. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_sessions.py +0 -0
  779. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/sdk/test_tracing.py +0 -0
  780. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles.py +0 -0
  781. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles_runtime.py +0 -0
  782. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agent_profiles_tui.py +0 -0
  783. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_agentic_loop.py +0 -0
  784. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli.py +0 -0
  785. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli_auth_flags.py +0 -0
  786. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_cli_provider_resolution.py +0 -0
  787. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_compaction.py +0 -0
  788. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_binaries.py +0 -0
  789. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_error_fallback.py +0 -0
  790. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_config_injection.py +0 -0
  791. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_dynamic_auth.py +0 -0
  792. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_dynamic_models.py +0 -0
  793. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_errors.py +0 -0
  794. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_extensions.py +0 -0
  795. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_git_branch.py +0 -0
  796. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_goal.py +0 -0
  797. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_grep_tool.py +0 -0
  798. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_handoff.py +0 -0
  799. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_handoff_link_interrupt.py +0 -0
  800. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_headless.py +0 -0
  801. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_hooks.py +0 -0
  802. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_launch_warnings.py +0 -0
  803. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_llm_lazy_imports.py +0 -0
  804. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_local_auth_config.py +0 -0
  805. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_model_provider_resolution.py +0 -0
  806. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_notifications_config.py +0 -0
  807. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_notify.py +0 -0
  808. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_openai_compat.py +0 -0
  809. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_permissions.py +0 -0
  810. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_phase_parser.py +0 -0
  811. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_prompts.py +0 -0
  812. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_rate_limit.py +0 -0
  813. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_runtime_switch_model.py +0 -0
  814. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_persistence.py +0 -0
  815. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_queries.py +0 -0
  816. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_resume.py +0 -0
  817. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_session_tree.py +0 -0
  818. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_system_prompt.py +0 -0
  819. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_system_prompt_git_context.py +0 -0
  820. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_themes.py +0 -0
  821. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_tool_parser.py +0 -0
  822. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_tools_manager.py +0 -0
  823. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_ui_notifications.py +0 -0
  824. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_update_check.py +0 -0
  825. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/test_update_notice_behavior.py +0 -0
  826. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_ask_user.py +0 -0
  827. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_ask_user_turn.py +0 -0
  828. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_background.py +0 -0
  829. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_bash_shell.py +0 -0
  830. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_bash_truncation.py +0 -0
  831. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_diff.py +0 -0
  832. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_edit.py +0 -0
  833. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_edit_display.py +0 -0
  834. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read.py +0 -0
  835. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image.py +0 -0
  836. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image_integration.py +0 -0
  837. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_read_image_resize.py +0 -0
  838. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_skill.py +0 -0
  839. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_subprocess_cancellation.py +0 -0
  840. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_task.py +0 -0
  841. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_web_expand_collapse.py +0 -0
  842. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/tools/test_write.py +0 -0
  843. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_app_approval_keys.py +0 -0
  844. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_app_ask_user_keys.py +0 -0
  845. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_ask_user_block.py +0 -0
  846. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_autocomplete.py +0 -0
  847. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_completion_chrome.py +0 -0
  848. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_custom_tool_blocks.py +0 -0
  849. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_export.py +0 -0
  850. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_floating_list.py +0 -0
  851. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_info_bar_clicks.py +0 -0
  852. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_info_bar_permissions.py +0 -0
  853. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_action_ask_user.py +0 -0
  854. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_approval_submit.py +0 -0
  855. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_ask_user_forward.py +0 -0
  856. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_cursor_theme.py +0 -0
  857. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_handoff.py +0 -0
  858. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_paste.py +0 -0
  859. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_input_shell_style.py +0 -0
  860. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_keybindings.py +0 -0
  861. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_latex.py +0 -0
  862. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_login_command.py +0 -0
  863. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_permission_selection_status.py +0 -0
  864. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_permissions_command.py +0 -0
  865. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_prompt_history.py +0 -0
  866. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_provider_command.py +0 -0
  867. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_queue_editing.py +0 -0
  868. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_shell_command_detection.py +0 -0
  869. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_status_line.py +0 -0
  870. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_streaming_blocks.py +0 -0
  871. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_styles.py +0 -0
  872. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_thinking_notifications_commands.py +0 -0
  873. {vtx_coding_agent-0.2.4 → vtx_coding_agent-0.2.5}/tests/ui/test_tool_output_expansion.py +0 -0
  874. {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
- ## CodeBase Search
29
+ ## Codebase Search
30
30
 
31
- Search the codebase using semantic + BM25 hybrid retrieval. PREFER this over grep/rg/Glob for finding code.
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
- Use this tool when you need to:
34
- - Find where a function, class, or pattern is implemented
35
- - Understand how a feature or concept works across the codebase
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
- - For codebase Search use `vortexa -q "you natural query here"` to get relevant code snippets from the codebase. This will help you understand the existing code and avoid duplicating functionality.
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.4
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
- ```text
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
- </div>
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
- ```text
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
- </div>
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.4"
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: object) -> object:
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.4" # Fallback version if package metadata is not available
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 assistant.")
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 assistant.")
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
 
@@ -3376,7 +3376,7 @@ wheels = [
3376
3376
 
3377
3377
  [[package]]
3378
3378
  name = "vtx-coding-agent"
3379
- version = "0.2.4"
3379
+ version = "0.2.5"
3380
3380
  source = { editable = "." }
3381
3381
  dependencies = [
3382
3382
  { name = "aiofiles" },