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
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
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
Waleed Latif
d4f412af92
fix(api): fix api post and get without stringifying ( #955 )
2025-08-13 18:49:22 -05:00
Siddharth Ganesan
70fa628a2a
improvement(uploads): add multipart upload + batching + retries ( #938 )
...
* File upload retries + multipart uploads
* Lint
* FIle uploads
* File uploads 2
* Lint
* Fix file uploads
* Add auth to file upload routes
* Lint
2025-08-13 15:18:14 -07:00
Vikhyath Mondreti
b159d63fbb
improvement(oauth): credentials sharing for workflows ( #939 )
...
* improvement(oauth): credential UX while sharing workflows
* fix tests
* address greptile comments
* fix linear, jira, folder selectors
* fix routes
* fix linear
* jira fix attempt
* jira fix attempt
* jira fixes
* fix
* fix
* fix jira
* fix selector disable behaviour
* minor fixes
* clear selectors correctly
* fix project selector jira
* fix gdrive
* fix labels dropdown
* fix webhook realtime collab
* fix
* fix webhooks persistence
* fix folders route
* fix lint
* test webhook intermittent error
* fix
* fix display
2025-08-13 16:51:46 -05:00
Adam Gough
5dfe9330bb
added file for microsoft verification ( #946 )
...
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-08-13 12:18:31 -05:00
Vikhyath Mondreti
7ebc87564d
fix(double-read): API Block ( #950 )
...
* fix(double-read-http): double reading body json
* fix
* fix tests
2025-08-12 23:08:31 -05:00
Vikhyath Mondreti
8aa0ed19f1
Revert "fix(api): fix api block ( #951 )" ( #953 )
...
This reverts commit 8016af60f4 .
2025-08-12 23:05:08 -05:00
Waleed Latif
8016af60f4
fix(api): fix api block ( #951 )
2025-08-12 20:31:41 -07:00
Vikhyath Mondreti
8de06b63d1
Revert "improvement(performance): use redis for session data ( #934 )" ( #947 )
...
This reverts commit 3c7b3e1a4b .
2025-08-12 17:30:21 -05:00
Vikhyath Mondreti
1a7de84c7a
fix(tag-dropdown): last char dropped bug ( #945 )
2025-08-12 11:48:34 -05:00
Waleed Latif
a2dea384a4
fix(kb): kb-level deletion should reflect in doc level kb tags sidebar registry ( #944 )
2025-08-12 09:26:28 -07:00
Waleed Latif
1c3e923f1b
fix(kb-ui): fixed tags hover effect ( #942 )
2025-08-12 08:49:19 -07:00
Waleed Latif
e1d5e38528
fix(chunks): instantaneous search + server side searching instead of client-side ( #940 )
...
* fix(chunks): instantaneous search + server side searching instead of client-side
* add knowledge tags component to sidebar, replace old knowledge tags UI
* add types, remove extraneous comments
* added knowledge-base level tag definitions viewer, ability to create/delete slots in sidebar and respective routes
* ui
* fix stale tag issue
* use logger
2025-08-12 01:53:47 -07:00
Waleed Latif
3c7b3e1a4b
improvement(performance): use redis for session data ( #934 )
2025-08-11 22:42:22 -05:00
Waleed Latif
bc455d5bf4
feat(variables): multiplayer variables through sockets, persist server side ( #933 )
...
* feat(variables): multiplayer variables through sockets, persist server side
* remove extraneous comments
* breakout variables handler in sockets
2025-08-11 18:32:21 -05:00
Waleed Latif
2a333c7cf7
fix(kb): added proper pagination for documents in kb ( #937 )
2025-08-11 14:16:15 -07:00
Adam Gough
41cc0cdadc
fix(webhooks): fixed all webhook structures ( #935 )
...
* fix for variable format + trig
* fixed slack variable
* microsoft teams working
* fixed outlook, plus added other minor documentation changes and fixed subblock
* removed discord webhook logic
* added airtable logic
* bun run lint
* test
* test again
* test again 2
* test again 3
* test again 4
* test again 4
* test again 4
* bun run lint
* test 5
* test 6
* test 7
* test 7
* test 7
* test 7
* test 7
* test 7
* test 8
* test 9
* test 9
* test 9
* test 10
* test 10
* bun run lint, plus github fixed
* removed some debug statements #935
* testing resolver removing
* testing trig
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-08-11 12:50:55 -07:00
Waleed Latif
70aeb0c298
fix(sidebar-ui): fix small ui bug to close gap when creating new workflow ( #932 )
2025-08-10 18:33:01 -07:00
Emir Karabeg
83f113984d
feat(usage-indicator): added ability to see current usage ( #925 )
...
* feat(usage-indicator): added ability to see current usage
* feat(billing): added billing ennabled flag for usage indicator, enforcement of billing usage
---------
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-08-10 17:20:53 -07:00
Waleed Latif
56ede1c980
improvement(tools): removed transformError, isInternalRoute, directExecution ( #928 )
...
* standardized response format for transformError
* removed trasnformError, moved error handling to executeTool for all different error formats
* remove isInternalRoute, make it implicit in executeTool
* removed directExecution, everything on the server nothing on the client
* fix supabase
* fix(tag-dropdown): fix values for parallel & loop blocks (#929 )
* fix(search-modal): add parallel and loop blocks to search modal
* reordered tool params
* update docs
2025-08-10 17:19:46 -07:00
Waleed Latif
df16382a19
improvement(subflow): consolidated parallel/loop tags and collaborativeUpdate ( #931 )
...
* fix(console): fix typo
* improvement(subflows): consolidated subflows tags
2025-08-10 17:19:21 -07:00
Waleed Latif
e271ed86b6
improvement(console): added iteration info to console entry for parallel/loop ( #930 )
2025-08-10 16:27:39 -07:00
Waleed Latif
785b86a32e
fix(tag-dropdown): fix values for parallel & loop blocks ( #929 )
2025-08-10 11:55:56 -07:00
Waleed Latif
e5e8082de4
fix(workflow-block): improvements to pulsing effect, active execution state, and running workflow blocks in parallel ( #927 )
...
* fix: same child workflow executing in parallel with workflow block
* fixed run button prematurely showing completion before child workflows completed
* prevent child worklfows from touching the activeBlocks & layer logic in the parent executor
* surface child workflow errors to main workfow
* ack PR comments
2025-08-09 16:57:56 -07:00
Waleed Latif
8a08afd733
improvement(control-bar): standardize styling across all control bar buttons ( #926 )
2025-08-09 12:32:37 -07:00
Vikhyath Mondreti
ebb25469ab
fix(apikeys): pinned api key to track API key a workflow is deployed with ( #924 )
...
* fix(apikeys): pinned api key to track API key a workflow is deployed with
* remove deprecated behaviour tests
2025-08-09 01:37:27 -05:00
Waleed Latif
a2040322e7
fix(chat): fix chat attachments style in dark mode ( #923 )
2025-08-08 20:12:30 -07:00
Waleed Latif
a8be7e9fb3
fix(help): fix email for help route ( #922 )
2025-08-08 20:06:19 -07:00
Waleed Latif
503268ebcd
fix(email): manual OTP instead of better-auth ( #921 )
...
* fix(email): manual OTP instead of better-auth
* lint
2025-08-08 18:49:54 -07:00
Waleed Latif
9a4de1f0c6
fix(otp): fix email not sending ( #917 )
2025-08-08 17:25:44 -07:00
Waleed Latif
43a3416347
fix(email-validation): add email validation to prevent bouncing, fixed OTP validation ( #916 )
...
* feat(email-validation): add email validation to prevent bouncing
* removed suspicious patterns
* fix(verification): fixed OTP verification
* fix failing tests, cleanup
2025-08-08 17:01:41 -07:00
Adam Gough
7f39cd0f23
Improvement(cc): added cc to gmail and outlook ( #900 )
...
* changed just gmail
* bun run lint
* fixed bcc
* updated docs
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-08-08 14:20:16 -07:00
Waleed Latif
658942deb3
fix(mailer): update mailer to use the EMAIL_DOMAIN ( #914 )
...
* fix(mailer): update mailer to use the EMAIL_DOMAIn
* add more
2025-08-08 13:13:52 -07:00
Vikhyath Mondreti
061bd6d5a8
improvement(chunk-config): migrate unused default for consistency ( #913 )
2025-08-08 12:46:30 -07:00
Vikhyath Mondreti
0ec91f9010
fix(min-chunk): remove minsize for chunk ( #911 )
...
* fix(min-chunk): remove minsize for chunk
* fix tests
2025-08-08 12:37:41 -07:00
Waleed Latif
db581dc727
improvement(tag-dropdown): typed tag dropdown values ( #910 )
2025-08-08 11:34:40 -07:00