OpenCode Walkthrough v0.0.4
What's new
Install improvements
- Platform-aware install picker — when OpenCode isn't installed, shows a QuickPick with the best options for your OS:
- macOS:
curl -fsSL https://opencode.ai/install | bash,brew install opencode, ornpm install -g opencode-ai - Linux: install script or npm
- Windows: npm
- macOS:
- Install CLI command now shows Upgrade / Check Health options when already installed
- Removed all
sudoreferences from install help text and commands
New commands
| Command | CLI | Description |
|---|---|---|
OpenCode: Check Version |
opencode --version |
Show installed version |
OpenCode: Check Health |
— | Auth status + actionable prompts |
OpenCode: Auth Logout |
opencode auth logout |
Log out from a provider |
OpenCode: Remove MCP Server |
opencode mcp remove |
Remove an MCP server |
All new commands are available in the Actions quick pick (⌘⌥O), CLI Help picker (⌘⌥H), view title menus, and the Help menu bar submenu.
Walkthrough & docs
- Install walkthrough updated with Homebrew section and auth next-steps
- Expanded install tests covering all platforms and
getInstallOptions()
Assets
| File | Description |
|---|---|
opencode-walkthrough-0.0.4.vsix |
Install manually: code --install-extension opencode-walkthrough-0.0.4.vsix |
What's Changed
- ci: add GitHub Actions for PR collaboration and extension CI by @aadorian in #29
- fix: wire Models tree Refresh item to refreshModels command by @aadorian in #35
- docs: add extension roadmap aligned with issues and CLI by @aadorian in #38
- ci: auto-fill PR metadata for reviewers, assignees, and labels by @aadorian in #36
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #40
- chore(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #41
- chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #42
- build: prepare v0.0.2 for VS Code Marketplace by @aadorian in #43
- docs: add workflow examples and troubleshooting to wiki by @aadorian in #48
- feat: add npm run script to launch Extension Development Host by @aadorian in #49
- Feat/npm run extension by @aadorian in #50
- test: add integration tests for extension commands by @JhansiOruganti-43 in #53
New Contributors
- @aadorian made their first contribution in #29
- @dependabot[bot] made their first contribution in #40
- @JhansiOruganti-43 made their first contribution in #53
Full Changelog: v0.19.0...v0.0.4