Releases: aadorian/opencodeCLI
Releases · aadorian/opencodeCLI
Release list
OpenCode Walkthrough v0.0.6
What's New in 0.0.6
Community contributions
- Add descriptions to Show Actions quick pick — every item in the ⌘⌥O quick pick now shows a short description for better discoverability (thanks @kingrubic, closes #18)
- Platform-specific shortcut hints — Tips & Tricks now renders a table with ⌘⌥ chords on macOS and Ctrl+Alt+ on Windows/Linux (thanks @kingrubic, closes #26)
- MCP server walkthrough step — new step 7 of 8 "Add an MCP Server" teaches users how to connect browsers, databases, and more via the Model Context Protocol (thanks @tirth6851, closes #21)
Install
Download opencode-walkthrough-0.0.6.vsix and install via:
code --install-extension opencode-walkthrough-0.0.6.vsix
What's Changed
- feat: show platform-specific shortcut hints by @kingrubic in #56
- feat: add MCP server walkthrough step (#21) by @tirth6851 in #34
New Contributors
- @kingrubic made their first contribution in #56
- @tirth6851 made their first contribution in #34
Full Changelog: v0.0.5...v0.0.6
OpenCode Walkthrough v0.0.5
What's New in 0.0.5
- Add custom OpenCode agent definition with docs
- Redesign agent chat panel with Copilot-style welcome UI
- Add agent/model selectors and context file support to panel
- Add run-inline-dialog promo screenshot and screenshots CI job
- Fix shell escaping in run inline prompt and add uninstall command
- Fix error detection in auth ls health check output
- Fix missing uninstall walkthrough step and update test assertion
Install
Download opencode-walkthrough-0.0.5.vsix and install via:
```
code --install-extension opencode-walkthrough-0.0.5.vsix
```
Full Changelog: v0.0.3...v0.0.5
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
OpenCode Walkthrough v0.0.3
What's changed
- Align install and setup with opencode.ai (install script,
opencode-ainpm package) - Fix Run Inline Prompt to prompt for input and run
opencode run - Add Configure Providers walkthrough step with auth login
- Register documented keyboard shortcuts (
⌘⌥O/I/P/T/H/S) - Point install fallbacks to opencode.ai docs instead of GitHub
- Add manifest-synced integration tests for extension commands (thanks @JhansiOruganti-43, #53)
- Add agents empty-state regression test ensuring Create Agent CTA (thanks @kingrubic, #52)
Assets
| File | Description |
|---|---|
opencode-walkthrough-0.0.3.vsix |
Install manually: code --install-extension opencode-walkthrough-0.0.3.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.3