feat(opencode): add TUI session list/get API and parent family context usage#21276
Open
s950449 wants to merge 3 commits intoanomalyco:devfrom
Open
feat(opencode): add TUI session list/get API and parent family context usage#21276s950449 wants to merge 3 commits intoanomalyco:devfrom
s950449 wants to merge 3 commits intoanomalyco:devfrom
Conversation
Keep the fixture aligned with the updated TuiState.session contract by adding list/get defaults. This resolves the opencode typecheck failure in test/fixture/tui-plugin.ts.
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.
Issue for this PR
Closes #20644
Type of change
What does this PR do?
This PR adds
state.session.listandstate.session.getto the TUI plugin state API so plugins can access sessions directly.It also updates the TUI sidebar context flow to show family context usage for parent sessions.
Finally, the TUI plugin test fixture is updated to include default
list/getmethods so typecheck stays green with the new API contract.How did you verify your code works?
I ran local typecheck in
packages/opencode:bun run typecheckIt passed after updating the fixture.
Screenshots / recordings
Before:

After:

Checklist