Skip to content

Commit 39c878e

Browse files
committed
Release v0.9.0
Signed-off-by: assagman <[email protected]>
1 parent a89d167 commit 39c878e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2026-01-14
11+
12+
### Added
13+
- **JSON Schema support**: Config files now support `$schema` for editor autocompletion and validation
14+
- **Auto-create config**: Plugin automatically creates `~/.config/opencode/toolbox.jsonc` with schema reference on first run
15+
- **Better error messages**: Config validation errors now show file path and server command/url details
16+
17+
### Fixed
18+
- **Exponential backoff**: MCP server connection retries now use exponential backoff (100ms → 200ms → 400ms...) instead of fixed delay
19+
20+
### Documentation
21+
- Added `$schema` to all config examples in README.md, CONFIG.md, and example-config.jsonc
22+
1023
## [0.8.0] - 2026-01-11
1124

1225
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-toolbox",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Tool Search Tool Plugin for OpenCode - search and execute tools from MCP servers on-demand",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)