feat(playground): session-bound runner gateway and live apps playground - #20
Open
eliteprox wants to merge 4 commits into
Open
feat(playground): session-bound runner gateway and live apps playground#20eliteprox wants to merge 4 commits into
eliteprox wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eliteprox
force-pushed
the
feat/pymthouse-discovery
branch
from
August 28, 2026 22:44
878248f to
07024ca
Compare
eliteprox
force-pushed
the
feat/pymthouse-playground
branch
from
August 28, 2026 22:44
3fa26f2 to
8b06c9d
Compare
eliteprox
force-pushed
the
feat/pymthouse-discovery
branch
from
August 28, 2026 22:49
07024ca to
3d71616
Compare
eliteprox
force-pushed
the
feat/pymthouse-playground
branch
from
August 28, 2026 22:49
8b06c9d to
b9b05e9
Compare
eliteprox
force-pushed
the
feat/pymthouse-discovery
branch
from
August 28, 2026 23:06
3d71616 to
0e32358
Compare
eliteprox
force-pushed
the
feat/pymthouse-playground
branch
from
August 28, 2026 23:06
b9b05e9 to
542aa6c
Compare
eliteprox
force-pushed
the
feat/pymthouse-discovery
branch
from
August 28, 2026 23:17
0e32358 to
ea37e82
Compare
eliteprox
force-pushed
the
feat/pymthouse-playground
branch
from
August 28, 2026 23:17
542aa6c to
a7fb388
Compare
Wire /explore to GET /api/discovery/explore, add catch-all model lookup, and widen next.config redirects so slash-y capability ids survive. streaming-playground helpers land here for map-to-model enrichment; the playground UI stays for the next PR.
Catch-all /apps/[...id] runs discovery models through a BFF proxy that mints signer context from the Auth0 session. No client-supplied externalUserId. Insecure orch TLS is opt-in and refused in production.
- Added support for SSO mint functionality in the login flow, including handling OAuth redirects and pending states. - Introduced new API routes for minting credentials and retrieving billing information. - Updated environment configuration in `.env.example` to include necessary variables for SSO mint. - Enhanced the login page to accommodate new OAuth parameters and redirect logic. - Added tests for mint authorization and OAuth login query parsing. - Created documentation for SSO mint operator setup and usage.
eliteprox
force-pushed
the
feat/pymthouse-discovery
branch
from
August 28, 2026 23:19
ea37e82 to
bbe9d2d
Compare
eliteprox
force-pushed
the
feat/pymthouse-playground
branch
from
August 28, 2026 23:19
a7fb388 to
fde8220
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on: #19
Test plan