Waleed
4195cfe1ff
fix(otp): send welcome email even when user signs up via email/pass along with oauth providers ( #2825 )
2026-01-14 18:46:18 -08:00
Waleed
212933746e
improvement(langsmith): ugpraded langsmith to use tool names directly in dropdown ( #2824 )
2026-01-14 18:46:06 -08:00
Waleed
5af72ea22f
feat(dashboard): added stats endpoint to compute stats on server side and avoid limit ( #2823 )
...
* feat(dashboard): added stats endpoint to compute stats on server side and avoid limit
* updated query
2026-01-14 18:41:46 -08:00
Waleed
4899c28421
fix(notifications): consolidate notification utils, update email styling ( #2822 )
...
* fix(notifications): consolidate notification utils, update email styling
* fixed duplicate types
2026-01-14 18:35:51 -08:00
Vikhyath Mondreti
2cee30ff15
feat(langsmith): add langsmith tools for logging, output selector use tool-aware listing ( #2821 )
...
* feat(langsmith): add langsmith tools for logging, output selector use tool-aware listing
* fix
* fix docs
* fix positioning of outputs
* fix docs script
2026-01-14 16:14:24 -08:00
Waleed
41f9374b5c
fix(agent-tools): added special handling for workflow tool in agent tool input, added react grab and feature flag ( #2820 )
...
* fix(agent-tools): added special handling for workflow tool in agent tool input, added react grab
* FF react grab
* ack comments
* updated to account for workflow input tool on top of just workflow as well
2026-01-14 15:53:42 -08:00
Vikhyath Mondreti
6c8c3d6368
feat(reorder): allow workflow/folder reordering ( #2818 )
...
* feat(reorder): allow workflow/folder reordering
* progress
* fix edge cases
* add migration
* fix bun lock
* updated to use brand tertiary color, allow worfklows to be dropped above/below folders at the same level
* cahnged color, removed flicker on folder container
* optimized
* ack pr comments
* removed empty placeholder images for drag, removed redundant local sanitization helper
---------
Co-authored-by: waleed <walif6@gmail.com >
2026-01-14 15:52:27 -08:00
Vikhyath Mondreti
3f1dccd6aa
fix(batch-add): on batch add persist subblock values ( #2819 )
...
* fix(batch-add): on batch add persist subblock values
* consolidate merge subblock
* consolidate more code
2026-01-14 13:01:26 -08:00
Waleed
468ec2ea81
fix(terminal-colors): change algo to compute colors based on hash of execution id and pointer from bottom ( #2817 )
2026-01-14 12:06:02 -08:00
Waleed
d7e0d9ba43
fix(i18n): update translations action to run once per week on sunday ( #2816 )
2026-01-14 11:23:26 -08:00
Waleed
51477c12cc
fix(terminal): pop all entries from a single execution when the limit is exceeded ( #2815 )
2026-01-14 11:05:38 -08:00
Waleed
a3535639f1
fix(copilot): rewrote user input popover to optimize UX ( #2814 )
...
* fix(copilot): rewrote user input popover to optimize UX
* cleanup
* make keyboard and moues share state
* escape goes one level up on slash popover
2026-01-14 11:04:53 -08:00
Lakee Sivaraya
d5bd97de32
feat(tinybird): added tinybird block ( #2781 )
2026-01-14 00:25:54 -08:00
Siddharth Ganesan
bd7009e316
fix(copilot): commands ( #2811 )
2026-01-13 22:48:21 -08:00
Waleed
4f04b1efea
feat(terminal): migrate from zustand for console terminal logs to indexedDb, incr limit from 5mb to ~GBs ( #2812 )
...
* feat(terminal): migrate from zustand for console terminal logs to indexedDb, incr limit from 5mb to ~GBs
* ack PR comments
2026-01-13 22:42:15 -08:00
Vikhyath Mondreti
258e96d6b5
improvement(pricing): drop agent multiplier in docs, change base exec cost
2026-01-13 22:03:19 -08:00
Waleed
4b026ad54d
fix(a2a): added file data part and data data part to a2a agents ( #2805 )
...
* fix(a2a): added file data part and data data part to a2a agents
* removed unused streaming tool
* ack comment
2026-01-13 21:08:00 -08:00
Waleed
f6b7c15dc4
improvement(oauth): added random identifier in unused accountId to bypass betterauth unique constraint ( #2807 )
...
* improvement(oauth): added random identifier in unnused accountId to bypass betterauth unique constraint
* ack pr comments
2026-01-13 21:01:42 -08:00
Vikhyath Mondreti
70ed19fcdb
fix(chat): remove special handling for non-streaming ( #2808 )
2026-01-13 20:43:37 -08:00
Waleed
d6e4c91e81
fix(invitations): preserve tokens after error ( #2806 )
2026-01-13 20:10:44 -08:00
Vikhyath Mondreti
e3fa40af11
fix(sockets): redrawing edges should not lead to socket ops ( #2804 )
...
* fix(sockets): redrawing edges should not lead to socket ops
* consolidate
2026-01-13 18:45:41 -08:00
Waleed
6e0055f847
feat(slack): added get message by timestamp and get thread tool ( #2803 )
...
* feat(slack): added get message tool
* added get thread
2026-01-13 18:37:06 -08:00
Vikhyath Mondreti
ebbe67aae3
fix(triggers): cleanup trigger outputs formatting, fix display name issues ( #2801 )
...
* fix(triggers): package lemlist data, cleanup trigger outputs formatting, fix display name issues
* cleanup trigger outputs
* fix tests
* more test fixes
* remove branch field for ones where it's not relevant
* remove branch from unrelated ops
2026-01-13 17:48:19 -08:00
Waleed
2b49d15ec8
fix(comparison): add condition to prevent duplicate identical edges ( #2799 )
...
* fix)comparison): add condition to prevent duplicate identical edges, ignore from workflow change detection
* fix failing test
* added back store check
2026-01-13 17:17:23 -08:00
Siddharth Ganesan
3d037c9b74
fix(executor): pattern match more errors to prevent swallow ( #2802 )
2026-01-13 17:12:31 -08:00
Siddharth Ganesan
eb52f69efd
improvement(schedule): default schedule timezone ( #2800 )
2026-01-13 16:31:18 -08:00
Siddharth Ganesan
64b3f98488
feat(copilot): add commands ( #2797 )
...
* Slash commands v0
* Web tools
* Web
* Fix popover
* Fix commands ui
* Fix for context mentions too
* Improvem tool names for options and config
* Fix thinking text scroll
* Fix ishosted
* Ui
* Ui
* Subagent parallelization
* Fix ui
* Fix lint
* Fix superagent
* Dont collapse info and super
2026-01-13 16:23:39 -08:00
Waleed
5e8c843241
v0.5.59: a2a support, documentation
v0.5.59
2026-01-13 13:21:21 -08:00
Waleed
4be420311c
fix(a2a): removed deployment constraint for redeploying a2a workflows ( #2796 )
...
* fix(a2a): removed deployment constraint for redeploying a2a workflows
* updated A2A tab copy state
* consolidated trigger types const
2026-01-13 13:19:57 -08:00
Waleed
b49ed2fcd9
feat(export): support maintenance of nested folder structure on import/export, added folder export admin route ( #2795 )
...
* feat(export): support maintenance of nested folder structure on import/export
* consolidated utils, added admin routes
* remove default tags from A2A
2026-01-13 12:26:41 -08:00
Waleed
837405e1ec
chore(docs): update sim references in docs ( #2792 )
2026-01-13 11:51:43 -08:00
Waleed
2bc403972c
feat(a2a): added a2a protocol ( #2784 )
...
* feat(a2a): a2a added
* feat(a2a): added a2a protocol
* remove migrations
* readd migrations
* consolidated permissions utils
* consolidated tag-input, output select -> combobox, added tags for A2A
* cleanup up utils, share same deployed state as other tabs
* ack PR comments
* more
* updated code examples
* solely rely on tanstack query to vend data and invalidate query key's, remove custom caching
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2026-01-13 11:43:02 -08:00
Vikhyath Mondreti
40a066f39c
improvement(FF): CI check to prevent hardcoding of FFs ( #2790 )
...
* improvement(FF): CI check to prevent hardcoding of FFs
* revert test change
* add FF lint checks
2026-01-13 10:47:32 -08:00
Waleed
c9068d043e
chore(readme): trim readme, add more envvar info ( #2791 )
2026-01-13 10:31:25 -08:00
Waleed
048eddd468
fix(ff): add back condition for isHosted FF ( #2789 )
...
* fix(ff): add back condition for isHosted FF
* updated callers to use getBaseUrl()
2026-01-13 08:38:19 -08:00
Waleed
7bf3d73ee6
v0.5.58: export folders, new tools, permissions groups enhancements
v0.5.58
2026-01-13 00:56:59 -08:00
Waleed
6717ce89f4
fix(slack): remove duplicate effect that cleared subblocks on cred change ( #2788 )
2026-01-13 00:47:17 -08:00
Vikhyath Mondreti
a05003a2d3
feat(integrations): claude skills to add integrations, lemlist trigger + tools, remove test webhook url ( #2785 )
...
* feat(integrations): claude skills to add integrations, lemlist trigger + tools, remove test webhook url
* fix tests
* fix tools
* add more details to skill
* more details
* address greptile comments
2026-01-12 22:18:50 -08:00
Waleed
46417ddb8c
feat(invitations): added FF to disable invitations, added to permission groups, added workspace members admin endpoints ( #2783 )
...
* feat(invitations): added FF to disable invitations, added to permission groups, added workspace members admin endpoints
* fix failing tests
2026-01-12 19:33:43 -08:00
Vikhyath Mondreti
b6cbee2464
improvement(block-outputs): display metadata properties destructured ( #2772 )
...
* improvement(block-outputs):display metadata properties destructured
* add back icons
* fix google calendar
* reuse versioned tool selector
* fix null fields
* github optionality
* fix notion
* review stripe tools metadata
* fix optional tools + types
* fix docs type
* add db row tool + fix copilot versioning recognition
2026-01-12 18:36:21 -08:00
Vikhyath Mondreti
91ed5338cb
improvement(byok): make available for all plans ( #2782 )
...
* improvement(byok): make available for all plans
* update docs
* address greptile comments
2026-01-12 17:23:47 -08:00
Siddharth Ganesan
d55072a45f
feat(copilot): add context7 ( #2779 )
...
* Add context7
* Fix edit diff block ring color
* Remove server side impl
* Fix duplicated message on edit old message
* Tables in markdown
2026-01-12 17:08:47 -08:00
Waleed
684ad5aeec
feat(tool): added introspection tools for all db integrations ( #2780 )
...
* feat(tool): added introspection tools for all db integrations
* added sanitization for sql schema
* ack pr comments, with clarifying comments
* moved util
2026-01-12 13:30:55 -08:00
Waleed
a3dff1027f
feat(tools): added workflow tools to agent tools dropdown for discoverability, enforce perms on client for redeploying via the agent ( #2778 )
...
* feat(tools): added workflow tools to agent tools dropdown for discoverability, enforce perms on client for redeploying via the agent
* added perms enforcement to workflow block header as well
2026-01-12 11:54:01 -08:00
Waleed
0aec9ef571
feat(export): added the ability to export workflow ( #2777 )
...
* feat(export): added the ability to export workflow
* improvement(import): loading animation
* fixed flicker on importing multiple workflows
* ack pr comments
* standardized import/export hooks
* upgraded turborepo
* cleaned up
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2026-01-12 11:25:00 -08:00
Waleed
cb4db20a5f
fix(color-picker): confirm color change before updating workflow color ( #2776 )
2026-01-11 18:47:48 -08:00
Vikhyath Mondreti
7ffc11a738
v0.5.57: subagents, context menu improvements, bug fixes
v0.5.57
2026-01-11 11:38:40 -08:00
Waleed
4941b5224b
fix(resize): fix subflow resize on drag, children deselected in subflow on drag ( #2771 )
...
* fix(resize): fix subflow resize on drag, children deselected in subflow on drag
* ack PR comments
* fix copy-paste subflows deselecting children
* ack comments
2026-01-11 11:28:47 -08:00
Waleed
7f18d96d32
feat(popover): add expandOnHover, added the ability to change the color of a workflow icon, new workflow naming convention ( #2770 )
...
* feat(popover): add expandOnHover, added the ability to change the color of a workflow icon
* updated workflow naming conventions
2026-01-10 21:30:34 -08:00
Siddharth Ganesan
e347486f50
fix(copilot): fix copilot chat loading ( #2769 )
...
* Fix loading
* Fix Lint
* Scroll stickiness
* Scroll stickiness
* improvement: diff controls and notifications positioning
* feat(copilot): editable input component
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2026-01-10 18:24:21 -08:00