Skip to content

v0.7.0

Choose a tag to compare

@assagman assagman released this 08 Jan 15:02
· 31 commits to main since this release
v0.7.0
24f9da3

What's New

Instant startup - Plugin no longer blocks OpenCode startup waiting for MCP server connections. Reduced from ~1.5s to <10ms.

Test tool - New toolbox_test tool for testing all MCP tools with predefined minimal prompts.

Added

  • toolbox_test tool for real-life testing of all MCP tools
  • Predefined test prompts for all known tools (time, brave, brightdata, tavily, context7, octocode, perplexity)
  • Auto-generated minimal arguments from JSON schema for unknown tools

Changed

  • System prompt generation no longer waits for MCP server connections
  • System prompt shows configured server names immediately (from config)

Performance

  • Plugin startup reduced from ~1.5s to <10ms
  • MCP servers connect in background, tools available via toolbox_search_* once ready

Full Changelog: v0.6.0...v0.7.0