Conversation
Deploying voltagent with
|
| Latest commit: |
f6fc175
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4a1e7f21.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
d5d7191 to
154c20e
Compare
📝 WalkthroughWalkthroughRemoved a temporary changeset, added a 1.0.6 changelog entry for packages/ag-ui, bumped ag-ui (1.0.5→1.0.6) and several example and core package Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can disable sequence diagrams in the walkthrough.Disable the |
This comment has been minimized.
This comment has been minimized.
154c20e to
f6fc175
Compare
There was a problem hiding this comment.
🧹 Nitpick comments (1)
examples/with-zapier-mcp/package.json (1)
7-7: Inconsistent version specifier.This example uses a tilde (
~2.6.9) for@voltagent/core, while other examples in this PR and other@voltagent/*dependencies in this same file use caret (^). This may be intentional for stricter version pinning, but consider aligning with the caret specifier used elsewhere for consistency.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@examples/with-zapier-mcp/package.json` at line 7, The dependency specifier for "@voltagent/core" is inconsistent (uses "~2.6.9") compared to other `@voltagent/`* entries; update the package.json entry for "@voltagent/core" to use the caret form (e.g., "^2.6.9") so it matches the other dependencies and maintains consistent versioning across examples.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@examples/with-zapier-mcp/package.json`:
- Line 7: The dependency specifier for "@voltagent/core" is inconsistent (uses
"~2.6.9") compared to other `@voltagent/`* entries; update the package.json entry
for "@voltagent/core" to use the caret form (e.g., "^2.6.9") so it matches the
other dependencies and maintains consistent versioning across examples.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: c818d7fc-eb61-4ab5-b69e-054716f7e33c
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (85)
.changeset/fix-ag-ui-tool-call-input.mdexamples/base/package.jsonexamples/github-repo-analyzer/package.jsonexamples/github-star-stories/package.jsonexamples/next-js-chatbot-starter-template/package.jsonexamples/with-a2a-server/package.jsonexamples/with-agent-tool/package.jsonexamples/with-airtable/package.jsonexamples/with-amazon-bedrock/package.jsonexamples/with-anthropic/package.jsonexamples/with-auth/package.jsonexamples/with-cerbos/package.jsonexamples/with-chat-sdk/package.jsonexamples/with-chroma/package.jsonexamples/with-client-side-tools/package.jsonexamples/with-cloudflare-workers/package.jsonexamples/with-composio-mcp/package.jsonexamples/with-custom-endpoints/package.jsonexamples/with-dynamic-parameters/package.jsonexamples/with-dynamic-prompts/package.jsonexamples/with-feedback/package.jsonexamples/with-google-ai/package.jsonexamples/with-google-drive-mcp/server/package.jsonexamples/with-google-vertex-ai/package.jsonexamples/with-groq-ai/package.jsonexamples/with-guardrails/package.jsonexamples/with-hooks/package.jsonexamples/with-hugging-face-mcp/package.jsonexamples/with-langfuse/package.jsonexamples/with-mcp-elicitation/package.jsonexamples/with-mcp-server/package.jsonexamples/with-mcp/package.jsonexamples/with-memory-rest-api/package.jsonexamples/with-middleware/package.jsonexamples/with-nestjs/package.jsonexamples/with-netlify-functions/package.jsonexamples/with-nextjs-resumable-stream/package.jsonexamples/with-nextjs/package.jsonexamples/with-nuxt/package.jsonexamples/with-offline-evals/package.jsonexamples/with-ollama/package.jsonexamples/with-peaka-mcp/package.jsonexamples/with-pinecone/package.jsonexamples/with-planagents/package.jsonexamples/with-playwright/package.jsonexamples/with-postgres/package.jsonexamples/with-qdrant/package.jsonexamples/with-rag-chatbot/package.jsonexamples/with-recipe-generator/package.jsonexamples/with-research-assistant/package.jsonexamples/with-resumable-streams/package.jsonexamples/with-retries-fallback/package.jsonexamples/with-retrieval/package.jsonexamples/with-slack/package.jsonexamples/with-subagents/package.jsonexamples/with-summarization/package.jsonexamples/with-supabase/package.jsonexamples/with-tavily-search/package.jsonexamples/with-thinking-tool/package.jsonexamples/with-tool-routing/package.jsonexamples/with-tools/package.jsonexamples/with-turso/package.jsonexamples/with-vector-search/package.jsonexamples/with-vercel-ai/package.jsonexamples/with-viteval/package.jsonexamples/with-voice-elevenlabs/package.jsonexamples/with-voice-openai/package.jsonexamples/with-voice-xsai/package.jsonexamples/with-voltagent-actions/package.jsonexamples/with-voltagent-exporter/package.jsonexamples/with-voltagent-managed-memory/package.jsonexamples/with-voltops-resumable-streams/package.jsonexamples/with-voltops-retrieval/package.jsonexamples/with-whatsapp/package.jsonexamples/with-workflow-chain/package.jsonexamples/with-workflow/package.jsonexamples/with-working-memory/package.jsonexamples/with-workspace/package.jsonexamples/with-youtube-to-blog/package.jsonexamples/with-zapier-mcp/package.jsonpackages/ag-ui/CHANGELOG.mdpackages/ag-ui/package.jsonpackages/core/CHANGELOG.mdpackages/core/package.jsonpackages/e2e/package.json
💤 Files with no reviewable changes (1)
- .changeset/fix-ag-ui-tool-call-input.md
✅ Files skipped from review due to trivial changes (13)
- examples/with-cerbos/package.json
- examples/with-auth/package.json
- packages/core/CHANGELOG.md
- examples/with-cloudflare-workers/package.json
- examples/with-whatsapp/package.json
- examples/with-tools/package.json
- examples/with-vercel-ai/package.json
- examples/with-groq-ai/package.json
- examples/with-subagents/package.json
- examples/with-langfuse/package.json
- examples/with-google-vertex-ai/package.json
- examples/with-workspace/package.json
- examples/with-hugging-face-mcp/package.json
🚧 Files skipped from review as they are similar to previous changes (1)
- packages/ag-ui/package.json
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@voltagent/ag-ui@1.0.6
Patch Changes
#1149
19c4fcfThanks @corners99! - fix: useinputinstead ofargsfor tool-call parts in message conversionWhen converting CopilotKit assistant messages with tool calls to VoltAgent format,
the adapter was setting
argson tool-call parts. The AI SDK'sToolCallPartinterface expects
input, causing the Anthropic provider to sendundefinedasthe tool_use input — rejected by the API with:
"messages.N.content.N.tool_use.input: Input should be a valid dictionary"
@voltagent/core@2.6.9
Patch Changes
#1152
aa5c4d7Thanks @omeraplak! - Fix stale semantic-search results afterMemory.clearMessages().Previously,
clearMessages()removed conversation messages from storage but left vectorembeddings behind when a vector adapter was configured. This meant semantic search could
still return hits for cleared conversations even though the message history had been removed.
What Changed
Memory.clearMessages(userId, conversationId)now deletes vector entries for thatconversation before clearing storage
Memory.clearMessages(userId)now also deletes vector entries across all of the user'sconversations
Impact
Summary by CodeRabbit
Bug Fixes
Chores