agentapprove 0.1.15 → 0.1.20

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/cli.js +3 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2631,7 +2631,7 @@ function shouldCreateFreshPairing(connectionMethod) {
2631
2631
  }
2632
2632
 
2633
2633
  // src/cli.ts
2634
- var VERSION = "0.1.15";
2634
+ var VERSION = "0.1.20";
2635
2635
  function getApiUrl() {
2636
2636
  return process.env.AGENTAPPROVE_API || "https://api.agentapprove.com";
2637
2637
  }
@@ -2703,11 +2703,11 @@ function getCommand() {
2703
2703
  }
2704
2704
  return filtered[0] || "install";
2705
2705
  }
2706
- var OPENCODE_PLUGIN_VERSION = "0.1.12";
2706
+ var OPENCODE_PLUGIN_VERSION = "0.1.16";
2707
2707
  var OPENCODE_PLUGIN_SPEC = `@agentapprove/opencode@${OPENCODE_PLUGIN_VERSION}`;
2708
2708
  var OPENCLAW_PLUGIN_VERSION = "0.2.10";
2709
2709
  var OPENCLAW_PLUGIN_SPEC = `@agentapprove/openclaw@${OPENCLAW_PLUGIN_VERSION}`;
2710
- var PI_PLUGIN_VERSION = "0.1.2";
2710
+ var PI_PLUGIN_VERSION = "0.1.5";
2711
2711
  var PI_PLUGIN_SPEC = `npm:@agentapprove/pi@${PI_PLUGIN_VERSION}`;
2712
2712
  var PI_STATUS_TIMEOUT_MS = 5000;
2713
2713
  var AGENTS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentapprove",
3
- "version": "0.1.15",
3
+ "version": "0.1.20",
4
4
  "description": "Approve AI agent actions from your iPhone or Apple Watch",
5
5
  "type": "module",
6
6
  "bin": {