unbrowse 9.0.4 → 9.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unbrowse",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/unbrowse-ai/unbrowse.git"
package/runtime/cli.js CHANGED
@@ -180076,7 +180076,7 @@ async function resolveAndExecute(intent, params = {}, context, projection, optio
180076
180076
  const persisted = findCompositeInSkill(skill, candidate.endpoint.endpoint_id) ?? readComposite(replayDomain, candidate.endpoint.endpoint_id);
180077
180077
  const decision = planPrereqOrder(prereqOrder, persisted, (id) => {
180078
180078
  const ep = skill.endpoints.find((e) => e.endpoint_id === id);
180079
- return ep != null && canAutoExecuteEndpoint(ep);
180079
+ return ep != null && ep.verification_status !== "disabled" && canAutoExecuteEndpoint(ep);
180080
180080
  });
180081
180081
  prereqOrder = decision.prereqOrder;
180082
180082
  replayedCompositeId = decision.replayedCompositeId;
package/runtime/mcp.js CHANGED
@@ -127354,7 +127354,7 @@ async function resolveAndExecute(intent, params = {}, context, projection, optio
127354
127354
  const persisted = findCompositeInSkill(skill, candidate.endpoint.endpoint_id) ?? readComposite(replayDomain, candidate.endpoint.endpoint_id);
127355
127355
  const decision = planPrereqOrder(prereqOrder, persisted, (id) => {
127356
127356
  const ep = skill.endpoints.find((e) => e.endpoint_id === id);
127357
- return ep != null && canAutoExecuteEndpoint(ep);
127357
+ return ep != null && ep.verification_status !== "disabled" && canAutoExecuteEndpoint(ep);
127358
127358
  });
127359
127359
  prereqOrder = decision.prereqOrder;
127360
127360
  replayedCompositeId = decision.replayedCompositeId;
@@ -194401,7 +194401,7 @@ async function resolveAndExecute2(intent, params = {}, context, projection, opti
194401
194401
  const persisted = findCompositeInSkill2(skill, candidate.endpoint.endpoint_id) ?? readComposite2(replayDomain, candidate.endpoint.endpoint_id);
194402
194402
  const decision = planPrereqOrder2(prereqOrder, persisted, (id) => {
194403
194403
  const ep = skill.endpoints.find((e) => e.endpoint_id === id);
194404
- return ep != null && canAutoExecuteEndpoint(ep);
194404
+ return ep != null && ep.verification_status !== "disabled" && canAutoExecuteEndpoint(ep);
194405
194405
  });
194406
194406
  prereqOrder = decision.prereqOrder;
194407
194407
  replayedCompositeId = decision.replayedCompositeId;
Binary file
@@ -2,7 +2,7 @@
2
2
  "repo_url": "https://github.com/justrach/kuri.git",
3
3
  "branch": "adding-extensions",
4
4
  "source_sha": "8938f89f3d0c032bd19c59db0de4eadca18a1800",
5
- "built_at": "2026-06-14T04:52:03.906Z",
5
+ "built_at": "2026-06-14T05:31:54.193Z",
6
6
  "binaries": {
7
7
  "darwin-arm64": {
8
8
  "zig_target": "aarch64-macos",
@@ -21,33 +21,33 @@
21
21
  },
22
22
  "linux-x64": {
23
23
  "zig_target": "x86_64-linux",
24
- "sha256": "473995d9a14513c1dfd3a86d29f0c10fb6f4b735565f9879574a325a4efbe617"
24
+ "sha256": "ee8effefeb77184efc113996f707abae9f5e98f03c5c1cbc07e505e9f5b5bbf5"
25
25
  },
26
26
  "win-x64": {
27
27
  "zig_target": "x86_64-windows-gnu",
28
- "sha256": "5c98de92a1675ec1e1d823b2b0bd9c6ab90c4b32a8c34cdcf51c84e240a377c9"
28
+ "sha256": "5a4f9ced4010b901b4ab167024f5774575e7fdec497a23c12d38099376cbf105"
29
29
  }
30
30
  },
31
31
  "ffi": {
32
32
  "darwin-arm64": {
33
33
  "zig_target": "aarch64-macos",
34
34
  "lib": "libkuri_ffi.dylib",
35
- "sha256": "ebf5ef3f77623b67799702029de32b5ade1dc8b758c379740998d20d2bc9d10c"
35
+ "sha256": "edf2cc558fd12543ac5adca11ee950b737a2ed85ecb70677984c7b871fb6b9dd"
36
36
  },
37
37
  "darwin-x64": {
38
38
  "zig_target": "x86_64-macos",
39
39
  "lib": "libkuri_ffi.dylib",
40
- "sha256": "7dfdb81bab83b861245afefea9bab1a7342f646ced84e62ecdd4d9f1d6ac589c"
40
+ "sha256": "84fad44739357da7871dbbc2ba5d8d2a90017988c5be98168aa26ec03b192ad0"
41
41
  },
42
42
  "linux-arm64": {
43
43
  "zig_target": "aarch64-linux",
44
44
  "lib": "libkuri_ffi.so",
45
- "sha256": "435454b86a17ca8605c7129b50f7f090ead9c4928e5337b1b833fda7f4e82403"
45
+ "sha256": "d55a8d1bcaceaa8d49d54102e7e62ac6d27fa78ce2127a9b47665ec2c93831da"
46
46
  },
47
47
  "linux-x64": {
48
48
  "zig_target": "x86_64-linux",
49
49
  "lib": "libkuri_ffi.so",
50
- "sha256": "3d05e8b0203d24c6d1b051381e57e883f7fcc0bda0a86d75c2b4d243fb15212b"
50
+ "sha256": "0bd51eacb133297b053911e57fedf7b479fec01cfb5bdaa4d0f3d05de25c2182"
51
51
  }
52
52
  }
53
53
  }
Binary file