feat(hosted): send sessionless browser init/verify to authoring route - #439
Merged
Conversation
Mark init and verify as sessionless in the public contract and POST them to /v1/browser/authoring/commands without a Session selector or token.
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. Limitations
This review is advisory and does not block merging. |
Sessionless authoring now errors with SESSION_NOT_ALLOWED instead of quietly dropping --session. Help text says these commands do not take it.
…ng cases The checkout fingerprint exceeds Vitest's 5s default on windows-latest shard 1.
Parallel CI workers mutate the tree while this test runs, so a full-repo fingerprint is racy and slow. Keep the dist fingerprint and empty-cwd check.
This was referenced Aug 26, 2026
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.
Do not merge until Cloud
feat/sessionless-authoringis onmain. This CLI posts to/v1/browser/authoring/commands.What now works
webcmd browser init|verify <site>/<command>in hosted mode does not need--session. Other browser commands still do.Review in 10 minutes
src/browser/command-catalog.ts—init/verifyaresessionless.src/hosted/runner.ts— those two POST to/v1/browser/authoring/commandswith no Session field.src/hosted/runner.test.ts— missing--sessionis allowed only for init/verify; arun.sessionin the reply isHOSTED_PROTOCOL.Out of scope
Snapshot routing. Error
details. Artifact download.adapter initalias.Next: confirm the Cloud PR is merged, then merge this when CI is green.