Vikhyath Mondreti
9cf8aaee1b
fix(sockets): add zod as direct sockets server dep ( #2397 )
...
* fix(sockets): add zod as direct sockets server dep
* fix bun lock
2025-12-15 20:25:40 -08:00
Waleed
25afacb25e
v0.5.30: vllm fixes, permissions fixes, isolated vms for code execution, tool fixes
v0.5.30
2025-12-15 19:38:01 -08:00
Emir Karabeg
0e6a1315d0
improvement: workflow loading, sidebar scrolling ( #2322 )
...
* improvement: workflow loading, sidebar scrolling
* further optimizations
* remove redundant perms calls
* remove redundant api calls
* use displayNodes local state to make dragging smooth even in larger workflows
* improvement(logs): trace span output styling
* fix(s-modal): sidebar overflow scrolling
* fix(footer): guardrails link
* improvement(loading): spinner
* refactor(training-modal): changed file name
* improvement(spinner): optimize spinner in background
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-12-15 19:21:21 -08:00
Waleed
f0dc8e81d9
fix(build): downgrade nextjs from canary to 16.0.9 ( #2394 )
2025-12-15 19:00:52 -08:00
Waleed
ab30d37020
feat(i18n): update translations ( #2395 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-15 18:45:19 -08:00
Waleed
12d42e29ac
fix(docs): regen docs ( #2393 )
2025-12-15 18:30:48 -08:00
Waleed
a5b7148375
fix(node): use node subprocess explicitly ( #2391 )
...
* fix(node): use node subprocess explicitly
* add explicit documentation
* fixed build
2025-12-15 18:18:26 -08:00
Adam Gough
57e6a0b621
fixed jira output ( #2392 )
2025-12-15 18:16:50 -08:00
Waleed
b72e111e22
fix(vm): use node child process for RCE ( #2389 )
...
* fix(vm): use node child process for RCE
* ack PR comments
* cleanup oprhaned processes
* cleaned up
* ack pr comment
* fix path
* use spawn instead of fork
* acked PR comments
2025-12-15 17:52:19 -08:00
Vikhyath Mondreti
300aaa5368
feat(slack): ability to have DM channels as destination for slack tools ( #2388 )
...
* feat(slack): tool to allow dms
* don't make new tool but separate out destination
* add log for message limit
* consolidate slack selector code
* add scopes correctly
* fix zod validation
* update message logs
* add console logs
* fix
* remove from tools where feature not needed
* add correct condition
* fix type
* fix cond eval logic
2025-12-15 17:39:53 -08:00
Waleed
bdcc42e566
fix(permissions): add client-side hints to prevent read-only users from creating workflows or folders ( #2390 )
2025-12-15 17:14:33 -08:00
Waleed
a45bb1bf3b
fix(rce): add 'isolate' to list of trusted deps, fixed custom tools environment resolution ( #2387 )
...
* fix(rce): add isolate to list of trusted deps
* updated error enchancer in RCE
* fixed
* fix build
* fix failing test
* fix build
* fix build
* remove extraneous comment
2025-12-15 15:24:11 -08:00
Waleed
3a5363ac54
feat(i18n): update translations ( #2386 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-15 14:23:29 -08:00
Waleed
17b2e58c32
improvement(rce): updated rce to use isolate pkg for RCE ( #2385 )
...
* improvement(rce): updated rce to use isolate pkg for RCE
* lazy load isolate instance
* update zoom docs
2025-12-15 13:26:39 -08:00
Vikhyath Mondreti
8d38c2f15e
fix(wand): should not be able to use wand ui without write/admin perms ( #2384 )
2025-12-15 13:17:05 -08:00
Waleed
9762bbc451
fix(wand): validate session before allowing access to wand generation ( #2383 )
...
* fix(wand): validate session before allowing access to wand generation
* ack PR comment
* ack PR comments
2025-12-15 12:20:45 -08:00
Vikhyath Mondreti
e43afc8b6c
fix(subscription): incomplete team subscription race condition ( #2381 )
2025-12-15 11:36:08 -08:00
Gaurav Chadha
fcf52ac4d5
fix(landing): prevent url encoding for spaces for footer links ( #2376 )
2025-12-15 10:59:12 -08:00
Shivam
842200bcf2
fix(docs): clarify working directory for drizzle migration ( #2375 )
2025-12-15 10:58:27 -08:00
Waleed
6009a7359f
fix(vllm): remove requirement for api key for vllm ( #2380 )
2025-12-15 10:48:48 -08:00
Waleed
0acd86023c
fix(blog): use unoptimized tag for image assets ( #2374 )
2025-12-14 23:16:09 -08:00
Waleed
a0fb889644
v0.5.29: chat voice mode, opengraph for docs, option to disable auth
v0.5.29
2025-12-13 19:50:06 -08:00
Waleed
431f206930
fix(tools): add validation for ids in tool routes ( #2371 )
2025-12-13 19:40:33 -08:00
Waleed
7443e28054
feat(i18n): update translations ( #2370 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-13 19:26:31 -08:00
Waleed
c962e3b398
feat(webflow): added collection, item, & site selectors for webflow ( #2368 )
...
* feat(webflow): added collection, item, & site selectors for webflow
* ack PR comments
* ack PR comments
2025-12-13 19:14:33 -08:00
Waleed
d5b95cbd33
fix(organizations): move organization better-auth client to conditionally be included based on FF ( #2367 )
...
* fix(organizations): move organization better-auth client to conditionally be included based on FF
* ack PR comment
2025-12-13 19:06:12 -08:00
Waleed
0fb084b9e4
fix(subflows): prevent cross-boundary connections on autoconnect drop between subflow blocks and regular blocks ( #2366 )
2025-12-13 17:38:59 -08:00
Waleed
95b9ca4670
feat(registration): allow self-hosted users to disable registration altogether ( #2365 )
...
* feat(registration): allow self-hosted users to disable registration altogether
* updated tests
* fix build
2025-12-13 17:34:53 -08:00
Vikhyath Mondreti
746ff68a2e
fix(sub-deletion): subscription deletion handling for pro vs team/enterprise ( #2364 )
...
* fix(subscription): deletion should sync pro limits back to free
* consolidate duplicate code
2025-12-13 16:10:47 -08:00
Waleed
75a5b43252
feat(og): update og image ( #2362 )
2025-12-13 15:52:13 -08:00
Vikhyath Mondreti
8d0e50fd0d
improvement(admin-routes): cleanup code that could accidentally desync stripe and DB ( #2363 )
...
* remove non-functional admin route
* stripe updates cleanup
2025-12-13 15:11:14 -08:00
Waleed
f7d1b06d75
feat(docs): add opengraph to docs for dynamic link preview ( #2360 )
2025-12-13 13:51:43 -08:00
Vikhyath Mondreti
73940ab390
fix(deployed-chat): voice mode ( #2358 )
...
* fix(deployed-chat): voice mode
* remove redundant check
* consolidate query
* invalidate session on password change + race condition fix
2025-12-13 12:31:03 -08:00
Vikhyath Mondreti
f111dac020
improvement(autolayout): reduce horizontal spacing ( #2357 )
2025-12-13 11:06:42 -08:00
Waleed
690be530c8
chore(icons): update spotify icon ( #2356 )
2025-12-13 02:11:42 -08:00
Waleed
4edb3be52d
fix(spotify): added missing human readable scopes to oauth required modal ( #2355 )
2025-12-12 21:09:12 -08:00
Waleed
f526c36fc0
v0.5.28: tool fixes, sqs, spotify, nextjs update, component playground
v0.5.28
2025-12-12 21:05:57 -08:00
Waleed
9c8d845ba4
feat(ui): added component playground & fixed training modal ( #2354 )
2025-12-12 21:05:26 -08:00
Waleed
65ac64c2cf
feat(i18n): update translations ( #2351 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-12 20:15:06 -08:00
Waleed
9e3e18601c
fix(next): externalize playwright and ws ( #2352 )
2025-12-12 20:14:53 -08:00
Waleed
821d127c00
fix(build): explicitly install shims module from anthropic and openai in stagehand route ( #2350 )
2025-12-12 19:24:47 -08:00
Siddharth Ganesan
ecf5209e6f
feat(integration): add spotify ( #2347 )
...
* Add spotify
* Finish spotify integration
* Fix logo
* fix build
* Rename tools
* Fix docs
* Fix lint
* Fix imports
* ran lint
---------
Co-authored-by: waleed <walif6@gmail.com >
2025-12-12 19:22:17 -08:00
Vikhyath Mondreti
132f4bca38
fix(validation): don't validate disabled blocks ( #2348 )
2025-12-12 19:02:08 -08:00
Waleed
d27f7c232b
fix(next): remove openai and anthropic sdk's from serverExternalPackages ( #2349 )
2025-12-12 18:09:17 -08:00
Siddharth Ganesan
d06d2b01e3
fix(copilot): fix incorrectly sanitizing json state ( #2346 )
...
* Fix
* Fix
* Remove dead code
* Fix lint
2025-12-12 17:55:29 -08:00
Waleed
92db054c53
feat(i18n): update translations ( #2345 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-12 17:50:34 -08:00
Waleed
cd7fa688c9
fix(build): fix DB dockerfile ( #2344 )
2025-12-12 17:11:01 -08:00
Waleed
e359dc2946
fix(cron): reject CRON requests when CRON secret is not set ( #2343 )
2025-12-12 17:08:48 -08:00
Vikhyath Mondreti
0415eb47fe
fix(minor-bugs): grafana, zep, video generation, templates fixes ( #2336 )
...
* make creator profile required
* fix grafana tag dropdown / outputs mismatch
* fix grafana annotations to make dashboard id required
* fix fal ai
* fix fal ai
* fix zep
2025-12-12 17:02:36 -08:00
Waleed
49d31c80f5
feat(i18n): update translations ( #2339 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-12 16:59:04 -08:00