-
Notifications
You must be signed in to change notification settings - Fork 49
id for context for mcp errors #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 605ea26 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @shagun-singh-inkeep's task —— View job PR Review: Adding ID for MCP Error ContextReview Tasks
📋 SummaryThis PR adds a single field 🔍 AnalysisThe Change: // Added to line 572 in Agent.ts:572
context: {
toolName,
toolCallId,
errorMessage,
+ fromSubAgent: this.config.id, // NEW: Added for context
},Location: ✅ Strengths
🚨 Areas for ConsiderationHigh Priority
Medium Priority
💡 Suggested Improvements
🎯 VerdictApproved with Minor Suggestions - This is a solid defensive enhancement that improves debugging capabilities. The change is minimal, follows existing patterns, and adds valuable context for multi-agent error tracking. The suggestions above would make it even better but don't block the PR. The inconsistency with the other error context in the same method should be addressed for completeness, but the core change is sound and valuable for operations and debugging. |
No description provided.