-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(serve): support caller-supplied sessionId in POST /session #7836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fa5604c
feat(serve): support caller-supplied sessionId in POST /session (#7831)
qwen-code-dev-bot 2d050d2
fix(serve): enforce UUID format for caller-supplied sessionId (#7836)
qwen-code-dev-bot 109da65
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 8a49c28
fix(serve): reject duplicate caller-supplied sessionId with 409 (#7836)
qwen-code-dev-bot 87a434a
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 952ff1c
fix(serve): extract HTTP_SESSION_ID_REGEX constant to document diverg…
7d6f2c8
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot c572512
fix(serve): guard concurrent duplicate sessionId with in-flight set (…
1db646e
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot ac7864f
fix(cli): close TOCTOU race in sessionId in-flight guard (#7836)
qwen-code 38bffa2
Merge branch 'main' into feat/session-id-passthrough
wenshao 5bd043d
test(cli): assert sessionScope in sessionId forwarding test (#7836)
qwen-code-ci-bot 6043fa0
fix(cli): normalize caller-supplied sessionId to lowercase (#7836)
qwen-code-ci-bot 3a14e6e
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 8d632bd
test(cli): cover sessionId extraction from ACP _meta in newSession (#…
qwen-code-dev-bot 50e8577
test(cli): cover sessionId cleanup on spawn failure and bridge meta i…
bfb131d
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot ed22833
Merge branch 'main' into feat/session-id-passthrough
wenshao d27b511
Merge branch 'main' into feat/session-id-passthrough
wenshao eda89d5
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 7cd5763
chore(serve): merge main, combine sessionId and session-source newSes…
qwen-code-dev-bot d9cae4c
fix(serve): wrap sessionId existence check in runWithRuntimeBaseDir (…
4aecfb9
fix(serve): capture narrowed sessionId in const for closure type chec…
e194728
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 087d03f
Merge remote-tracking branch 'origin/main' into feat/session-id-passt…
2dc439d
fix(serve): degrade one session, not the ACP child, on duplicate sess…
6ddeff1
fix(serve): clean up branch and worktree when session id is not honor…
e58fdec
Merge branch 'main' into feat/session-id-passthrough
wenshao c016302
fix(serve): 409 on a live-but-unflushed duplicate sessionId (#7836)
wenshao c600a9d
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot 0b89e9c
fix(cli): correct misleading daemon-wide comment on session liveness …
qwen-code-ci-bot 744ca37
test(cli): pin throwOnSessionIdConflict arg in ACP sessionId test (#7…
qwen-code-ci-bot 3ffb369
Merge branch 'main' into feat/session-id-passthrough
qwen-code-dev-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.