Skip to content

Commit 8ff2516

Browse files
chore(main): release 0.5.0
1 parent 8060d35 commit 8ff2516

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.4.0...v0.5.0) (2026-02-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **provider:** replace providers with simpler, more maintainable server option
9+
10+
### Features
11+
12+
* **server:** allow _all_ servers (but prioritize sharing CWD still) ([6d00f30](https://github.com/nickjvandyke/opencode.nvim/commit/6d00f3094af83748f94224647f62a215bca6a920))
13+
14+
15+
### Bug Fixes
16+
17+
* **ask:** preserve formatting in completion docs ([9048f10](https://github.com/nickjvandyke/opencode.nvim/commit/9048f10130f76a39c4b5d0ba77890ec5031bb543))
18+
* **context:** always pick the longer of overlapping placeholders ([e4f7555](https://github.com/nickjvandyke/opencode.nvim/commit/e4f755591db3ddf7b9ff6dcb4ae469faa36926b6))
19+
* **context:** remove filename space suffix when no location, use `:`, join list contexts with `, ` ([8060d35](https://github.com/nickjvandyke/opencode.nvim/commit/8060d353583a853130b35980b256870d7bad4886))
20+
21+
22+
### Code Refactoring
23+
24+
* **provider:** replace providers with simpler, more maintainable server option ([82332cf](https://github.com/nickjvandyke/opencode.nvim/commit/82332cf924458dc9b6fcaecf25f52111544a1663))
25+
326
## [0.4.0](https://github.com/nickjvandyke/opencode.nvim/compare/v0.3.0...v0.4.0) (2026-02-20)
427

528

0 commit comments

Comments
 (0)