docs(ecosystem): add opencode-terminal to plugins section - #48172
Open
ShivamChavan01 wants to merge 2 commits into
Open
docs(ecosystem): add opencode-terminal to plugins section#48172ShivamChavan01 wants to merge 2 commits into
ShivamChavan01 wants to merge 2 commits into
Conversation
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
N/A - docs-only ecosystem addition. Docs PRs are exempt from the linked-issue requirement (
pr-standards.ymlskipsdocs/refactor/feat).Type of change
What does this PR do?
Adds opencode-terminal to the Plugins table on the ecosystem page. One table row added.
opencode-terminal is my open-source plugin (npm:
opencode-terminal@0.2.0). Users install it via"plugin": ["opencode-terminal"]inopencode.json- same npm mechanism as the other listed plugins. It gives OpenCode a native OS terminal plus persistent background sessions with auto-detect, REPL input, and process tree control. The ecosystem page invites community projects to submit PRs, so here it is.How did you verify your code works?
Docs-only change, plus verified the linked plugin itself works from a clean install:
npm view opencode-terminal- 0.2.0 live, repo/homepage point to the newopencode-terminalrepo name.npm i opencode-terminal@0.2.0in an empty dir, importedTerminalPluginwith bun - all 9 tools register:open_terminal, terminal_detect, close_terminal, terminal_run, terminal_start, terminal_log, terminal_send, terminal_kill, terminal_list.terminal_detectfrom the installed package - returns valid detection JSON.tsc --noEmitpasses on the plugin source.Screenshots / recordings
ezgif-72cb9da3fa3aedc5.mp4
No UI change - one markdown table row added.
Checklist