1436 Commits
Author SHA1 Message Date
Waleed Latif 38f5aae0fb v0.2.12: fix + improvement
v0.2.12: fix + improvement
v0.2.12
2025-07-12 20:26:20 -07:00
Waleed Latif 36eb04dab5 fix(stripe): added missing webhook secret for stripe webhook billing endpoint 2025-07-12 20:20:00 -07:00
Vikhyath Mondreti 4285b36a42 Merge pull request #673 from simstudioai/fix/trace-spans-tool-calls
improvement(trace-span): make tool calls separately collect in the tracespan
2025-07-12 14:03:01 -07:00
Vikhyath Mondreti 6967ac0417 improve UI 2025-07-12 13:59:42 -07:00
Vikhyath Mondreti 027614f373 improvement(trace-span): make tool calls separately display in trace span" 2025-07-12 13:15:44 -07:00
Vikhyath Mondreti b4b6895efa add tool calls to trace span 2025-07-12 13:06:47 -07:00
Vikhyath Mondreti 5b7c07c283 Merge pull request #670 from simstudioai/improvement/gmail
improvement(gmail): added gmail draft operation
2025-07-12 12:34:46 -07:00
Adam Gough c81f881855 improvement: fixed docs #670 2025-07-12 11:21:31 -07:00
Adam Gough 0bd480cfe4 improvement: added draft operation 2025-07-11 15:49:14 -07:00
Adam Gough 1afdeed244 improvement: added gmail draft operation 2025-07-11 15:47:14 -07:00
Waleed Latif e216b176ac fix(text-fields): prevent save password on usage limit change (#667)
* prevent save password on usage limit change

* prevent more password managers from appearing
2025-07-10 20:15:38 -07:00
Waleed Latif f0e605f5fa fix(precommit-hook): fixed pre commit hook to use lint-staged (#666) 2025-07-10 19:50:09 -07:00
Waleed Latif 4c85e34d2b fix(scrollbar): fixed double scrollbar (#665) 2025-07-10 19:43:56 -07:00
Vikhyath Mondreti 7e174f239a Merge pull request #659 from simstudioai/fix/cancel-sub
fix(cancel-subscription): cancel subscription needs reference id
2025-07-10 17:31:55 -07:00
Vikhyath Mondreti af0dcf7efd remove optional chain 2025-07-10 16:13:36 -07:00
Vikhyath Mondreti 617ea25ab4 pass reference id to cancel func 2025-07-10 16:04:23 -07:00
Waleed Latif b7d536b7bc v0.2.11: fix + feat + improvement
v0.2.11: fix + feat + improvement
v0.2.11
2025-07-10 15:23:44 -07:00
Waleed Latif e83745fcaf feat(models): add grok-4 (#655) 2025-07-10 14:19:45 -07:00
Waleed Latif 3887733da5 feat(kb): added cost for kb blocks (#654)
* added cost to kb upload + search

* small fix

* ack PR comments
2025-07-10 13:53:20 -07:00
Vikhyath Mondreti 614d826217 Merge pull request #652 from simstudioai/fix/resp-format-json-extraction
fix(resp-format): add UI warning for invalid json in response format
2025-07-10 13:21:09 -07:00
Vikhyath Mondreti a0a4b21000 remove useless paths 2025-07-10 13:17:45 -07:00
Vikhyath Mondreti 1f6dcd8465 remove regex handling never hit 2025-07-10 13:17:35 -07:00
Waleed Latif 30538d9380 fix(docs): fixed docs script to reflect the new output format for all blocks (#653)
* fix(docs): fixed tool docs generator script to match new output structure from blocks

* updated outdated docs
2025-07-10 12:03:37 -07:00
Vikhyath Mondretiandgreptile-apps[bot] 6149489483 Update apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/code.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-10 11:56:25 -07:00
Vikhyath Mondreti 9ede001202 lint 2025-07-10 11:47:36 -07:00
Vikhyath Mondreti 209d822ce9 fix response format json extraction issues + add warning for invalid json 2025-07-10 11:47:29 -07:00
31d9e2a4a8 feat(kb-tags-filtering): filter kb docs using pre-set tags (#648)
* feat(knowledge-base): tag filtering

* fix lint

* remove migrations

* fix migrations

* fix lint

* Update apps/sim/app/api/knowledge/search/route.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* fix lint

* fix lint

* UI

---------

Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Waleed Latif <walif6@gmail.com>
2025-07-09 22:54:40 -07:00
Waleed LatifandVikhyath Mondreti e5080febd5 feat(billing): add comprehensive usage-based billing system (#625)
* feat(billing): add comprehensive usage-based billing system

- Complete billing infrastructure with subscription management
- Usage tracking and limits for organizations
- Team management with role-based permissions
- CRON jobs for automated billing and cleanup
- Stripe integration for payments and invoicing
- Email notifications for billing events
- Organization-based workspace management
- API endpoints for billing operations

* fix tests, standardize datetime logic

* add lazy init for stripe client, similar to s3

* cleanup

* ack PR comments

* fixed build

* convert everything to UTC

* add delete subscription functionality using better auth

* fix lint

* fix linter error

* remove invoice emails since it is natively managed via stripe

* fix build

---------

Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
2025-07-09 22:42:23 -07:00
Vikhyath Mondreti 529fd44405 Merge pull request #650 from simstudioai/improvement/logging-ui
improvement(logging-ui): improve logging UI to be less of information dump
2025-07-09 20:41:16 -07:00
Vikhyath Mondreti 717b4dd2ff revert 2025-07-09 20:36:17 -07:00
Vikhyath Mondreti 8aa86e0e9d remove duplicate info in trace span info for tool calls 2025-07-09 20:15:13 -07:00
Vikhyath Mondreti 148f0a6da3 fix lint 2025-07-09 19:51:46 -07:00
Vikhyath Mondreti 14f422ef5e fix frozen canvas trace span interpretation issue 2025-07-09 19:51:35 -07:00
Vikhyath Mondreti f27cb18883 fix lint 2025-07-09 19:20:07 -07:00
Vikhyath Mondreti e102b6cf17 improve logging ui 2025-07-09 19:19:53 -07:00
Vikhyath Mondreti 50595c5c49 Merge pull request #646 from simstudioai/feat/ask-docs
feat(yaml workflow): yaml workflow representation + doc embeddings
2025-07-09 13:27:10 -07:00
Siddharth Ganesan 3c61bc167a lint 2025-07-09 12:54:20 -07:00
Siddharth Ganesan ef681d8a04 Greptile fixes 2025-07-09 12:54:14 -07:00
Waleed Latif df4971a876 fix(reddit): fixed reddit missing refresh token for oauth 2025-07-09 12:46:02 -07:00
Vikhyath Mondreti f269fc9776 Merge pull request #647 from simstudioai/staging
v0.2.10: fix
2025-07-09 12:06:35 -07:00
Vikhyath Mondreti c65384d715 Merge branch 'main' into staging 2025-07-09 12:00:02 -07:00
Vikhyath MondretiandVikhyath Mondreti 24e19a83a5 add 6s timeout (#645)
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
2025-07-09 11:53:43 -07:00
Siddharth Ganesan 5c487f59f9 Remove json export 2025-07-09 11:39:03 -07:00
Siddharth Ganesan c45da7b93e Lint 2025-07-09 11:37:13 -07:00
Siddharth Ganesan cfc261d646 Move upload button 2025-07-09 11:37:08 -07:00
Siddharth Ganesan 763d0de5d5 Lint 2025-07-09 11:13:32 -07:00
Siddharth Ganesan eade867d98 Comment instead of ff 2025-07-09 11:13:28 -07:00
4a26b061a4 fix(search-chunk): searchbar in knowledge base chunk (#557)
* fix: chunk search bar fix

* fix: fixed reload and refresh

* fix: fixed structure

* fix: need to fix persisting in knowledge search

* fix: adding page as query param

* fix: bun run lint (#557)

* added instantaneous client-side search, added fuzzy search & text highlighting

---------

Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
Co-authored-by: Waleed Latif <walif6@gmail.com>
2025-07-09 10:52:28 -07:00
Siddharth Ganesan 8176b37d89 Lint 2025-07-09 10:32:19 -07:00
Siddharth Ganesan 610ea0b689 Yaml fixes 2025-07-09 10:32:14 -07:00