v0.4.9: chat streaming API, DB config changes, sockets improvement, var highlighting, bug fixes #1574
Merged
icecrasher321 merged 10 commits intomainfrom Oct 8, 2025
Merged
v0.4.9: chat streaming API, DB config changes, sockets improvement, var highlighting, bug fixes #1574icecrasher321 merged 10 commits intomainfrom
icecrasher321 merged 10 commits intomainfrom
Conversation
* fix: enable database connection pooling in production * debug: add diagnostic endpoints to test NODE_ENV and database pooling * test: add connection testing endpoint to diagnose production delay * redeuce num of concurrent connections
…panel (#1561) * feat(nested-workflow-logs): nested workflow logs display * logs UX consistency between success and error cases * fix chat execution * fix schedules trigger * update all deployment versions dependent exections to use api key owner instead of workflow owner * fix tests * simplify tests
* fix(undo-redo): preserve trigger/advanced mode * remove comments
…te, updated SDKs, updated docs (#1565) * feat(chat-stream): updated workflow id execute route to support streaming via API * enable streaming via api * added only text stream option * cleanup deployed preview componnet * updated selectedOutputIds to selectedOutput * updated TS and Python SDKs with async, rate limits, usage, and streaming API routes * stream non-streaming blocks when streaming is specified * fix(chat-panel): add onBlockComplete handler to chat panel to stream back blocks as they complete * update docs * cleanup * ack PR comments * updated next config * removed getAssetUrl in favor of local assets * resolve merge conflicts * remove extra logic to create sensitive result * simplify internal auth * remove vercel blob from CSP + next config
* feat(i18n): update translations * remove duplicate sections * fix typos
…, to be consistent with other subblocks (#1570)
…ly on joining room (#1571)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
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
fix(db): enable database connection pooling in production (#1564)
feat(nested-workflow-spans): nested child workflow spans in logs side panel (#1561)
fix(undo-redo): preserve trigger/advanced mode (#1566)
feat(chat-streaming): added a stream option to workflow execute route, updated SDKs, updated docs (#1565)
fix(workspace-selector-kb): fix selector for assigning workspaces for KBs (#1567)
fix(streaming-response): add handling for the response block when streaming (#1568)
feat(i18n): update translations (#1569)
feat(highlighting): added resolved vars highlighting to code subblock for consistency (#1570)
improvement(sockets): position persistence on drag end, perms call only on joining room (#1571)
fix(curl-example): fixed curl example in deploy modal to reflect selected option (#1573)