Emir Karabeg
02d9fedf0c
feat(agent): messages array, memory ( #2023 )
...
* 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 >
2025-11-18 15:58:10 -08:00
Waleed
a8a693f1ff
fix(deploy): add sockets op for renaming blocks ( #2043 )
...
* fix(deploy): add sockets op for renaming blocks
* remove old unused helpers
2025-11-18 15:57:49 -08:00
Emir Karabeg
e0aade85a6
feat: notification store ( #2025 )
...
* feat: notification store
* feat: notification stack; improvement: chat output select
2025-11-18 10:43:24 -08:00
Vikhyath Mondreti
33ca1483aa
Merge branch 'main' into staging
2025-11-17 21:21:30 -08:00
Vikhyath Mondreti
620ce97056
improvement(selectors): consolidate all integration selectors to use the combobox ( #2020 )
...
* improvement(selectors): consolidate all integration selectors to use the combobox
* improved credential selector and file-upload styling to use emcn combobox
* update mcp subblocks to use emcn components, delete unused mcp server modal
* fix filterOptions change
* fix project selector
* attempted jira fix
* fix gdrive inf calls
* rewrite credential selector
* fix docs
* fix onedrive folder
* fix
* fix
* fix excel cred fetch
* fix excel part 2
---------
Co-authored-by: waleed <walif6@gmail.com >
2025-11-17 21:06:52 -08:00
Vikhyath Mondreti
25ac91779b
fix(workflow-block): clearing child workflow input format field must lazy cascade parent workflow state deletion ( #2038 )
2025-11-17 19:00:50 -08:00
Waleed
d51a756c1b
improvement(docs): remove copy page from mobile view on docs ( #2037 )
...
* improvement(docs): remove copy page from mobile view on docs
* bring title and pagenav lower on mobile
* added cursor pointer to clickable components in docs
2025-11-17 18:10:52 -08:00
Waleed
3d1feab507
improvement(undo-redo): expand undo-redo store to store 100 ops instead of 15 ( #2036 )
...
* improvement(undo-redo): expand undo-redo store to store 100 ops instead of 15
* prevent undo-redo from interfering with subblock browser text undo
2025-11-17 18:00:12 -08:00
Vikhyath Mondreti
98908dbfb9
fix(triggers): dedup + not surfacing deployment status log ( #2033 )
...
* fix(triggers): dedup + not surfacing deployment status log
* fix ms teams
* change to microsoftteams
* Revert "change to microsoftteams"
This reverts commit 217f808641 .
* fix
* fix
* fix provider name
* fix oauth for msteams
2025-11-17 17:48:22 -08:00
Waleed
00d9b45a22
fix(workflows): fixed workflow loading in without start block, added templates RQ hook, cleaned up unused templates code ( #2035 )
2025-11-17 17:31:01 -08:00
Waleed
b5b2855b40
fix(overage): fix pill calculation in the usage indicator to be consistent across views ( #2034 )
2025-11-17 16:22:24 -08:00
Waleed
a81f3847df
fix(usage-data): refetch on usage limit update in settings ( #2032 )
2025-11-17 15:07:52 -08:00
Waleed
3058e35edf
v0.5.6: executor fixes, UI improvements, run paths ( #2028 )
...
* test(pr): hackathon (#1999 )
* test(pr): github trigger (#2000 )
* fix(usage-indicator): conditional rendering, upgrade, and ui/ux (#2001 )
* fix: usage-limit indicator and render conditonally on is billing enabled
* fix: upgrade render
* fix(notes): fix notes, tighten spacing, update deprecated zustand function, update use mention data to ignore block positon (#2002 )
* fix(pdfs): use unpdf instead of pdf-parse (#2004 )
* fix(modals): fix z-index for various modals and output selector and variables (#2005 )
* fix(condition): treat condition input the same as the code subblock (#2006 )
* feat(models): added gpt-5.1 (#2007 )
* improvement: runpath edges, blocks, active (#2008 )
* feat(i18n): update translations (#2009 )
* fix(triggers): check triggermode and consolidate block type (#2011 )
* fix(triggers): disabled trigger shouldn't be added to dag (#2012 )
* Fix disabled blocks
* Comments
* Fix api/chat trigger not found message
* fix(tags): only show start block upstream if is ancestor (#2013 )
* fix(variables): Fix resolution on double < (#2016 )
* Fix variable <>
* Ling
* Clean
* feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect (#2015 )
* feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect
* fix build
* ack PR comments
* feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI (#2017 )
* feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI
* use useInfiniteQuery for logs fetching
* fix(copilot): run workflow supports input format and fix run id (#2018 )
* fix(router): fix error edge in router block + fix source handle problem (#2019 )
* Fix router block error port handling
* Remove comment
* Fix edge execution
* improvement: code subblock, action bar, connections (#2024 )
* improvement: action bar, connections
* fix: code block draggable resize
* fix(response): fix response block http format (#2027 )
* Fix response block
* Lint
* fix(notes): fix notes block spacing, additional logs for billing transfer route (#2029 )
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com >
Co-authored-by: Emir Karabeg <78010029+emir-karabeg@users.noreply.github.com >
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com >
v0.5.6
2025-11-17 13:46:03 -08:00
Waleed
6f3dee867c
fix(notes): fix notes block spacing, additional logs for billing transfer route ( #2029 )
2025-11-17 13:37:17 -08:00
Siddharth Ganesan
bfa7c919d8
fix(response): fix response block http format ( #2027 )
...
* Fix response block
* Lint
2025-11-17 11:50:33 -08:00
Emir Karabeg
e37b01b92c
improvement: code subblock, action bar, connections ( #2024 )
...
* improvement: action bar, connections
* fix: code block draggable resize
2025-11-17 11:04:41 -08:00
Siddharth Ganesan
7e3e38a6f2
fix(router): fix error edge in router block + fix source handle problem ( #2019 )
...
* Fix router block error port handling
* Remove comment
* Fix edge execution
2025-11-15 18:32:14 -08:00
Siddharth Ganesan
1c85fe9a51
fix(copilot): run workflow supports input format and fix run id ( #2018 )
2025-11-15 18:11:09 -08:00
Waleed
5f446ad756
feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI ( #2017 )
...
* feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI
* use useInfiniteQuery for logs fetching
2025-11-15 16:41:35 -08:00
Waleed
d99d5fe39c
feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect ( #2015 )
...
* feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect
* fix build
* ack PR comments
2025-11-15 16:09:58 -08:00
Siddharth Ganesan
949f9287cf
fix(variables): Fix resolution on double < ( #2016 )
...
* Fix variable <>
* Ling
* Clean
2025-11-15 15:09:01 -08:00
Siddharth Ganesan
fca92a7499
fix(tags): only show start block upstream if is ancestor ( #2013 )
2025-11-15 12:27:34 -08:00
Siddharth Ganesan
c25ea5c677
fix(triggers): disabled trigger shouldn't be added to dag ( #2012 )
...
* Fix disabled blocks
* Comments
* Fix api/chat trigger not found message
2025-11-15 12:19:37 -08:00
Siddharth Ganesan
dccd9e9ce5
fix(triggers): check triggermode and consolidate block type ( #2011 )
2025-11-15 12:00:12 -08:00
Waleed
b5d9964c48
feat(i18n): update translations ( #2009 )
2025-11-14 23:33:13 -08:00
Emir Karabeg
4bd0f31f36
improvement: runpath edges, blocks, active ( #2008 )
2025-11-14 23:26:41 -08:00
Waleed
f8070f9029
feat(models): added gpt-5.1 ( #2007 )
2025-11-14 23:23:47 -08:00
Waleed
bc8947caa6
fix(condition): treat condition input the same as the code subblock ( #2006 )
2025-11-14 23:23:39 -08:00
Waleed
f1111ec16f
fix(modals): fix z-index for various modals and output selector and variables ( #2005 )
2025-11-14 23:13:31 -08:00
Waleed
d0767507b2
fix(pdfs): use unpdf instead of pdf-parse ( #2004 )
2025-11-14 22:39:28 -08:00
Waleed
8bd75debc1
fix(notes): fix notes, tighten spacing, update deprecated zustand function, update use mention data to ignore block positon ( #2002 )
2025-11-14 22:12:01 -08:00
Emir Karabeg
ad2a375358
fix(usage-indicator): conditional rendering, upgrade, and ui/ux ( #2001 )
...
* fix: usage-limit indicator and render conditonally on is billing enabled
* fix: upgrade render
2025-11-14 21:26:40 -08:00
Vikhyath Mondreti
de91dc97a9
test(pr): github trigger ( #2000 )
2025-11-14 18:08:07 -08:00
Vikhyath Mondreti
31ed712378
test(pr): hackathon ( #1999 )
2025-11-14 18:02:00 -08:00
Waleed
aca4d2fc15
v0.5.5: slack tool updates, logs search, response block fixes, reactquery migrations
v0.5.5
2025-11-14 16:20:10 -08:00
Emir Karabeg
96958104c0
Improvement(ui/ux): signup, command-list, cursors, search modal, workflow runs, usage indicator ( #1998 )
...
* improvement: signup loading, command-list, cursors, search modal ordering
* improvement: workflow runs, search modal
* improvement(usage-indicator): ui/ux
2025-11-14 16:13:23 -08:00
Siddharth Ganesan
6f29e2413c
fix(variables): fix variables block json resolution ( #1997 )
2025-11-14 16:07:01 -08:00
Vikhyath Mondreti
c2ccd51b3e
fix(folders): duplicate ( #1996 )
2025-11-14 15:50:00 -08:00
Vikhyath Mondreti
ec430abca2
improvement(tanstack): migrate multiple stores ( #1994 )
...
* improvement(tanstack): migrate folders, knowledge to tanstack
* fix types
2025-11-14 15:38:15 -08:00
Siddharth Ganesan
4b4060f63f
improvement(variables): support dot notation for nested objects ( #1992 )
2025-11-14 14:47:16 -08:00
Siddharth Ganesan
72a048f37d
fix(variables): fix double stringification ( #1991 )
2025-11-14 12:00:32 -08:00
Emir Karabeg
fa18bef65b
fix(landing): hero stripe icon ( #1988 )
2025-11-14 02:20:32 -08:00
Waleed
a9eb91aed1
feat(i18n): update translations ( #1989 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-11-14 02:18:32 -08:00
Waleed
16a4f37dac
feat(slack): add better error messages, reminder to add bot to app ( #1990 )
2025-11-14 02:18:19 -08:00
Waleed
6c56d48e73
feat(slack): added slack full message object in response ( #1987 )
2025-11-14 01:55:01 -08:00
Waleed
1082e55871
improvement(logs): improved logs search ( #1985 )
...
* improvement(logs): improved logs search
* more
* ack PR comments
2025-11-14 01:14:20 -08:00
Vikhyath Mondreti
948b6575dc
fix(output-selector): z-index in chat deploy modal ( #1984 )
2025-11-13 20:13:15 -08:00
Waleed
3ba33791f7
fix(settings): update usage data in settings > subs to use reactquery hooks ( #1983 )
...
* fix(settings): update usage data in settings > subs to use reactquery hooks
* standardize usage pills calculation
2025-11-13 19:57:48 -08:00
Vikhyath Mondreti
1e915d5427
fix(popovers): billed account + async example command ( #1982 )
2025-11-13 19:33:15 -08:00
Waleed
d86198ad5d
feat(files): add presigned URL generation support for execution files ( #1980 )
2025-11-13 19:32:23 -08:00