Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.1"
".": "0.10.2"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.10.2](https://github.com/nickjvandyke/opencode.nvim/compare/v0.10.1...v0.10.2) (2026-06-04)


### Features

* **ask:** change cmp documentation to plaintext ([4999c69](https://github.com/nickjvandyke/opencode.nvim/commit/4999c69b8b630fd525c8986b163635238bb6cc92))
* **permissions:** remove wait for idle ([315f6e0](https://github.com/nickjvandyke/opencode.nvim/commit/315f6e0106102734f55d885eaee28f19b9c7a125))
* **server:** call `opts.server.stop` on exit ([34d1283](https://github.com/nickjvandyke/opencode.nvim/commit/34d12838f331ab813232dcf2a73a40b494beee48))


### Bug Fixes

* **health:** log specific error when can't capture `opencode.nvim` hash ([1f6442f](https://github.com/nickjvandyke/opencode.nvim/commit/1f6442f4b0bb140ac3e87a37c53729a72605a1c3))
* **select:** actually select chosen session ([a28aa15](https://github.com/nickjvandyke/opencode.nvim/commit/a28aa1580a94b704d3ad83f16ed4e3e2eb4ee5a5))
* **server:** propagate _all_ API errors ([fb12acb](https://github.com/nickjvandyke/opencode.nvim/commit/fb12acb1a071935a1027ba3e3386f7072fefc37c))
* **terminal:** don't close native `ask` on start ([fbb0a9d](https://github.com/nickjvandyke/opencode.nvim/commit/fbb0a9d2fa444e4bf4ef4fd4e12d1716f7910a5b))

## [0.10.1](https://github.com/nickjvandyke/opencode.nvim/compare/v0.10.0...v0.10.1) (2026-05-23)


Expand Down
Loading