Waleed Latif
f5a64f400e
fix(docker): use next-runtime instead of accessing next_public vars directly ( #746 )
2025-07-22 12:33:48 -07:00
Vikhyath Mondreti
2ae9cbc17f
fix(webhook): immediate acks from webhooks ( #745 )
...
* fix(webhook): immediate acks from webhooks for teams
* change default message
2025-07-21 20:33:15 -07:00
Waleed Latif
919cf0b58e
improvement(docs): updated docs with new videos, new tools ( #744 )
...
* updated docs with new videos, new tools
* update typeform icon
2025-07-21 20:17:00 -07:00
Waleed Latif
560d184c31
v0.3.7: ms teams webhook, docker fixes, condition block dropdown, fixed routing with workflow block
v0.3.7
2025-07-21 17:20:31 -07:00
Vikhyath Mondreti
e4fbb67833
fix(teams-webhook): response json needs type ( #741 )
2025-07-21 12:26:47 -07:00
Waleed Latif
7f0f902204
fix(router): fixed routing issue with workflow block, added tests ( #739 )
...
* fixed routing issue with workflow block, added tests
* add new dmeo
* change console to logger
* new demo
* changed all console to logger
2025-07-21 12:12:53 -07:00
Vikhyath Mondreti
7739917941
working impl fo ms teams outgoing webhook ( #740 )
2025-07-21 12:07:49 -07:00
Waleed Latif
d94bfd9a91
fix(condition): fixed condition block dropdown ( #738 )
2025-07-21 11:18:32 -07:00
Waleed Latif
d919073bea
fix(config): add t3 to list of transpiled packages to ensure that envvars are picked up correctly ( #737 )
2025-07-21 10:16:41 -07:00
Waleed Latif
80076012c6
fix(docker): fixed docker container healthchecks, added instructions to README for pgvector ( #735 )
...
* fixed docker container healthchecks
* add additional instructions for pgvector extension to README
2025-07-20 21:27:02 -07:00
Waleed Latif
f2b1c7332d
v0.3.6: advanced mode for blocks, async api + bg tasks, trigger blocks
v0.3.6
2025-07-19 21:50:58 -07:00
Waleed Latif
b923c247ca
fix(lint): fixed lint ( #732 )
2025-07-19 21:33:55 -07:00
Waleed Latif
cdfb2fcd4c
feat(integrations): added deeper integrations for slack, supabase, firecrawl, exa, notion ( #728 )
...
* added deeper exa integrations
* added firecrawl crawl tool
* include (optional) indicator for fields that are not explicitly required to be filled in by the user
* use aliased imports, stronger typing, added additional notion tools
* added additional notion tools, tested
* added additional supabase tools, updated CSP
* added remaining supabase tools
* finished supabase tools
* fixed persistence of selector inputs on refresh, added supabase tools and slack tools
* fixed failing test
* remove unrelated file
2025-07-19 21:29:14 -07:00
Vikhyath Mondreti
5ee66252ed
feat(webhook-triggers): multiple webhook trigger blocks ( #725 )
...
* checkpoint
* correctly clear status
* works
* improvements
* fix build issue
* add docs
* remove comments, logs
* fix migration to have foreign ref key
* change filename to snake case
* modified dropdown to match combobox styling
* added block type for triggers, split out schedule block into a separate trigger
* added chat trigger to start block, removed startAt from schedule modal, added chat fields into tag dropdown for start block
* removed startedAt for schedules, separated schedules into a separate block, removed unique constraint on scheule workflows and added combo constraint on workflowid/blockid and schedule
* icons fix
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
2025-07-19 21:22:51 -07:00
Vikhyath Mondreti
7b73dfb462
fix(autofill-env-vars): simplify/remove logic to not cause useEffect overwrites ( #726 )
...
* fix(autofill-env-vars): simplify logic to not cause useEffect overwrites
* remove useless comments
2025-07-19 19:00:34 -07:00
Emir Karabeg
d7a2c0747c
fix: shortcuts ( #730 )
2025-07-19 18:08:21 -07:00
Emir Karabeg
24c22537bb
improvement(ui/ux): workflow, search modal ( #729 )
...
* improvement: workflow colors
* fix: workflow rename styling
* improvement: no API call on no name change workspace after edit
* improvement: added workflow and workspace to search
* improvement: folder path opened for current workflow on load
* improvement: ui/ux workspace selector
* improvement: search modal keyboard use
2025-07-19 17:08:26 -07:00
Vikhyath Mondreti
ddefbaab38
fix(triggers): remove gitkeep ( #724 )
2025-07-18 12:54:03 -07:00
Vikhyath Mondreti
b05a9b1493
feat(execution-queuing): async api mode + ratelimiting by subscription tier ( #702 )
...
* v1 queuing system
* working async queue
* working impl of sync + async request formats
* fix tests
* fix rate limit calc
* fix rate limiting issues
* regen migration
* fix test
* fix instrumentation script issues
* remove use workflow queue env var
* make modal have async examples
* Remove conflicting 54th migration before merging staging
* new migration files
* remove console log
* update modal correctly
* working sync executor
* works for sync
* remove useless stats endpoint
* fix tests
* add sync exec timeout
* working impl with cron job
* migrate to trigger.dev
* remove migration
* remove unused code
* update readme
* restructure jobs API response
* add logging for async execs
* improvement: example ui/ux
* use getBaseUrl() func
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2025-07-18 12:41:51 -07:00
Waleed Latif
11264edc2c
fix(docker): fix runtime vars for docker deployments ( #723 )
2025-07-18 11:05:53 -07:00
Waleed Latif
fb5d5d9e64
improvement(kb): add loading logic for document selector for kb block ( #722 )
2025-07-18 10:48:56 -07:00
Waleed Latif
732df0494e
improvement(oauth): added advanced mode for all tools with oauth and selectors ( #721 )
...
* fixed SVG error, added tool-level awareness for param validation
* added advanced mode for oauth block
* added wealthbox advanced mode
* fixed wealthbox
* moved types to types file
* ack pr comments
2025-07-18 10:39:56 -07:00
Waleed Latif
06b1d82781
v0.3.5: fix
...
v0.3.5: fix
v0.3.5
2025-07-17 19:52:31 -07:00
Waleed Latif
3d5d7474ed
fix(condition): fixed condition block to resolve envvars and vars ( #718 )
...
* fix(condition): fixed condition block to resolve envvars and vars
* upgrade turbo
* fixed starter block input not resolving as string
2025-07-17 17:57:23 -07:00
Waleed Latif
27794e59b3
v0.3.4: fix + feat + improvement
...
v0.3.4: fix + feat + improvement
v0.3.4
2025-07-17 13:37:23 -07:00
Waleed Latif
88668fed84
improvement(starter): added tag dropdown for input fields, fixed response block, remove logs and workflowConnections from api response( #716 )
...
* added start block input fields to tag dropdown
* remove logs and workflowConnections from metadata for API triggered executions
* added field name validation for start block input to prevent JSON/API errors and user error
* fix response stringifcation, reuse input format from starter block for response format, add tag dropdown & connection block handling for response format
* hepler func for filteredResult
* fix response format w builder
* fix stringification of response handler
* expand fields by default
* cleanup
2025-07-17 12:59:32 -07:00
Emir Karabeg
fe5402a6d7
fix: truncate workspace selector ( #715 )
2025-07-16 20:54:53 -07:00
Emir Karabeg
c436c2e378
feat(settings): collapse by default ( #714 )
...
* feat: collapse settings added for console
* ran migrations
* fix: added back debug to store
2025-07-16 20:52:16 -07:00
Waleed Latif
60e905c520
feat(workspace): add ability to leave joined workspaces ( #713 )
...
* feat(workspace): add ability to leave joined workspaces
* renamed workspaces/members/[id] to workspaces/members/[userId]
* revert name change for route
2025-07-16 17:39:39 -07:00
Waleed Latif
1e55a0e044
v0.3.3: fix + improvement
...
v0.3.3: fix + improvement
v0.3.3
2025-07-16 16:34:08 -07:00
Waleed Latif
e142753d64
improvement(permissions): remove the unused workspace_member table in favor of permissions ( #710 )
2025-07-16 16:28:20 -07:00
Waleed Latif
61deb02959
fix(subflows): fixed subflows not executing ( #711 )
2025-07-16 16:27:43 -07:00
Emir Karabeg
e52862166d
fix: sidebar scroll going over sidebar height ( #709 )
2025-07-16 16:16:09 -07:00
Waleed Latif
8f71684dcb
v0.3.2: improvement + fix + feat
...
v0.3.2: improvement + fix + feat
v0.3.2
2025-07-16 15:07:42 -07:00
Waleed Latif
92fe353f44
fix(subflow): fixed subflow execution regardless of path decision ( #707 )
...
* fix typo in docs file
* fix(subflows): fixed subflows executing irrespective of active path
* added routing strategy
* reorganized executor
* brought folder renaming inline
* cleanup
2025-07-16 14:21:32 -07:00
Emir Karabeg
4c6c7272c5
fix: permissions check for duplicating workflow ( #706 )
2025-07-16 14:07:31 -07:00
Vikhyath Mondreti
55a9adfdda
improvement(voice): interrupt UI + mute mic while agent is talking ( #705 )
...
* improvement(voice): interrupt UI + live transcription
* cleanup logs
* remove cross
2025-07-16 13:38:51 -07:00
Waleed Latif
bdfe7e9b99
fix(invitation): allow admins to remove members from workspace ( #701 )
...
* fix(invitation): added ability for admins to remove members of their workspace
* lint
* remove references to workspace_member db table
* remove deprecated @next/font
* only allow admin to rename workspace
* bring workflow name change inline, remove dialog
2025-07-15 22:35:35 -07:00
Vikhyath Mondreti
27c248a70c
fix(sockets): delete block case ( #703 )
2025-07-15 21:21:59 -07:00
Adam Gough
19ca9c78b4
fix(schedule): fix for custom cron ( #699 )
...
* fix: added cronExpression field and fixed formatting
* fix: modified the test.ts file #699
* added additional validation
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: Waleed Latif <walif6@gmail.com >
2025-07-15 20:42:34 -07:00
Emir Karabeg
b13f339327
feat(sidebar): sidebar toggle and search ( #700 )
...
* fix: sidebar toggle
* feat: search complete
2025-07-15 20:41:20 -07:00
Waleed Latif
aade4bf3ae
fix(sockets): remove package-lock
2025-07-15 13:43:40 -07:00
Waleed Latif
b7185c9ee8
v0.3.1: improvement + fix
...
v0.3.1: improvement + fix
v0.3.1
2025-07-15 13:07:31 -07:00
Waleed Latif
ca4b483ce3
fix(docs): minor docs typo fix ( #698 )
2025-07-15 13:06:58 -07:00
Waleed Latif
adead6336b
improvement(docs): added new docs content, cleanup old content ( #690 )
...
* added new docs content, cleanup old content
* improve execution basics section
* improve docs for executions
* update execution index docs
* improvement(docs): added introduction example, cleanup
* ran docs script
* fix typo
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-07-15 12:59:22 -07:00
Vikhyath Mondreti
2d83bbf769
improvement(db): further increase db limits ( #696 )
...
* increase sockets connection pool
* correct comment
* increase limits
* remove comments
2025-07-15 12:02:32 -07:00
Vikhyath Mondreti
fd96e446ae
improvement(sockets): increase buffer for connections ( #695 )
...
* increase sockets connection pool
* correct comment
2025-07-15 11:38:38 -07:00
Emir Karabeg
8b095105ee
fix: remove package-lock
...
fix: remove package-lock
2025-07-15 10:44:29 -07:00
Emir Karabeg
4bb1237027
fix: removed package-lock
2025-07-15 10:32:15 -07:00
Emir Karabeg
46f84e83e9
feat(platform): new UI and templates ( #639 ) ( #693 )
...
* improvement: control bar
* improvement: debug flow
* improvement: control bar hovers and skeleton loading
* improvement: completed control bar
* improvement: panel tab selector complete
* refactor: deleted notifications and history dropdown
* improvement: chat UI complete
* fix: tab change on control bar run
* improvement: finshed console (audio display not working)
* fix: text wrapping in console content
* improvement: audio UI
* improvement: image display
* feat: add input to console
* improvement: code input and showing input on errors
* feat: download chat and console
* improvement: expandable panel and console visibility
* improvement: empty state UI
* improvement: finished variables
* fix: image in console entry
* improvement: sidebar and templates ui
* feat: uploading and fetching templates
* improvement: sidebar and control bar
* improvement: templates
* feat: templates done
2025-07-15 09:58:44 -07:00