v0.5.8: notifications, billing, ui changes, store loading state machine#2060
Merged
icecrasher321 merged 27 commits intomainfrom Nov 20, 2025
Merged
v0.5.8: notifications, billing, ui changes, store loading state machine#2060icecrasher321 merged 27 commits intomainfrom
icecrasher321 merged 27 commits intomainfrom
Conversation
* feat: notification store * feat: notification stack; improvement: chat output select
* fix(deploy): add sockets op for renaming blocks * remove old unused helpers
* feat(agent): messages array, memory options * feat(messages-input): re-order messages * backend for new memory setup, backwards compatibility in loadWorkflowsFromNormalizedTable from old agent block to new format * added memories all conversation sliding token window, standardized modals * lint * fix build * reorder popover for output selector for chat * add internal auth, finish memories * fix rebase * fix failing test --------- Co-authored-by: waleed <walif6@gmail.com>
…, remove deprecated autoFillEnvVars field (#2045)
…e tag dropdown when contained withitn a subflow (#2047) * fix(subflows): add loops/parallels to accessible list of blocks in the tag dropdown when contained withitn a subflow * remove currentIteration in loop
… modal z-index (#2044) * cleanup * show trace spans for child blocks that error * fix z index for cancel subscription popup * rotating digit live usage indicator * fix * remove unused code * fix type * fix(billing): fix team upgrade * fix * fix tests --------- Co-authored-by: waleed <walif6@gmail.com>
* standardized delete modals * fix * fix(ui): live usage indicator, child trace spans, cancel subscription modal z-index (#2044) * cleanup * show trace spans for child blocks that error * fix z index for cancel subscription popup * rotating digit live usage indicator * fix * remove unused code * fix type * fix(billing): fix team upgrade * fix * fix tests --------- Co-authored-by: waleed <walif6@gmail.com> * remove unused barrel exports * remove unused components --------- Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
… dockerfiles to enhance performance (#2055) * added blacksmith optimizations to workflows and dockerfiles to enhance performance. please review before pushing to production * remove cache from and cache to directives from docker based actions, per blacksmith docs --------- Co-authored-by: Connor Mulholland <connormul@Connors-MacBook-Pro.local>
* fix(mcp-preview): server and tool name fetch to use tanstack * remove comments * fix mcp tool interface * change incorrect reference * fix * remove comments
Contributor
|
Skipped: This PR changes more files than the configured file change limit: ( |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Co-authored-by: aadamgough <adam@sim.ai>
…riables styling match chat, added neo4j and calendly (#2056) * improvement(ux): added tab key navigation for agent messages, made variables styling match chat * added neo4j tools, added calendly tools and triggers * more style improvements * consolidate wand generation type * more ui improvements * fix calendly * tested all neo4j tools * added fuzzy search for search modal, tested and fixed calendly * updated docs * fix various broken docs links, neo4j param validation * removed limit from neo4j block
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* improvement(ui): workflow-block border * feat(chat): add inputs button * added socket event, reused existing utils to persist chat inputs --------- Co-authored-by: waleed <walif6@gmail.com>
…kflows (#2065) * improvement(store-hydration): refactor loading state tracking for workflows * fix type issue * fix * fix deploy modal reference * sidebar * new panel * reset stores
…mobile crash (#2067) * fix(blogs): update sitemap and fix loading strat on blogs to prevent mobile crash * updated sitemap
…d deepgram (#2068) * feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram * added new file icons, implemented ffmpeg * updated docs * revert environment
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* fix(resolver): json/array field parsing * remove comment
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.
feat(notification-store): notification store + notification stack; improvement to chat output select (#2025)
fix(deploy): add sockets op for renaming blocks; remove unused helpers (#2043)
feat(agent): messages array + memory (#2023)
improvement(notifications): option to disable error notifications; remove deprecated autoFillEnvVars (#2045)
fix(models): remove unreleased OAI models; fix help modal (#2046)
fix(subflows): include loops/parallels in accessible block list in tag dropdown; remove currentIteration (#2047)
fix(copilot-ui): fix code markdown rendering in Copilot & table (#2048)
fix(ui): live usage indicator, child trace spans, cancel subscription modal z-index; billing upgrade fix; test fixes (#2044)
fix(dialogs): standardized delete modals (#2049)
improvement(runners): add Blacksmith optimizations to workflows & Dockerfiles; remove cache directives (#2055)
fix(mcp-preview): use TanStack for server and tool name fetch (#2058)
fix(z-index): deployment versions rename + active popover view fix (#2059)
improvement(store-hydration): refactor loading state tracking for workflows (#2065)