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.3.0"
".": "0.4.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.4.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.3.0...v0.4.0) (2026-02-20)


### Features

* **lsp:** add code action to explain diagnostic under cursor ([8d95230](https://github.com/nickjvandyke/opencode.nvim/commit/8d9523081e89dc1775a2ac91ae1c2922d8293bd8))
* **lsp:** add hover functionality. disable lsp by default for stability. ([7d410cc](https://github.com/nickjvandyke/opencode.nvim/commit/7d410cc2c2f4d708fc79491c9d8ab0ff46a04116))
* **lsp:** add persistent in-process LSP, and code action to fix diagnostics ([a841138](https://github.com/nickjvandyke/opencode.nvim/commit/a841138e056f337c6ee7ad0aad0cc18b36806deb))
* **lsp:** allow configuring model ([bdb59d8](https://github.com/nickjvandyke/opencode.nvim/commit/bdb59d85ab8d1f323c4596dac9efc0229ab74fec))


### Bug Fixes

* **ask:** blink.cmp error when highlighting ([0a5306e](https://github.com/nickjvandyke/opencode.nvim/commit/0a5306ecd0e3d3a9358e8a6b15b55da12d611278))
* **provider:** more reliable autocmd for calling stop on exit ([1e31bbc](https://github.com/nickjvandyke/opencode.nvim/commit/1e31bbcea06966c004eb3b41e54e1c74136227c8))
* **provider:** reliably kill orphaned `opencode` in terminal, snacks, and tmux providers ([#168](https://github.com/nickjvandyke/opencode.nvim/issues/168)) ([125c7dc](https://github.com/nickjvandyke/opencode.nvim/commit/125c7dc991996446f4529ed6aa9e58965dbb9d01))
* **tmux:** cleanly shutdown `opencode` ([#178](https://github.com/nickjvandyke/opencode.nvim/issues/178)) ([1d1b39f](https://github.com/nickjvandyke/opencode.nvim/commit/1d1b39fd0f4a3951b048be944ed2a65348aad3f8))

## [0.3.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.2.0...v0.3.0) (2026-02-18)


Expand Down