Waleed Latif
d75cc1ed84
v0.3.30: duplication, control bar fixes
v0.3.30
2025-08-18 08:57:26 -07:00
Waleed Latif
5a8a703ecb
fix(duplicate): fixed detached state on duplication ( #1011 )
2025-08-18 08:51:18 -07:00
Waleed Latif
6f64188b8d
fix(control-bar): fix icons styling in disabled state ( #1010 )
2025-08-18 08:22:06 -07:00
Vikhyath Mondreti
60a9a25553
Merge pull request #1009 from simstudioai/staging
...
update migration file for notekeeping purpose
2025-08-18 01:59:02 -07:00
Vikhyath Mondreti
52fa388f81
update migration file for notekeeping purpose
2025-08-18 01:56:34 -07:00
Vikhyath Mondreti
5c56cbd558
Merge pull request #1008 from simstudioai/staging
...
reduce batch size to prevent timeouts
2025-08-18 01:11:49 -07:00
Vikhyath Mondreti
dc19525a6f
reduce batch size to prevent timeouts
2025-08-18 01:10:47 -07:00
Vikhyath Mondreti
3873f44875
Merge pull request #1007 from simstudioai/staging
...
syntax issue in migration
2025-08-18 00:59:53 -07:00
Vikhyath Mondreti
09b95f41ea
syntax issue in migration
2025-08-18 00:58:09 -07:00
Vikhyath Mondreti
af60ccd188
fix: migration mem issues bypass
...
fix: migration mem issues bypass
2025-08-18 00:50:20 -07:00
Vikhyath Mondreti
eb75afd115
make logs migration batched to prevent mem issues ( #1005 )
2025-08-18 00:42:38 -07:00
Waleed Latif
fdb8256468
fix(subflow): remove all edges when removing a block from a subflow ( #1003 )
2025-08-18 00:21:26 -07:00
Vikhyath Mondreti
570c07bf2a
Merge pull request #1004 from simstudioai/staging
...
v0.3.29: copilot fixes, remove block from subflow, code cleanups
2025-08-18 00:18:44 -07:00
Adam Gough
5c16e7d390
fix(subflow): add ability to remove block from subflow and refactor to consolidate subflow code ( #983 )
...
* added logic to remove blocks from subflows
* refactored logic into just subflow-node
* bun run lint
* added subflow test
* added a safety check for data.parentId
* added state update logic
* bun run lint
* removed old logic
* removed any
* added tests
* added type safety
* removed test script
* type safety
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-08-17 22:25:31 -07:00
Waleed Latif
bd38062705
fix(workflow-error): allow users to delete workflows with invalid configs/state ( #1000 )
...
* fix(workflow-error): allow users to delete workflows with invalid configs/state
* cleanup
2025-08-17 22:23:41 -07:00
Siddharth Ganesan
d7fd4a9618
feat(copilot): diff improvements ( #1002 )
...
* Fix abort
* Cred updates
* Updates
* Fix sheet id showing up in diff view
* Update diff view
* Text overflow
* Optimistic accept
* Serialization catching
* Depth 0 fix
* Fix icons
* Updates
* Lint
2025-08-16 15:09:48 -07:00
Vikhyath Mondreti
d972bab206
fix(logs-sidebar): remove message and fix race condition for quickly switching b/w logs ( #1001 )
2025-08-16 15:05:39 -07:00
Vikhyath Mondreti
f254d70624
improvement(logs): cleanup code ( #999 )
2025-08-16 13:44:00 -07:00
Waleed Latif
8748e1d5f9
improvement(db): remove deprecated 'state' column from workflow table ( #994 )
...
* improvement(db): remove deprecated column from workflow table
* removed extraneous logs
* update sockets envvar
2025-08-16 13:04:49 -07:00
Siddharth Ganesan
133a32e6d3
Fix abort ( #998 )
2025-08-16 11:10:09 -07:00
Waleed Latif
97b6bcc43d
v0.3.28: autolayout, export, copilot, kb ui improvements
v0.3.28
2025-08-16 09:12:17 -07:00
Waleed Latif
42917ce641
fix(agent): stringify input into user prompt for agent ( #984 )
2025-08-15 19:36:49 -07:00
Waleed Latif
5f6d219223
fix(kb-ui): fixed upload files modal ui, processing ui to match the rest of the kb ( #991 )
...
* fix(kb-ui): fixed upload files modal, processing ui to match the rest of the kb
* more ui fixes
* ack PR comments
* fix help modal
2025-08-15 19:35:50 -07:00
Siddharth Ganesan
bab74307f4
fix(ishosted): make ishosted true on staging ( #993 )
...
* Add staging to ishosted
* www
2025-08-15 18:36:32 -07:00
Siddharth Ganesan
16aaa37dad
improvement(agent): enable autolayout, export, copilot ( #992 )
...
* Enable autolayout, export, and copilot in dev
* Updates
2025-08-15 18:29:34 -07:00
Siddharth Ganesan
c6166a9483
feat(copilot): generate agent api key ( #989 )
...
* Add skeleton copilot to settings modal and add migration for copilot api keys
* Add hash index on encrypted key
* Security 1
* Remove sim agent api key
* Fix api key stuff
* Auth
* Status code handling
* Update env key
* Copilot api key ui
* Update copilot costs
* Add copilot stats
* Lint
* Remove logs
* Remove migrations
* Remove another migration
* Updates
* Hide if hosted
* Fix test
* Lint
* Lint
* Fixes
* Lint
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-08-15 18:05:54 -07:00
Waleed Latif
0258a1b4ce
fix(loading): fix workflow detached on first load ( #987 )
2025-08-15 17:26:47 -07:00
Vikhyath Mondreti
4d4aefa346
fix(envvar): clear separation between server-side and client-side billing envvar ( #988 )
2025-08-15 16:41:02 -07:00
Vikhyath Mondreti
a0cf003abf
Merge pull request #986 from simstudioai/staging
...
attempt to fix build issues (#985 )
2025-08-15 15:22:26 -07:00
Vikhyath Mondreti
2e027dd77d
attempt to fix build issues ( #985 )
2025-08-15 15:21:34 -07:00
Vikhyath Mondreti
6133db53d0
v0.3.27: oauth/webhook fixes, whitelabel fixes, code cleanups
...
v0.3.27: oauth/webhook fixes, whitelabel fixes, code cleanups
v0.3.27
2025-08-15 13:33:55 -07:00
Waleed Latif
03bb437e09
fix(chat-deploy): fixed chat-deploy ( #981 )
2025-08-15 13:07:54 -07:00
Vikhyath Mondreti
9f02f88bf5
fix(oauth): webhook + oauthblocks in workflow ( #979 )
...
* fix(oauth): webhook + oauthblocks in workflow
* propagate workflow id
* requireWorkflowId for internal can be false
2025-08-15 13:07:46 -07:00
Waleed Latif
7a1711282e
improvement/function: remove unused function execution logic in favor of vm, update turborepo ( #980 )
...
* improvement(function): remove freestyle in favor of vm exec
* update imports
* remove unused test suite
* update turborepo
2025-08-15 12:51:27 -07:00
Waleed Latif
58613888b0
improvement(redirects): move redirects to middleware, push to login if no session and workspace if session exists, remove telemetry consent dialog ( #976 )
...
* improvement(redirects): move redirects to middleware, push to login if no session and workspace if session exists
* remove telemetry consent dialog
* remove migrations
* rerun migrations
2025-08-15 12:36:34 -07:00
Waleed Latif
f1fe2f52cc
improvement(billing): add billing enforcement for webhook executions, consolidate helpers ( #975 )
...
* fix(billing): clinet-side envvar for billing
* remove unrelated files
* fix(billing): add billing enforcement for webhook executions, consolidate implementation
* cleanup
* add back server envvar
2025-08-15 12:28:34 -07:00
Waleed Latif
7d05999a70
fix(force-dynamic): revert force-dynamic for the 38 routes that we previously added it to ( #971 )
2025-08-15 12:05:51 -07:00
Siddharth Ganesan
bf07240cfa
Fix user message color ( #978 )
2025-08-15 11:59:28 -07:00
Siddharth Ganesan
0c7a8efc8d
feat(copilot): add depths ( #974 )
...
* Checkpont
* can edit names and types
* Add reasoning and thinking
* Update agent max
* Max mode v1
* Add best practices
* Todo list shows up
* Todolist works
* Updates to todo
* Updates
* Updates
* Checkpoitn
* Yaml export updates
* Updates
* Checkpoint fr
* Fix diff veiw on new workflow
* Subflow autolayout fix v1
* Autolayout fixes 2
* Gdrive list files
* Get oauth credential (email)
* Gdrive file picker
* Gdrive file access prompt
* Api request
* Copilot ui for some tool calls
* Updates
* Fix overflow
* Openai
* Streaming
* Checkpoint
* Update
* Openai responses api
* Depth skeleton
* Depth tooltips
* Mode selector tool tips
* Update ui
* Update ordering
* Lint
* Remove migrations
* Add migrations back
* Lint
* Fix isdev
* Fix tests
* Comments
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-08-15 11:37:58 -07:00
Vikhyath Mondreti
f081f5a73c
Revert 1a7de84 except tag dropdown changes (keep apps/sim/components/ui/tag-dropdown.tsx) ( #972 )
2025-08-15 00:37:16 -07:00
Waleed Latif
72c07e8ad2
fix(whitelabel): fix privacy policy & terms, remove unused/unnecessary envvars for whitelabeling ( #969 )
...
* fix(whitelabel): fix privacy policy & terms for whitelabeling
* remove unused hide branding url
* removed support email envvar, remove landing page except for hosted version
* remove unnecessary comments
* removed primary, secondary, accent color envvars and standardized usage of brand colors in css file
* fix primaryColor refernce
* fix invalid css
2025-08-14 20:03:01 -07:00
Vikhyath Mondreti
e1f04f42f8
v0.3.26: fix billing, bubble up workflow block errors, credentials security improvements
...
v0.3.26: fix billing, bubble up workflow block errors, credentials security improvements
v0.3.26
2025-08-14 14:17:25 -05:00
Vikhyath Mondreti
fd9e61f85a
improvement(credentials-security): use clear credentials sharing helper, fix google sheets block url split bug ( #968 )
...
* improvement(credentials-sharing-security): cleanup and reuse helper to determine credential access
* few more routes
* fix google sheets block
* fix test mocks
* fix calendar route
2025-08-14 14:13:18 -05:00
Waleed Latif
f1934fe76b
fix(billing): separate client side and server side envvars for billing ( #966 )
2025-08-14 11:29:02 -07:00
Vikhyath Mondreti
ac41bf8c17
Revert "fix(workflow-block): revert change bubbling up error for workflow block" ( #965 )
...
* Revert "fix(workflow-block): revert change bubbling up error for workflow blo…"
This reverts commit 9f0993ed57 .
* revert test changes
2025-08-14 12:18:47 -05:00
Vikhyath Mondreti
56ffb538a0
Merge pull request #964 from simstudioai/staging
...
v0.3.25: oauth credentials sharing mechanism, workflow block error handling changes
2025-08-14 02:36:19 -05:00
Vikhyath Mondreti
2e8f051e58
fix workflow block test
2025-08-14 02:28:17 -05:00
Vikhyath Mondreti
9f0993ed57
fix(workflow-block): revert change bubbling up error for workflow block ( #963 )
2025-08-14 02:18:18 -05:00
Waleed Latif
472a22cc94
improvement(helm): added template for external db secret ( #957 )
2025-08-13 21:21:46 -07:00
Waleed Latif
da04ea0e9f
fix(subflows): added change detection for parallels, updated deploy and status schemas to match parallel/loop ( #956 )
2025-08-13 21:18:07 -07:00