Skip to content

v0.9.0

Choose a tag to compare

@assagman assagman released this 14 Jan 08:12
· 18 commits to main since this release
v0.9.0
39c878e

What's New

JSON Schema support for config files and improved error handling.

Features

  • JSON Schema support: Config files now support $schema for editor autocompletion and validation
  • Auto-create config: Plugin automatically creates ~/.config/opencode/toolbox.jsonc with schema reference on first run
  • Better error messages: Config validation errors now show file path and server command/url details

Bug Fixes

  • Exponential backoff: MCP server connection retries now use exponential backoff instead of fixed delay

Full Changelog: v0.8.0...v0.9.0