Forward OpenCode Go worker session IDs without a catalog - #884
Merged
Conversation
TheGreatAxios
commented
Sep 11, 2026
TheGreatAxios
left a comment
Collaborator
Author
There was a problem hiding this comment.
Review · Approve
No-catalog OpenCode Go workers go through buildGoSource with a required session ID, matching Go Console’s header requirement.
No findings.
Notes
GitHub blocks approve on own PRs, so this is a comment with an approve verdict.
TheGreatAxios
commented
Sep 11, 2026
TheGreatAxios
left a comment
Collaborator
Author
There was a problem hiding this comment.
Critic · Approve
buildGoSource now requires sessionId like Codex/xAI. Catalog miss uses isOpenCodeGoProvider then buildGoSource. Catalog hit still uses buildInferenceSourceForRef.
No blocking or should-fix findings.
TheGreatAxios
force-pushed
the
cl-7647-forward-go-worker-session-id
branch
from
September 11, 2026 03:08
550cb22 to
572e9ea
Compare
No-catalog subagent Go sources were built through the OpenAI-compatible path and omitted opencodeSessionId, so Go Console rejected the worker. Generate one worker session ID up front, route no-catalog Go through buildGoSource, and require sessionId on that builder.
TheGreatAxios
force-pushed
the
cl-7647-forward-go-worker-session-id
branch
from
September 11, 2026 03:10
572e9ea to
feff914
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
no-catalog OpenCode Go workers get required non-empty opencodeSessionId via buildGoSource.
Verification
bun run checkblocked by 4 known pre-existing main failures (unrelated to this branch; reproduce on clean origin/main):createOptimizedContextStore load > the next write heals a torn base tail so reload is stablecreateOptimizedContextStore unpublished rewrite > git commit failure after rewrite lands keeps load on HEADassembleChatAgent > omits evidence archive when no holder is providedassembleChatAgent > getWorkdir and getCompactor run at buildAgent time, not assemble timeFixes CL-7647