@clwnd/opencode 0.18.8 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -387,7 +387,7 @@ function mapToolName(name) {
387
387
  if (name.startsWith(MCP_PREFIX)) return name.slice(MCP_PREFIX.length);
388
388
  return TOOL_NAME_MAP[name] ?? name;
389
389
  }
390
- var BROKERED_TOOLS = /* @__PURE__ */ new Set(["webfetch", "websearch", "todowrite"]);
390
+ var BROKERED_TOOLS = /* @__PURE__ */ new Set(["todowrite"]);
391
391
  var KNOWN_TOOLS = /* @__PURE__ */ new Set([
392
392
  // clwnd native surface
393
393
  "read",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clwnd/opencode",
3
- "version": "0.18.8",
3
+ "version": "0.19.0",
4
4
  "description": "clwnd for opencode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",