Add OpenCode terminal launch support - #62
Merged
Merged
Conversation
1 task
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 11, 2026 23:45
5a2ee56 to
d8dc45f
Compare
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 12, 2026 17:30
d8dc45f to
87a739d
Compare
luhe19001
approved these changes
Aug 12, 2026
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 12, 2026 21:06
87a739d to
2f1f9cb
Compare
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 12, 2026 21:57
2f1f9cb to
8c74652
Compare
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 12, 2026 22:54
8c74652 to
4656b66
Compare
calvintvu
force-pushed
the
cvu/opencode-terminal
branch
from
August 12, 2026 23:51
4656b66 to
797cfca
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.
Context
OpenCode sessions appeared in coSlash but could not use the existing terminal resume and handoff actions. This adds launch parity with Claude Code and Codex while keeping handoff context invocation-scoped and opening new sessions without an automatic prompt.
Changes
Test
cd collector && make test- passedcd collector && make check- passedcd frontend && npm test- passedcd frontend && npm run lint- passed with two pre-existing warningscd frontend && npm run format:check- passed