Waleed
7640fdf742
feat(autolayout): add snap-to-grid support ( #3031 )
...
* feat(autolayout): add snap-to-grid support
* fix(autolayout): recalculate dimensions after grid snapping
* fix(autolayout): correct dimension calculation and propagate gridSize
2026-01-27 17:02:27 -08:00
Waleed
bca355c36d
feat(tools): added clerk tools and block ( #3032 )
...
* feat(tools): added clerk tools and block
* updated docs gen script
* use clerk api types
2026-01-27 16:45:48 -08:00
Vikhyath Mondreti
089427822e
fix(hitl): add missing fields to block configs ( #3027 )
...
* fix(hitl): add missing fields to block configs
* update copilot paths
* one more case
* update helper usage
2026-01-27 14:35:37 -08:00
Waleed
6b412c578d
fix(security): add authentication to remaining tool API routes ( #3028 )
...
* fix(security): add authentication to tool API routes
* fix(drive): use checkSessionOrInternalAuth to allow browser access
* fix(selectors): use checkSessionOrInternalAuth for UI-accessible routes
2026-01-27 12:37:03 -08:00
Waleed
dddd0c8277
fix(workflow): use panel-aware viewport center for paste and block placement ( #3024 )
2026-01-27 12:36:38 -08:00
Waleed
be7f3db059
fix(badge): add type variant for dark mode contrast ( #3025 )
...
* fix(badge): add type variant for dark mode contrast
* docs(badge): add type variant to TSDoc
2026-01-27 11:40:14 -08:00
Waleed
416c08267a
fix(terminal): persist collapsed state across page refresh ( #3023 )
...
* fix(terminal): persist collapsed state across page refresh
* fix(terminal): add activeWorkflowId to auto-open effect deps
2026-01-27 11:38:44 -08:00
Waleed
46ba315701
feat(tools): added more intercom tools ( #3022 )
2026-01-26 21:41:44 -08:00
Waleed
077e702dd8
improvement(tools): updated kalshi and polymarket tools and blocks ( #3021 )
2026-01-26 21:01:33 -08:00
Waleed
d8df08d3d3
improvement(mcp): remove mcp-remote for cursor config ( #3020 )
2026-01-26 19:54:27 -08:00
Vikhyath Mondreti
51891daf9a
feat(code): undo-redo state ( #3018 )
...
* feat(code): undo-redo state
* address greptile
* address bugbot comments
* fix debounce flush
* inc debounce time
* fix wand case
* address comments
2026-01-26 19:40:40 -08:00
Vikhyath Mondreti
9ee5dfe185
improvement(workflow): hide raw json childworkflow span ( #3019 )
2026-01-26 18:47:35 -08:00
Emir Karabeg
9cba8eee48
improvement(preview): error paths, loops, workflow ( #3010 )
...
* improvement(switch): dark styling
* improvement(settings): change deployed MCPs to MCPs servers
* improvement(preview): added error paths, loop logic
* improvement(preview): nested workflows preview
* feat(preview): lightweight param
* improvement(preview): staging changes integrated
2026-01-26 17:57:48 -08:00
Siddharth Ganesan
cb650132c7
fix(executor): fix. convergent error edges ( #3015 )
2026-01-26 17:25:09 -08:00
Waleed
9dbf56f9cd
feat(note-block): expand media embed support with tuned aspect ratios ( #3016 )
...
* feat(note-block): expand media embed support with tuned aspect ratios
* fix(note-block): add artist parameter to Bandcamp embed URLs
Include the artist subdomain in Bandcamp track and album embed URLs
to ensure proper embed resolution.
* fix(note-block): add required src attribute to track elements
HTML spec requires track elements to have a src attribute.
* fix(note-block): address embed URL matching issues
- Fix YouTube regex to handle v= anywhere in query params
- Fix Twitch channel match to exclude /clip/ URLs
- Remove Mux support (HLS not supported in most browsers)
- Remove Bandcamp support (requires numeric IDs, not slugs)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 17:22:44 -08:00
Vikhyath Mondreti
5189473e06
fix(max-tokens): anthropic models streaming vs non-streaming ( #2999 )
...
* fix(max-tokens): anthropic models streaming vs non-streaming
* default max inc
* update the docs
2026-01-26 17:05:33 -08:00
Vikhyath Mondreti
37900988eb
fix(kb): workspace id required for creation ( #3001 )
...
* fix(kb): workspace id required for creation
* fix tests
2026-01-26 16:27:07 -08:00
Vikhyath Mondreti
3cc9b1ae56
fix(input-format): resolution for blocks with input format fields ( #3012 )
...
* fix input format
* fix tests
* address bugbot comment
2026-01-26 16:04:19 -08:00
Waleed
3ccbee187d
improvement(docs): updated logo, added lightbox to action media, fixed minor styling inconsistencies between themes ( #3014 )
...
* improvement(docs): updated logo, added lightbox to action media, fixed minor styling inconsistencies between themes
* updated og image
* ack comments
2026-01-26 15:49:23 -08:00
Waleed
36945deaa5
improvement(preview): consolidate block rendering and fix handle configurations ( #3013 )
...
* improvement(preview): consolidate block rendering and fix handle configurations
* refactor(preview): extract SubflowContainerProps interface
2026-01-26 14:56:06 -08:00
Waleed
ebf2852733
fix(copilot): reliable zoom to changed blocks after diff applied ( #3011 )
2026-01-26 13:54:01 -08:00
Waleed
56bc809c6f
fix(docs): separate local and blob asset resolution for quick-reference ( #3007 )
...
* fix(docs): separate local and blob asset resolution for quick-reference
ActionImage now uses local paths directly for PNGs while ActionVideo
uses blob storage with proper path normalization (strips static/ prefix).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* refactor(docs): simplify asset resolution by using correct paths directly
Remove path normalization logic from action-media component. Instead,
use the appropriate paths in MDX:
- PNGs: /static/quick-reference/... (local)
- MP4s: quick-reference/... (blob via getAssetUrl)
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 13:07:11 -08:00
Vikhyath Mondreti
c7bd48573a
fix(codegen): function prologue resolution edge cases ( #3005 )
...
* fix(codegen): function prologue resolution edge cases
* remove hacky fallback
* case insensitive lookup
* fix python nan and inf resolution
* remove template literal check
* fix tests
* consolidate literal gen
2026-01-26 10:16:13 -08:00
Waleed
80f00479a3
improvement(docs): added images and videos to quick references ( #3004 )
...
* improvement(docs): added images and videos to quick references
* moved mp4s to blob, completed quick reference guide
2026-01-25 23:31:40 -08:00
Vikhyath Mondreti
c140e90559
fix(multi-trigger): resolution paths for triggers ( #3002 )
...
* fix(multi-trigger): resolution paths for triggers
* fix trigger input format version
* fix output condition logic
* update type guard:
* fix
2026-01-25 23:20:42 -08:00
Vikhyath Mondreti
d83c418111
fix(supabase): storage upload + add basic mode version ( #2996 )
...
* fix(supabase): storage upload + add basic mode version
* fix subblock update
* remove redundant check in a2a
* add check consistently for baseline diff
2026-01-25 14:19:30 -08:00
Waleed
be2a9ef0f8
fix(storage): support Azure connection string for presigned URLs ( #2997 )
...
* fix(docs): update requirements to be more accurate for deploying the app
* updated kb to support 1536 dimension vectors for models other than text embedding 3 small
* fix(storage): support Azure connection string for presigned URLs
* fix(kb): update test for embedding dimensions parameter
* fix(storage): align credential source ordering for consistency
2026-01-25 13:06:12 -08:00
Waleed
1bf5ed4586
improvement(docs): add quick reference page and update SDK documentation ( #2994 )
...
* docs(sdk): update README to reflect new interface
* improvement(docs): add quick reference page and update SDK documentation
* docs(copilot): update copilot documentation with all features
2026-01-25 02:21:02 -08:00
Vikhyath Mondreti
fa03d4d818
fix(copilot): canonical modes should be constructed on edit ( #2989 )
...
* fix(copilot): canonical modes should be constructed
* reuse canonicalIndex
* fix insert into subflow case:
2026-01-24 22:13:57 -08:00
Waleed
e14cebeec5
fix(context-menu): preserve selection when right-clicking selected block ( #2991 )
...
* fix(context-menu): preserve selection when right-clicking selected block
* added tsdoc
2026-01-24 22:05:27 -08:00
Waleed
404d8c006e
fix(tooltip): add tooltip to canonical toggle button ( #2990 )
...
* fix(tooltip): add tooltip to canonical toggle button
* ack comments
2026-01-24 21:58:09 -08:00
Waleed
ac91d78834
fix(anthropic): use anthropic sdk to transform malformed response schemas to anthropic format ( #2988 )
...
* fix(anthropic): use anthropic sdk to transform malformed response schemas to anthropic format
* copy internal transformJSONSchema from anthropic
* remove dep update
* use built-in func from anthropic
2026-01-24 20:31:07 -08:00
Waleed
6f0a093869
fix(llm): update router and llm_chat tool to call providers routes ( #2986 )
...
* fix(llm): update router and llm_chat tool to call providers routes
* updated failing tests
2026-01-24 18:50:37 -08:00
Waleed
bcf6dc8828
fix(variables): boolean type support and input improvements ( #2981 )
...
* fix(variables): boolean type support and input improvements
* fix formatting
2026-01-24 13:52:09 -08:00
Vikhyath Mondreti
841cb638fb
fix(edge-validation): race condition on collaborative add ( #2980 )
2026-01-24 13:19:52 -08:00
Emir Karabeg
c7db48e3a2
fix(landing): ui ( #2979 )
2026-01-24 13:04:06 -08:00
Siddharth Ganesan
4d844651c2
fix(integrations): hide from tool bar ( #2544 )
2026-01-24 12:45:14 -08:00
Siddharth Ganesan
9f916940b3
fix(copilot): fix edit summary for loops/parallels ( #2978 )
2026-01-24 12:36:43 -08:00
Siddharth Ganesan
3bbf7f5d1d
fix(auth): copilot routes ( #2977 )
...
* Fix copilot auth
* Fix
* Fix
* Fix
2026-01-24 12:26:21 -08:00
Vikhyath Mondreti
68683258c3
fix(blog): slash actions description ( #2976 )
...
* improvement(docs): loop and parallel var reference syntax
* fix(blog): slash actions description
2026-01-24 11:46:07 -08:00
Vikhyath Mondreti
fc7f56e21b
improvement(docs): loop and parallel var reference syntax ( #2975 )
2026-01-24 11:36:47 -08:00
Vikhyath Mondreti
8429040921
fix(notes): ghost edges ( #2970 )
...
* fix(notes): ghost edges
* fix deployed state fallback
* fallback
* remove UI level checks
* annotation missing from autoconnect source check
2026-01-24 11:20:28 -08:00
Siddharth Ganesan
8574e6c71f
fix(hitl): fix condition blocks after hitl ( #2967 )
2026-01-24 10:19:19 -08:00
Siddharth Ganesan
9c3e663cd8
fix(copilot): update copilot chat title ( #2968 )
2026-01-24 10:18:13 -08:00
Waleed
48adaa00d8
fix(security): restrict API key access on internal-only routes ( #2964 )
...
* fix(security): restrict API key access on internal-only routes
* test(security): update function execute tests for checkInternalAuth
* updated agent handler
* move session check higher in checkSessionOrInternalAuth
* extracted duplicate code into helper for resolving user from jwt
2026-01-24 10:15:52 -08:00
Vikhyath Mondreti
211a7ac3a4
fix(child-workflow): nested spans handoff ( #2966 )
...
* fix(child-workflow): nested spans handoff
* remove overly defensive programming
* update type check
* type more code
* remove more dead code
* address bugbot comments
2026-01-24 02:39:13 -08:00
Emir Karabeg
0f9b6ad1d2
fix(preview): subblock values ( #2969 )
2026-01-24 02:32:08 -08:00
Vikhyath Mondreti
12100e6881
improvement(webhooks): remove dead code ( #2965 )
...
* fix(webhooks): subscription recreation path
* improvement(webhooks): remove dead code
* fix tests
* address bugbot comments
* fix restoration edge case
* fix more edge cases
* address bugbot comments
* fix gmail polling
* add warnings for UI indication for credential sets
2026-01-23 23:18:20 -08:00
Siddharth Ganesan
23294683e1
fix(copilot): mask credentials fix ( #2963 )
...
* Fix copilot masking
* Clean up
* Lint
2026-01-23 19:34:55 -08:00
Vikhyath Mondreti
b913cff46e
fix(envvars): resolution standardized ( #2957 )
...
* fix(envvars): resolution standardized
* remove comments
* address bugbot
* fix highlighting for env vars
* remove comments
* address greptile
* address bugbot
2026-01-23 18:59:04 -08:00