File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments