chore: remove OpenCode and oh-my-opencode (install + all references)#10
Merged
Conversation
OpenCode is no longer a provider this template ships. Removes the two on-create installers, the committed .opencode/ config dir and root opencode.jsonc, the devcontainer mount + provider-list entry, the opencode-ai dependency, and the host-dir/.gitignore/docs references. Historical CHANGES.md entries mentioning OpenCode are left intact; a new removal entry documents the change. Graphify graph regenerated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
OpenCode is no longer a provider this template ships. This removes its installation, committed config, devcontainer wiring, dependency, and docs. Historical
CHANGES.mdentries mentioning OpenCode are left intact (accurate history); a new removal entry documents the change.Deleted
.devcontainer/on-create/setup-opencode.sh+setup-oh-my-opencode.sh(installer scripts).opencode/config dir (commands,plugins/graphify.js, skills,opencode.json,oh-my-opencode.jsonc)opencode.jsonc(repo root)Edited — wiring
on-create.sh— drop the twooptional …setup-opencode.sh/setup-oh-my-opencode.shcalls; clean ordering +set -ecommentsdevcontainer.json— remove the${localEnv:HOME}/.local/share/opencode → /mnt/opencode-mountbind mount;OCTO_ALLOWED_PROVIDERS→"claude codex gemini"setup-claude-octopus.sh— delete the "OpenCode (skills only, via symlink)" block; reword clone/shared-symlink commentssetup-graphify.sh— drop the.opencode/plugins/graphify.jsexample from a commentsetup-openspec.sh—openspec init --toolsnowclaude,codex,cursorsecrets.example—OPENAI_API_KEYcomment now references the Codex CLIinit-host.sh— removemkdir -p "$HOME/.local/share/opencode".gitignore— remove**/opencode/auth.jsonAUTH-PERSISTENCE.md— "this repo allows" now lists three CLIspackage.json— removeopencode-aifrom catalog + devDependencies;bun.lockrefreshed (1 pkg removed)Docs
README.md— remove the mkdir step, the "Authenticate Opencode" auth step (remaining steps renumbered), the Opencode + oh-my-opencode AI-tools entries, and the Context7 MCP line mentionAGENTS.md— drop "Opencode" from the AI-coding-tools listCHANGES.md— append one removal entry (history preserved)Regenerated
graphify update ., AST-only — 922 nodes)Deliberate keep
AUTH-PERSISTENCE.mdstill listsopencodein the set of provider names Octopus itself recognizes — that documents the third-party tool's capabilities, not our install, so removing it would make the doc inaccurate.Verification
🤖 Generated with Claude Code