From f7c2c9e3369bda0e16e9dd0f679f0c6ac54edf7e Mon Sep 17 00:00:00 2001 From: Nick van Dyke Date: Tue, 23 Jun 2026 15:10:50 -0600 Subject: [PATCH] chore(main): release 0.13.3 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 794cd279..421515d5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e692b4..1fd659fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.3](https://github.com/nickjvandyke/opencode.nvim/compare/v0.13.2...v0.13.3) (2026-06-23) + + +### Features + +* **api:** remove public `start` wrapper (config option remains) ([49b3418](https://github.com/nickjvandyke/opencode.nvim/commit/49b34182ad6ba870bf19173b64ea0662b2fddc00)) +* **ask:** submit even when input is empty ([20c28c8](https://github.com/nickjvandyke/opencode.nvim/commit/20c28c8860e3b9ab7bb79123680b2f314083c708)) +* **context:** format paths relative to server's CWD ([b9307e5](https://github.com/nickjvandyke/opencode.nvim/commit/b9307e5074ddec537e6587e86e2767df0290512f)) + ## [0.13.2](https://github.com/nickjvandyke/opencode.nvim/compare/v0.13.1...v0.13.2) (2026-06-19)