Skip to content

Commit 24f9da3

Browse files
committed
Release v0.7.0
Signed-off-by: assagman <ahmetsercansagman@gmail.com>
1 parent 3958043 commit 24f9da3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2026-01-08
9+
10+
### Added
11+
- **Test tool**: New `toolbox_test` tool for testing all MCP tools with predefined minimal prompts
12+
- Predefined test prompts for all known tools (time, brave, brightdata, tavily, context7, octocode, perplexity)
13+
- Auto-generated minimal arguments from JSON schema for unknown tools
14+
15+
### Changed
16+
- **Instant startup**: System prompt generation no longer waits for MCP server connections
17+
- System prompt now shows configured server names immediately (from config, not connection state)
18+
- Removed blocking `waitForPartial()` call from system prompt transform hook
19+
20+
### Performance
21+
- Plugin startup reduced from ~1.5s to <10ms (no longer blocked by container initialization)
22+
- MCP servers still connect in background, tools available via `toolbox_search_*` once ready
23+
824
## [0.6.0] - 2026-01-08
925

1026
### Added

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.6.0",
3+
"version": "0.7.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)