Waleed
d83865c635
fix(tools): fixed arxiv tools ( #1403 )
2025-09-21 12:05:41 -07:00
Waleed
6b4ebbac6e
feat(404): added 404 page ( #1401 )
...
* feat(404): added 404 page
* use provided brand support email over default sim one
2025-09-20 14:35:44 -07:00
Waleed
708321d0bf
fix(tools): added transform response to handle non-json responses for internal tools ( #1400 )
2025-09-20 14:17:47 -07:00
Waleed
e4d35afe1f
improvement(usage): bar execution if limits cannot be determined, init user stats record on user creation instead of in stripe plugin ( #1399 )
...
* improvement(usage): bar execution if limits cannot be determined, init user stats record on user creation instead of in stripe plugin
* upsert user stats record in execution logger
2025-09-20 14:08:51 -07:00
Waleed
1d74ccfeda
fix(ollama): fix ollama container for CPU vs GPU mode ( #1396 )
2025-09-20 12:08:44 -07:00
Waleed
545e590ce5
fix(emails): updated path for email assets to absolute rather than relative paths ( #1398 )
2025-09-20 12:08:34 -07:00
Waleed
93f9293f2c
fix(verification): add OTP dev skip ( #1395 )
2025-09-20 11:31:41 -07:00
Vikhyath Mondreti
b5570c1c0e
fix(cursor): misaligned in long inputs ( #1388 )
2025-09-19 11:49:36 -07:00
Waleed
225571c49a
improvement(search): improved filters UI and search suggestions ( #1387 )
...
* improvement(search): improved filters UI and search suggestions
* update tool input UI
2025-09-19 11:22:47 -07:00
Waleed
a1c518e4e1
feat(file): add more upload types to the file block ( #1386 )
2025-09-19 10:07:52 -07:00
Vikhyath Mondreti
04922fe5c9
fix(generic-webhooks): idempotency simplification, generic webhook vars changes ( #1384 )
...
* fix(idempotency): simplify for deterministic provider based checks
* remove generic webhook outputs and allow body to be referenced via vars
2025-09-19 10:03:45 -07:00
Waleed
8e70a61ba9
fix(docker): added copilot-related keys to docker container definitions ( #1382 )
2025-09-18 21:08:25 -07:00
Waleed
abae6b96b5
feat(i18n): update translations ( #1381 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-09-18 18:18:17 -07:00
Vikhyath Mondreti
bff1852a85
v0.3.56: i18n, sharepoint operations & logs search improvements
v0.3.56
2025-09-18 14:21:14 -07:00
Adam Gough
7327b448e5
Improvement(sharepoint): added ability to create list items, different from create list ( #1379 )
...
* added add list items
(cherry picked from commit df6ea35d5bb975c03c7ec0c787bd915f34890ac0)
* bun run lint
* minor changes
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-09-18 14:18:58 -07:00
Waleed
eb1e90bb7f
improvement(search): added more granular logs search, added logs export, improved overall search experience ( #1378 )
...
* improvement(search): added more granular logs search, added logs export, improved overall search experience
* updated tests
2025-09-18 13:58:44 -07:00
Vikhyath Mondreti
3905d1cb81
fix(selectors): gdrive and slack selectors inf loops ( #1376 )
...
* fix(selectors): gdrive and slack selectors inf loops
* remove comment
2025-09-18 11:40:36 -07:00
Waleed
cd084e8236
fix(actions): updated i18n gh action to use PAT instead of default token ( #1377 )
2025-09-18 11:29:02 -07:00
Waleed
5d96484501
fix(variables): remove quote stripping from short & long inputs ( #1375 )
...
* fix(variables): remove quote stripping from short & long inputs
* restore env
* remove quote stripping everywhere
* remove unused file
2025-09-18 11:04:22 -07:00
Waleed
6747a497fc
fix(migrations): upgrade drizzle-kit in migrations container ( #1374 )
...
* fix(migrations): upgrade drizzle-kit in migrations container
* fix comments
* rm unused file
2025-09-18 11:04:06 -07:00
Waleed
2df65527d3
v0.3.55: landing page / OTP improvements, DB package separation, Webhooks fixes, Sharepoint Improvement
v0.3.55
2025-09-17 23:48:35 -07:00
Adam Gough
d0b69455e2
Improvement(sharepoint): added more operations in sharepoint ( #1369 )
...
* added list tools
* not working yet
* improved read and create
* added scopes
* updated sharepoint tools
* added greptile comments
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-09-17 19:16:12 -07:00
Vikhyath Mondreti
6028b1f5c0
fix(dockerfile): needs dummy db url ( #1368 )
2025-09-17 18:56:54 -07:00
Waleed
658cf11299
improvement(idempotency): added atomic claims to prevent duplicate processing for long-running workflows ( #1366 )
...
* improvement(idempotency): added atomic claims to prevent duplicate processing for long-running workflows
* ack PR comments
2025-09-17 17:17:55 -07:00
Waleed
6312df3a07
feat(signup): added back to login functionality to OTP page ( #1365 )
...
* update infra and remove railway
* feat(signup): added back to login functionalityfrom OTP page
* remove placeholders from docker commands, simplified login flow
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
2025-09-17 17:17:37 -07:00
Vikhyath Mondreti
9de7a00373
improvement(code-structure): move db into separate package ( #1364 )
...
* improvement(code-structure): move db into separate package
* make db separate package
* remake bun lock
* update imports to not maintain two separate ones
* fix CI for tests by adding dummy url
* vercel build fix attempt
* update bun lock
* regenerate bun lock
* fix mocks
* remove db commands from apps/sim package json
2025-09-17 15:41:13 -07:00
Waleed
325a666a8b
improvement(landing): insert prompt into copilot panel from landing, open panel on entry ( #1363 )
...
* update infra and remove railway
* improvement(landing): insert prompt into copilot panel from landing, open panel on entry
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* fixes
* remove debug logs
* go back to old env
2025-09-17 12:28:22 -07:00
Vikhyath Mondreti
2149f5e36d
v0.3.54: google forms block, new landing page, generic mail tool, billing fixes
v0.3.54
2025-09-16 22:13:12 -07:00
Emir Karabeg
009e1da5f1
improvement(platform): ui/ux ( #1357 )
...
* improvement: branding; auth; chat-deploy
* improvement: docs favicon
* fix: rolled back verification logic
2025-09-16 21:51:23 -07:00
Vikhyath Mondreti
6101493f12
fix(next-js): pin version ( #1358 )
...
* fix(next-js): pin version
* fix
2025-09-16 21:50:52 -07:00
Adam Gough
4b5c2b43e9
feat(google-forms): added google forms block ( #1343 )
...
* fix(sidebar): draggable cursor on sidebar when switching workflows (#1276 )
* added google form tool to read forms
* added trigger mode and block docs
* updated docs
* removed file
* reverted diff
* greptile comments
* Reverted bun file
* remove outdated code for old webhook modal
* restore ui changes to webhooks
* removed provider specific logic
* fix 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 <adamgough@Mac.attlocal.net >
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com >
2025-09-16 21:20:59 -07:00
Vikhyath Mondreti
bd402cdda5
fix(layout): fix layout semantics on invite page ( #1356 )
2025-09-16 21:17:51 -07:00
Emir Karabeg
0c30646a2d
improvement: branding; auth; chat-deploy ( #1351 )
...
* improvement: branding; auth; chat-deploy
* improvement: docs favicon
2025-09-16 21:16:55 -07:00
Vikhyath Mondreti
53792b9a1d
fix bun lock ( #1354 )
2025-09-16 21:02:11 -07:00
Vikhyath Mondreti
48f86e66f4
fix(better-auth): revert back to version 1.2.9 ( #1352 )
2025-09-16 20:53:01 -07:00
Waleed
fd422b5d0d
feat(sms): add generic sms sending block/tool ( #1349 )
...
* update infra and remove railway
* feat(sms): add generic sms sending block/tool
* added docs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* updated colors
* remove fallbacks, stronger typing
2025-09-16 17:47:15 -07:00
Waleed
17cf72834d
improvement(gh): fix i18n github action to run on merge to staging ( #1350 )
...
* update infra and remove railway
* improvement(ci): fix i18n github action
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
2025-09-16 17:34:53 -07:00
Waleed
3122b506fd
feat(tools): add generic mail sending block/tools, updated docs script ( #1348 )
...
* update infra and remove railway
* feat(tools): add generic mail sending block/tools, updated docs script
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* remove message id
* updated type
2025-09-16 16:06:31 -07:00
Waleed
a31305b7ee
fix(bun): pin bun version for db migrations ( #1347 )
...
* fix(migrations): downgrade nextjs
* fix(bun): pin bun version in db migrations
* Revert "fix(migrations): downgrade nextjs"
This reverts commit 27b544f22d .
2025-09-16 14:31:37 -07:00
Emir Karabeg
4f26a7aa73
feat(landing): new landing page ( #1219 )
...
* update infra and remove railway
* feat(landing): background; font; metadata; nav
* finished navbar ui
* completed hero UI
* hero heading UI/UX
* updated icon descriptions
* canvas improvements
* canvas improvements
* updated canvas; adjusted background
* removed gsap; adjusted canvas height
* added templates outline
* feat(landing, landing-2): Update background, hero components, nav, integrations, pricing, templates, testimonials, tailwind config
* feat(landing, landing-2): Update background, footer, hero, index components, integrations, landing-pricing, landing templates, footer in sections, icons, middleware
* improvement(landing): optimized html
* feat(landing): update background, footer, hero, integrations, landing-enterprise, landing-pricing, landing-templates, nav, add github-stars route
* feat(landing): added onclicks
* feat(landing): commented out templates
* fix: reset environment
* fixed build
* feat(landing): updated background, footer, index, integrations, landing-pricing, nav, testimonials, landing page, fonts, environment
* feat(landing): swapped integrations and pricing
* navigation for new landing
* login/signup/terms/privacy preliminary changes, as well as navigation setup
* feat(landing,nav,hero,integrations,footer,testimonials,background,structured-data): updates and additions across components
* feat(landing): updated terms and privacy
* feat(auth): adjusted background
* feat(auth): signup and login complete
* feat(auth): completed all flows ui/ux
* fix: testing and build
* feat(landing, auth): update nav and login tests
* fix(ui): update auth navigation component (149 chars)
* restore scripts dir
* revert back to old globals.css brand primary color, updated invite page
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* remove logos
* add gh stars action for reuse on landing + cht
---------
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-09-15 21:40:35 -07:00
Waleed
a06ae0d2e7
v0.3.53: logs search, idempotency for webhooks, billing fixes for overage, i18n for docs
v0.3.53
2025-09-15 19:53:14 -07:00
Waleed
ab97ac5a77
fix(build): upgrade fumadocs to latest ( #1341 )
...
* update infra and remove railway
* fix(builds): upgraded fumadocs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
2025-09-15 19:28:07 -07:00
Waleed
ac8bf96eee
fix(build): upgrade fumadocs ( #1340 )
...
* update infra and remove railway
* fix(build): fixed the build
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
2025-09-15 17:47:34 -07:00
Waleed
d4165f5be6
feat(docs): added footer for page navigation, i18n for docs ( #1339 )
...
* update infra and remove railway
* feat(docs): added footer for page navigation, i18n for docs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* added SEO-related stuff
* fix image sizes
* add missing pages
* remove extraneous comments
2025-09-15 17:31:35 -07:00
Vikhyath Mondreti
994c35f62c
fix(stripe): revert to stable versioning for better auth plugin ( #1337 )
2025-09-15 16:04:28 -07:00
Vikhyath Mondreti
4ce6bc94c3
fix(stripe): use latest version to fix event mismatch issues ( #1336 )
...
* fix(stripe): use latest version to fix event mismatch issues
* fix enterprise handling
* cleanup
* update better auth version
* fix overage order of ops
* upgrade better auth version
* fix image typing
* change image type to string | undefined
2025-09-15 15:54:41 -07:00
Adam Gough
ba21d274ec
improvement(array-index): resolved variables for 2d arrays ( #1328 )
...
* resolved variables for 2d arrays
* added tests
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-09-15 15:43:20 -07:00
Waleed
d73a97ffa2
feat(idempotency): added generalized idempotency service for all triggers/webhooks ( #1330 )
...
* update infra and remove railway
* feat(webhooks): add idempotency service for all triggers/webhooks
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* cleanup
* ack PR comments
2025-09-15 14:50:18 -07:00
Waleed
f2ec43e4f9
feat(logs): added intelligent search with suggestions to logs ( #1329 )
...
* update infra and remove railway
* feat(logs): added intelligent search to logs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* cleanup
* cleanup
2025-09-13 17:32:41 -07:00
Adam Gough
3e5d3735dc
changed search for folders and workflows in logs ( #1327 )
...
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-09-13 12:38:50 -07:00