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
Emir Karabeg
487f0328c9
feat(platform): new UI and templates ( #639 )
...
* 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:43:36 -07:00
Vikhyath Mondreti
b223e45de9
Merge pull request #692 from simstudioai/staging
...
v0.2.15: fix + improvement
2025-07-15 04:11:49 -07:00
Vikhyath Mondreti
0c5e70fc23
max 25 conc connections ( #691 )
2025-07-15 03:50:59 -07:00
Vikhyath Mondreti
bb759368d9
improvement(kb): pagination for docs + remove kb token count problematic query ( #689 )
...
* added pagination to docs in kb
* ack PR comments
* fix failing tests
* fix(kb): remove problematic query updating kb token count
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
2025-07-15 00:28:07 -07:00
Adam Gough
a7a2056b5f
Improvement(gmail-tools): added search and read ( #680 )
...
* improvement: added search and read gmail
* fix: meta.json file unwanted changes
* fix: modified docs, removed duplication #680
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-07-14 19:26:06 -07:00
Vikhyath Mondreti
1213a64ecd
improvement(subflow-docs): docs for loops and parallels added under blocks section ( #686 )
...
* docs: update loop and parallel block documentation
* improvement(subflows-docs): add docs for subflows
2025-07-14 18:59:49 -07:00
Vikhyath Mondreti
39444afcdc
Merge pull request #688 from simstudioai/staging
...
v0.2.14: fix + improvement
2025-07-14 18:44:37 -07:00
Vikhyath Mondreti
a030329fd5
fix(kb): auth check for create doc tool ( #687 )
2025-07-14 18:40:33 -07:00
Waleed Latif
1420f4857b
remove root-level tailwind v3 override ( #684 )
2025-07-14 17:04:03 -07:00
Waleed Latif
b1b8654236
fix(console): match by execution & block id when updating console-entry ( #685 )
...
* fix(console): match by execution & block id when updating console-entry
* remove fallback
2025-07-14 17:03:39 -07:00
Waleed Latif
d13a06e2c5
improvement(imports): changed relative to absolute imports ( #681 )
...
* improvement(imports): replace relative imports with aliases
* replace console.log with logger
2025-07-14 15:55:04 -07:00
Vikhyath Mondreti
29d0732002
fix(unsubscribe): unsubscribe missing suspense boundary ( #683 )
2025-07-14 15:46:06 -07:00
Vikhyath Mondreti
e8c51e99a2
fix(queueing): make debouncing native to queue ( #682 )
2025-07-14 15:33:25 -07:00
Waleed Latif
7192cdef6f
v0.2.13: fix + improvement + feat
...
v0.2.13: fix + improvement + feat
v0.2.13
2025-07-14 14:21:02 -07:00
Waleed Latif
8a9bc4e929
fix(permissions): make permissions check case insensitive, resolve hydration issues by consolidating environment checking function ( #678 )
...
* fix(permissions): make permissions check case insensitive
* consolidated use of helpers to fetch environment
* use import aliases
* fix(voice): added voice functionality back to chat client (#676 )
* fix(voice): added voice functioanlity back to chat clinet
* add logic to support deployed chat in staging
* fix(api-timeout): increase timeout for API block to 2 min (#677 )
* feat(wealthbox): added wealthbox crm (#669 )
* feat: wealthbox
* feat: added tools
* feat: tested and finished tools
* feat: tested and finished tools
* feat: added refresh token
* fix: added docs
* bun lint
* feat: removed files #669
* fix: greptile comments
* fix: stringified messages #669
* add visibilty to params
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com >
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com >
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-07-14 13:42:06 -07:00
Adam Gough
d65bdaf546
feat(wealthbox): added wealthbox crm ( #669 )
...
* feat: wealthbox
* feat: added tools
* feat: tested and finished tools
* feat: tested and finished tools
* feat: added refresh token
* fix: added docs
* bun lint
* feat: removed files #669
* fix: greptile comments
* fix: stringified messages #669
* add visibilty to params
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-07-14 13:07:55 -07:00