Vikhyath Mondreti
209d822ce9
fix response format json extraction issues + add warning for invalid json
2025-07-10 11:47:29 -07:00
Vikhyath Mondreti
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 Latif
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
c65384d715
Merge branch 'main' into staging
2025-07-09 12:00:02 -07:00
Vikhyath 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
Adam Gough
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
Siddharth Ganesan
3c1914c566
Fix loop/parallel yaml
2025-07-09 10:23:44 -07:00
Siddharth Ganesan
218041dba3
Handle loops/parallel
2025-07-09 10:23:31 -07:00
Siddharth Ganesan
a2827a52c0
Checkpoint
2025-07-08 22:20:46 -07:00
Siddharth Ganesan
6ca8311a76
Lint
2025-07-08 22:15:13 -07:00
Siddharth Ganesan
37c4f835dd
Read workflow checkpoint
2025-07-08 22:15:09 -07:00
Siddharth Ganesan
0b01d4bc78
Lint
2025-07-08 22:07:54 -07:00
Siddharth Ganesan
a5883171f9
Get user workflow tool
2025-07-08 22:07:48 -07:00
Waleed Latif
c2f786e40b
v0.2.9: fix + feat ( #643 )
...
* fix(sharing): fixed folders not appearing when sharing workflows (#616 )
* fix(sharing): fixed folders not appearing when sharing workflows
* cleanup
* fixed error case
* fix(deletions): folder deletions were hanging + use cascade deletions throughout (#620 )
* use cascade deletion
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan >
* fix(envvars): t3-env standardization (#606 )
* chore: use t3-env as source of truth
* chore: update mock env for failing tests
* feat(enhanced logs): integration + log visualizer canvas (#618 )
* feat(logs): enhanced logging system with cleanup and theme fixes
- Implement enhanced logging cleanup with S3 archival and retention policies
- Fix error propagation in trace spans for manual executions
- Add theme-aware styling for frozen canvas modal
- Integrate enhanced logging system across all execution pathways
- Add comprehensive trace span processing and iteration navigation
- Fix boolean parameter types in enhanced logs API
* add warning for old logs
* fix lint
* added cost for streaming outputs
* fix overflow issue
* fix lint
* fix selection on closing sidebar
* tooltips z index increase
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan >
Co-authored-by: Waleed Latif <walif6@gmail.com >
* fix(frozen canvas): don't error if workflow state not available for migrated logs (#624 )
* fix(frozen canvas): don't error if workflow state not available for old logs
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan >
* fix(reddit): update to oauth endpoints (#627 )
* fix(reddit): change tool to use oauth token
* fix lint
* add contact info
* Update apps/sim/tools/reddit/get_comments.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update apps/sim/tools/reddit/hot_posts.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update apps/sim/tools/reddit/get_posts.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix type error
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-MacBook-Air.local >
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* feat(tools): added reordering of tool calls in agent tool input (#629 )
* added tool re-ordering in agent block
* styling
* fix(oauth): fix oauth to use correct subblock value setter + remove unused local storage code (#628 )
* fix(oauth): fixed oauth state not persisting in credential selector
* remove unused local storage code for oauth
* fix lint
* selector clearance issue fix
* fix typing issue
* fix lint
* remove cred id from logs
* fix lint
* works
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net >
* fix(mem-deletion): hard deletion of memory (#622 )
* fix: memory deletion
* fix: bun run lint
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
* feat(build): added turbopack builds to prod (#630 )
* added turbopack to prod builds
* block access to sourcemaps
* revert changes to docs
* fix(docs): fixed broken docs links (#632 )
* fix(resp format): non-json input was crashing (#631 )
* fix response format non-json input crash bug
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net >
* fix(revert-deployed): correctly revert to deployed state as unit op using separate endpoint (#633 )
* fix(revert-deployed): revert deployed functionality with separate endpoint
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net >
* fix(dropdown): simplify & fix tag dropdown for parallel & loop blocks (#634 )
* fix(dropdown): simplify & fix tag dropdown for parallel & loop blocks
* fixed build
* fix(response-format): add response format to tag dropdown, chat panel, and chat client (#637 )
* add response format structure to tag dropdown
* handle response format outputs for chat client and chat panel, implemented the response format handling for streamed responses
* cleanup
* fix(sockets-server-disconnection): on reconnect force sync store to db (#638 )
* keep warning until refresh
* works
* fix sockets server sync on reconnection
* infinite reconn attempts
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net >
* fix(build): fixed build
* Revert "fix(sockets-server-disconnection): on reconnect force sync store to d…" (#640 )
This reverts commit 6dc8b17bed .
* fix(sockets): force user to refresh on disconnect in order to mkae changes, add read-only offline mode (#641 )
* force user to refresh on disconnect in order to mkae changes, add read-only offline mode
* remove unused hook
* style
* update tooltip msg
* remove unnecessary useMemo around log
* fix(sockets): added debouncing for sub-block values to prevent overloading socket server, fixed persistence issue during streaming back from LLM response format, removed unused events (#642 )
* fix(sockets): added debouncing for sub-block values to prevent overloading socket server, fixed persistence issue during streaming back from LLM response format, removed unused events
* reuse existing isStreaming state for code block llm-generated response format
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com >
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan >
Co-authored-by: Aditya Tripathi <aditya@climactic.co >
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-MacBook-Air.local >
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: Adam Gough <77861281+aadamgough@users.noreply.github.com >
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
v0.2.9
2025-07-08 21:58:06 -07:00
Waleed Latif
3421eaec27
Merge branch 'main' into staging
2025-07-08 21:52:12 -07:00
Siddharth Ganesan
f6b25bf727
Lint
2025-07-08 21:47:37 -07:00
Siddharth Ganesan
aa343fb62f
Checkpoint
2025-07-08 21:47:30 -07:00
Siddharth Ganesan
cc249c2dd0
Lint
2025-07-08 21:33:39 -07:00
Siddharth Ganesan
f1734766c3
Remove logs
2025-07-08 21:33:33 -07:00
Siddharth Ganesan
e37f362459
Lint
2025-07-08 21:27:14 -07:00
Siddharth Ganesan
bb9291aecc
It works??
2025-07-08 21:27:08 -07:00
Siddharth Ganesan
5dc3ba3379
Lint
2025-07-08 21:20:07 -07:00
Siddharth Ganesan
684a8020d4
Closer
2025-07-08 21:20:00 -07:00
Waleed Latif
9097c520a5
fix(sockets): added debouncing for sub-block values to prevent overloading socket server, fixed persistence issue during streaming back from LLM response format, removed unused events ( #642 )
...
* fix(sockets): added debouncing for sub-block values to prevent overloading socket server, fixed persistence issue during streaming back from LLM response format, removed unused events
* reuse existing isStreaming state for code block llm-generated response format
2025-07-08 21:19:46 -07:00
Siddharth Ganesan
bacb6f3831
Lint
2025-07-08 20:54:21 -07:00
Siddharth Ganesan
2a0224f6ae
Initial yaml
2025-07-08 20:54:15 -07:00
Siddharth Ganesan
6cb15a620a
Lint
2025-07-08 20:42:44 -07:00
Siddharth Ganesan
c7b77bd303
Yaml language basics
2025-07-08 20:42:40 -07:00
Siddharth Ganesan
c0b8e1aca3
Modal fixes
2025-07-08 20:30:14 -07:00
Siddharth Ganesan
82cb609bb7
Lint
2025-07-08 20:28:39 -07:00
Siddharth Ganesan
07cd6f9e49
Better ui
2025-07-08 20:28:32 -07:00
Siddharth Ganesan
c53e950269
Remove dead code
2025-07-08 20:17:21 -07:00