Waleed
b60b98e42c
improvement(tag-dropdown): added option to select block in tag dropdown, custom tools modal improvements, light mode fixes ( #2594 )
...
* improvement(tag-dropdown): added option to select block in tag dropdown, custom tools modal improvements, light mode fixes
* fix UI bugs
* remove unused components
* tag drop ordering fix
2025-12-26 16:24:38 -08:00
Waleed
7793a6d597
feat(kb): added tags information to kb docs table ( #2589 )
...
* feat(kb): added tags information to kb docs table
* improvement(base): table and tags styling
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2025-12-26 13:54:33 -08:00
Vikhyath Mondreti
66b8434861
fix(block-name): updating block name should update downstream var refs ( #2592 )
...
* fix(block-name): updating block name should update downstream var refs
* remove random comments
2025-12-26 12:56:02 -08:00
Adam Gough
27ec4120bc
fix(tools): fixed tool outputs ( #2534 )
...
* fixed typeform
* fixed supabase tools
* salesforce fix
* removed comments
* pinecone fix
* fixed intercom
* regex constant
* removed fallback logic
2025-12-26 12:46:39 -08:00
Emir Karabeg
1f0e3f2be6
feat: light mode ( #2457 )
...
* feat(light): restored light theme
* feat: styling consolidation, note block upgrades
* improvement(zoom-prevention): moved downstream
* fix(notifications): mismatching workflow ID
* feat(light): button variant updates and controls consolidation
* improvement: UI consolidation
* feat: badges, usage limit; fix(note): iframe security; improvement(s-modal): sizing
* improvement: oauth modal, subscription
* improvement(team): ui/ux
* feat: emcn, subscription, tool input
* improvement(copilot): styling consolidation
* feat: colors consolidation
* improvement(ui): light styling
* fix(build): unused billing component
* improvement: addressed comments
2025-12-26 12:45:06 -08:00
Waleed
88cda3a9ce
improvement(billing): migrate to decimaljs from number.parseFloat ( #2588 )
...
* improvement(billing): migrate to decimaljs from number.parseFloat
* ack PR comments
* ack pr comment
* consistency
2025-12-26 12:35:49 -08:00
Waleed
d707d18ee6
fix(build): update dockerfile to contain testing package deps ( #2591 )
...
* fix(build): update dockerfile to contain testing package deps
* added logger package
2025-12-26 12:20:38 -08:00
Waleed
b7f6bab282
feat(tests): added testing package, overhauled tests ( #2586 )
...
* feat(tests): added testing package, overhauled tests
* fix build
2025-12-25 16:06:47 -08:00
Waleed
61e7213425
feat(i18n): update translations ( #2585 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-25 13:33:14 -08:00
Waleed
3201abab56
improvement(schedules): use tanstack query to fetch schedule data, cleanup ui on schedule info component ( #2584 )
...
* improvement(schedules): use tanstack query to fetch schedule data, cleanup ui on schedule info component
* update trigger-save UI, increase auto disable to 100 consecutive from 10
* updated docs
* consolidate consts
2025-12-25 12:09:58 -08:00
Waleed
d79696beae
feat(docs): added vector search ( #2583 )
...
* feat(docs): added vector search
* ack comments
2025-12-25 11:00:57 -08:00
Waleed
f604ca39a5
feat(chat-otp): added db fallback for chat otp ( #2582 )
...
* feat(chat-otp): added db fallback for chat otp
* ack PR comments
2025-12-25 09:37:20 -08:00
Waleed
26ec12599f
improvement(byok): updated styling for byok page ( #2581 )
2025-12-25 08:36:55 -08:00
Waleed
97372533ec
feat(i18n): update translations ( #2578 )
2025-12-24 23:37:35 -08:00
Vikhyath Mondreti
66766a9d81
improvement(byok): remove web search block exa ( #2579 )
...
* remove exa from byok
* improvement(byok): remove web search block exa
* fix autolayout
* fix type
2025-12-24 19:26:48 -08:00
Vikhyath Mondreti
47a259b428
feat(byok): byok for hosted model capabilities ( #2574 )
...
* feat(byok): byok for hosted model capabilities
* fix type
* add ignore lint
* accidentally added feature flags
* centralize byok fetch for LLM calls
* remove feature flags ts
* fix tests
* update docs
2025-12-24 18:20:54 -08:00
Waleed
40a6bf5c8c
improvement(variables): update workflows to use deployed variables, not local ones to align with the rest of the canvas components ( #2577 )
...
* improvement(variables): update workflows to use deployed variables, not local ones to align with the rest of the canvas components
* update change detection to ignore trigger id since it is runtime metadata and not actually required to be redeployed
2025-12-24 17:40:23 -08:00
Waleed
da7eca9590
fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils ( #2576 )
...
* fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils
* added tests
* ack PR comments
* added isPublished to API response
2025-12-24 17:16:35 -08:00
Waleed
92b2e34d25
feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks ( #2575 )
...
* feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks
* remove additional yaml code
2025-12-24 16:19:29 -08:00
Vikhyath Mondreti
77521a3a57
fix(cancel-workflow-exec): move cancellation tracking for multi-task envs to redis ( #2573 )
...
* fix(cancel-workflow-exec): move cancellation tracking for multi-task envs to redis
* cleanup cancellation keys after execution
2025-12-24 11:51:09 -08:00
Waleed
cb8b9c547a
fix(router): update router to handle azure creds the same way the agent block does ( #2572 )
...
* fix(router): update router to handle azure creds the same way the agent block does
* cleanup
2025-12-24 10:22:47 -08:00
Vikhyath Mondreti
b1cd8d151d
fix(executor): workflow abort has to send abort signal to route for correct state update ( #2571 )
2025-12-24 02:50:58 -08:00
Waleed
1145f5c043
fix(shortcut): fixed global keyboard commands provider to follow latest ref pattern ( #2569 )
...
* fix(shortcut): fixed global commands provider to follow best practices
* cleanup
* ack PR comment
2025-12-24 00:25:15 -08:00
Waleed
3a50ce4d99
feat(i18n): update translations ( #2568 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-23 19:03:43 -08:00
Waleed
810d2089cf
feat(schedules): remove save button for schedules, couple schedule deployment with workflow deployment ( #2566 )
...
* feat(schedules): remove save button for schedules, couple schedule deployment with workflow deployment
* added tests
* ack PR comments
* update turborepo
* cleanup, edge cases
* ack PR comment
2025-12-23 18:53:40 -08:00
Vikhyath Mondreti
8c89507247
improvement(logs): state machine of workflow execution ( #2560 )
...
* improvement(logs): state machine of workflow execution
* cleanup more code
* fallback consistency
* fix labels
* backfill in migration correctly
* make streaming stop in chat window correctly
2025-12-23 18:27:19 -08:00
Vikhyath Mondreti
169dd4a503
fix(grafana): tool outputs ( #2565 )
...
* fix(grafana): list annotations outputs
* fix more grafana tools
2025-12-23 17:23:12 -08:00
Vikhyath Mondreti
dc4e5d3bdc
fix(dropbox): access type param pass through to get refresh token ( #2564 )
2025-12-23 16:32:58 -08:00
Emir Karabeg
31de55cbdf
feat(ux): add expandFolder to auto expand folders on nested folder creation ( #2562 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2025-12-23 16:27:00 -08:00
Waleed
eaca49037d
fix(ui): remove css transition on popover and dropdown items to avoid flicker ( #2563 )
2025-12-23 15:46:27 -08:00
Waleed
2d26c0cb32
feat(i18n): update translations ( #2561 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-23 15:42:54 -08:00
Waleed
cdf3d759b9
fix(jina): removed conditionally included outputs from jina ( #2559 )
...
* fix(jina): removed conditionally included outputs from jina
* ack PR comments
2025-12-23 15:20:10 -08:00
Vikhyath Mondreti
bf8fbebe22
improvement(code-quality): centralize regex checks, normalization ( #2554 )
...
* improvement(code-quality): centralize regex checks, normalization
* simplify resolution
* fix(copilot): don't allow duplicate name blocks
* centralize uuid check
2025-12-23 15:12:04 -08:00
Waleed
b23299dae4
feat(i18n): update translations ( #2558 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-23 14:54:44 -08:00
Waleed
6c8f1a81c1
feat(tools): added grain and circleback ( #2557 )
...
* feat(tools): added grain and circleback
* oauth to pat and tool fix
* updated docs
* remove remaining oauth references
* cleanup
---------
Co-authored-by: aadamgough <adam@sim.ai >
2025-12-23 14:34:12 -08:00
Waleed
2c36926a4e
fix(perplexity): remove deprecated perplexity sonar reasoning model ( #2556 )
2025-12-23 13:24:18 -08:00
Waleed
89c1085950
improvement(vertex): added vertex to all LLM-based blocks, fixed refresh ( #2555 )
...
* improvement(vertex): added vertex to all LLM-based blocks, fixed refresh
* fix build
2025-12-23 13:11:56 -08:00
Waleed
4e09c389e8
improvement(usage): update usage limit in realtime, standardize token output object across providers ( #2553 )
...
* improvement(usage-limit): update usage in real time, fix token output object
* updated tokenBreakdown to tokens, standardized input/output/total token object type across providers
* update remaining references
* ack PR comment
* remove singleton query client instance from hooks, leave only in zustand
2025-12-23 13:04:47 -08:00
Vikhyath Mondreti
641ac58017
fix(frozen-canvas): need to fetch the deployment version correctly ( #2552 )
2025-12-23 11:37:07 -08:00
Waleed
6c1e4ff7d6
improvement(oauth): remove unused scope hints ( #2551 )
...
* improvement(oauth): remove unused scope hints
* improvement(oauth): remove scopeHints and extraneous oauth provider data
* cleanup
2025-12-23 11:26:49 -08:00
Waleed
40e30a11e9
improvement(logs): update logs export route to respect filters ( #2550 )
2025-12-23 10:23:27 -08:00
Vikhyath Mondreti
d1ebad912e
fix memory migration ( #2548 )
2025-12-23 01:19:29 -08:00
Vikhyath Mondreti
621f9a40c7
improvement(landing): free usage limit ( #2547 )
2025-12-23 00:07:13 -08:00
Siddharth Ganesan
3100daa346
feat(copilot): add tools to access block outputs and upstream references ( #2546 )
...
* Add copilot references tools
* Minor fixes
* Omit vars field in block outputs when id is provided
2025-12-23 00:06:24 -08:00
Priyanshu Solanki
c252e885af
improvement(logs): fixed logs for parallel and loop execution flow ( #2468 )
...
* fixed logs for parallel and loop execution flow
* Fix array check for collection
* fixed for empty loop and paralle blocks and showing input on dashboard
* extracted utility functions
* fixed the refrencing errors and making sure it propogates to the console
* fix parallel
* fix tests'
---------
Co-authored-by: priyanshu.solanki <priyanshu.solanki@saviynt.com >
Co-authored-by: Siddharth Ganesan <siddharthganesan@gmail.com >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-12-23 00:02:02 -08:00
Waleed
b0748c82f9
fix(search): removed full text param from built-in search, anthropic provider streaming fix ( #2542 )
...
* fix(search): removed full text param from built-in search, anthropic provider streaming fix
* rewrite gemini provider with official sdk + add thinking capability
* vertex gemini consolidation
* never silently use different model
* pass oauth client through the googleAuthOptions param directly
* make server side provider registry
* remove comments
* take oauth selector below model selector
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-12-22 23:57:11 -08:00
Waleed
f5245f3eca
fix(billing): add line items for wand ( #2543 )
...
* fix(billing): add line items for wand
* ack pr comment
2025-12-22 23:06:14 -08:00
Waleed
f2ef5f0811
feat(i18n): update translations ( #2541 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-22 21:17:01 -08:00
Waleed
37443a7b77
improvement(kb): improve chunkers, respect user-specified chunk configurations, added tests ( #2539 )
...
* improvement(kb): improve chunkers, respect user-specified chunk configurations, added tests
* ack PR commnets
* updated docs
* cleanup
2025-12-22 20:47:29 -08:00
lif
e0d96e2126
fix(oauth): add User-Agent header to Reddit token refresh ( #2517 )
...
Reddit API requires User-Agent header for all requests including OAuth
token refresh. Without it, requests fail with 403 error after the
initial token expires.
Fixes #1822
2025-12-22 20:09:38 -08:00