feat(playground): Add auth gate, session persistence and token display to shareable playground - #12519
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is ❌ Your project status has failed because the head coverage (49.26%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-1.9.0 #12519 +/- ##
=================================================
+ Coverage 49.91% 50.33% +0.41%
=================================================
Files 1930 1937 +7
Lines 171910 172749 +839
Branches 24004 24285 +281
=================================================
+ Hits 85811 86955 +1144
+ Misses 85054 84743 -311
- Partials 1045 1051 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…ow-ai/langflow into cz/fix-login-shareable-playground
…ow-ai/langflow into cz/fix-login-shareable-playground
…ow-ai/langflow into cz/fix-login-shareable-playground
…y to shareable playground (#12519) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…y to shareable playground (#12519) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
OBJECTIVE: Enforce authentication on the shareable playground, persist chat sessions to the database for logged-in users, and display token usage and build duration on bot messages.
CHANGES: