-
Notifications
You must be signed in to change notification settings - Fork 3.3k
v0.3.51: Bug Fixes, MCP Support, Logs API / Webhook Notifs #1306
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(usage-api): make external endpoint to query usage * add docs * consolidate endpoints with rate-limits one * update docs * consolidate code * remove unused route
fix(copilot): custom tools
…ion using webhook url (#1287) * feat(logs-api): expose logs as api + can subscribe to workflow exection using webhook url * fix scroll * Update apps/docs/content/docs/execution/api.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix rate limits * address greptile comments * remove unused file * address more greptile comments * minor UI changes * fix atomicity to prevent races * make search param sensible --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
#1293) * fix(workflow-block): remove process specific circular dep check * remove comments
* update infra and remove railway * fix(input-format): restore tag dropdown in input-format component * Revert "update infra and remove railway" This reverts commit 7ade5fb. * style improvements
* update infra and remove railway * feat(account): add profile pictures * Revert "update infra and remove railway" This reverts commit e3f0c49. * ack PR comments, use brandConfig logo URL as default
* update infra and remove railway * feat(mcp): add mcp support * consolidate mcp utils * UI improvements, more MCP stuff * cleanup placeholders * reran migrations * general improvements * fix server side mcp exec * more improvements, fixed search in environment settings tab * persist subblock values for mcp block * style fixes * udpdate all text-primary to text-muted-foreground for visibility in dark mode * Revert "update infra and remove railway" This reverts commit dbf2b15. * make MCP servers workspace-scoped * cleanup & remove unused dep * consolidated utils, DRY * added tests * better error messages, confirmed that permissions works correctly * additional improvements * remove extraneous comments * reran migrations * lint * style changes * fix: prevent config mutation in MCP client URL retry logic Fixed an issue where the MCP client was mutating the shared configuration object's URL during retry attempts. This could cause configuration corruption if the same config object was reused elsewhere. * resolve PR comments * ack PR comments
…serialization errors in the logs correctly (#1299) * fix(subflow-validation): validate subflow fields correctly + surface serialiazation errors in the logs correctly * remove comments
* added env var to route * lint --------- Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
* update infra and remove railway * fix(webhook-ui): fixed webhook ui * Revert "update infra and remove railway" This reverts commit 88669ad. * feat(control-bar): updated export controls and webhook settings * additional styling improvements to chat deploy & templates modals * fix test event --------- Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu> Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… URL & fixed race condition for mcp tools/server fetching in the mcp block (#1309) * update infra and remove railway * fix(webooks-ui): made spacing more clear, added copy button for webhook URL & fixed race condition for mcp tools/server fetching in the mcp block * Revert "update infra and remove railway" This reverts commit 5a88762. * remove extraneous comments * ack PR comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Custom tool fix: save issue resolved
Usage API feature: external endpoint to query usage; docs, consolidation with rate-limits, cleanup (#1285)
Copilot fix: custom tools (#1286)
Logs API feature: expose logs as API + subscription to workflow executions
Workflow-block fix: remove process-specific circular dependency check (#1293)
Start-input fix: restore tag dropdown in input-format component (#1294)
Account feature: added user profile pictures in settings (#1297)
Subblock defaults improvement: support for custom defaults if needed (#1298)
MCP feature: added support for MCP servers; infra updates, utils consolidation, UI improvements, better error handling, tests, style fixes (#1296)
Subflow validation fix: validate fields correctly + surface serialization errors in logs (#1299)
YAML env var fix: added fallback (#1300)
Webhook UI fix (#1301)