@agentapprove/opencode 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1056,7 +1056,5 @@ function plugin(context) {
1056
1056
  };
1057
1057
  }
1058
1058
  export {
1059
- classifyTool,
1060
- plugin as default,
1061
- extractCommand
1059
+ plugin as default
1062
1060
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentapprove/opencode",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Agent Approve plugin for OpenCode - approve or deny AI agent tool calls from your iPhone and Apple Watch",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {