@clwnd/opencode 0.18.8 → 0.18.9
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.
- package/dist/index.js +1 -1
- 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(["
|
|
390
|
+
var BROKERED_TOOLS = /* @__PURE__ */ new Set(["todowrite"]);
|
|
391
391
|
var KNOWN_TOOLS = /* @__PURE__ */ new Set([
|
|
392
392
|
// clwnd native surface
|
|
393
393
|
"read",
|