opencode-acp 1.10.1 → 1.10.2

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 CHANGED
@@ -1439,7 +1439,7 @@ var DEFAULT_PROTECTED_TOOLS = [
1439
1439
  "write",
1440
1440
  "edit"
1441
1441
  ];
1442
- var COMPRESS_DEFAULT_PROTECTED_TOOLS = ["task", "skill", "todowrite", "todoread", "decompress"];
1442
+ var COMPRESS_DEFAULT_PROTECTED_TOOLS = ["skill"];
1443
1443
  function showConfigWarnings(ctx, configPath, configData, isProject) {
1444
1444
  const invalidKeys = getInvalidConfigKeys(configData);
1445
1445
  const typeErrors = validateConfigTypes(configData);