research: unify session operation addressing - #1584
Open
ctgowrie wants to merge 9 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ctgowrie
force-pushed
the
codex/unified-session-operations-research
branch
from
August 3, 2026 21:43
8e48e81 to
0d0048f
Compare
AndrewBarba
approved these changes
Aug 3, 2026
This was referenced Aug 3, 2026
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
ctgowrie
force-pushed
the
codex/unified-session-operations-research
branch
from
August 4, 2026 20:09
8f88509 to
3d5f8d5
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.
Description
Closes #1580.
Proposes one aligned session-operation model across dynamic channel addresses and fixed durable session IDs.
The proposal is authoring-first and covers:
from(address)sources for dynamic send/respond/control operationsresolveSession(address)besidefrom(address)for explicit dynamic-to-fixed snapshotsChannelAddressauthoring APISessionand client handles for exact-ID operations that never create or follow replacementssession.send(message, options)andsession.respond(inputResponses, options)start(message)stays positionalto(channel, target).send(message, options)ctx.send(message, options)andctx.respond(inputResponses, options)send(input, { thread, ... })ctx.session.id, withsession.failed.data.sessionIdoutside session contextPOST /eve/v1/session/:sessionIdRelated: #942, #216, #671.
How did you test your changes?
pnpm exec oxfmt research/session-operations/unified-session-operations-proposal.mdgit diff --checkNo package tests or changeset are needed because this PR contains only the proposal document.
PR Checklist
CONTRIBUTING.mdevepackage (not applicable)git commit --signoff)