unbrowse 3.1.0-experiments.548e04c → 3.1.0-experiments.995f8bb
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/cli.js +4 -14
- package/dist/mcp.js +5 -5
- package/package.json +1 -1
- package/runtime-src/build-info.generated.ts +4 -4
- package/runtime-src/client/index.ts +3 -15
- package/vendor/kuri/darwin-arm64/kuri +0 -0
- package/vendor/kuri/darwin-x64/kuri +0 -0
- package/vendor/kuri/linux-arm64/kuri +0 -0
- package/vendor/kuri/linux-x64/kuri +0 -0
- package/vendor/kuri/manifest.json +10 -6
- package/vendor/kuri/win-x64/kuri.exe +0 -0
package/dist/cli.js
CHANGED
|
@@ -31,7 +31,7 @@ var __promiseAll = (args) => Promise.all(args);
|
|
|
31
31
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
32
32
|
|
|
33
33
|
// ../../src/build-info.generated.ts
|
|
34
|
-
var BUILD_RELEASE_VERSION = "3.1.0-experiments.
|
|
34
|
+
var BUILD_RELEASE_VERSION = "3.1.0-experiments.995f8bb", BUILD_GIT_SHA = "995f8bbf54ac", BUILD_CODE_HASH = "1488fc1d92b7", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMy4xLjAtZXhwZXJpbWVudHMuOTk1ZjhiYiIsImdpdF9zaGEiOiI5OTVmOGJiZjU0YWMiLCJjb2RlX2hhc2giOiIxNDg4ZmMxZDkyYjciLCJ0cmFjZV92ZXJzaW9uIjoiMTQ4OGZjMWQ5MmI3QDk5NWY4YmJmNTRhYyIsImlzc3VlZF9hdCI6IjIwMjYtMDQtMDVUMjM6NDc6MDguMzk3WiJ9", BUILD_RELEASE_MANIFEST_SIGNATURE = "fsY0FlwZTGKoZwvzv3jow-t3ri874GEziuzW8i3aupw", BUILD_DEFAULT_BACKEND_URL = "https://unbrowse-backend-experiments.lewis-6d8.workers.dev";
|
|
35
35
|
|
|
36
36
|
// ../../src/version.ts
|
|
37
37
|
import { createHash } from "crypto";
|
|
@@ -1369,7 +1369,7 @@ init_wallet();
|
|
|
1369
1369
|
init_telemetry_attribution();
|
|
1370
1370
|
import { readFileSync as readFileSync3, writeFileSync, existsSync as existsSync4, mkdirSync, readdirSync as readdirSync2 } from "fs";
|
|
1371
1371
|
import { join as join4 } from "path";
|
|
1372
|
-
import { homedir as homedir3, hostname
|
|
1372
|
+
import { homedir as homedir3, hostname } from "os";
|
|
1373
1373
|
import { randomBytes, createHash as createHash2 } from "crypto";
|
|
1374
1374
|
import { createInterface } from "readline";
|
|
1375
1375
|
var API_URL = process.env.UNBROWSE_BACKEND_URL || DEFAULT_BACKEND_URL;
|
|
@@ -1562,19 +1562,9 @@ async function recordInstallTelemetryEvent(source, options) {
|
|
|
1562
1562
|
skill_version: options?.skillVersion,
|
|
1563
1563
|
status: options?.status ?? "installed",
|
|
1564
1564
|
created_at: createdAt,
|
|
1565
|
-
properties: mergeTelemetryProperties(
|
|
1565
|
+
properties: mergeTelemetryProperties(options?.properties, getTelemetryAttribution())
|
|
1566
1566
|
});
|
|
1567
1567
|
}
|
|
1568
|
-
function getRuntimeContext() {
|
|
1569
|
-
return {
|
|
1570
|
-
cli_version: PACKAGE_VERSION,
|
|
1571
|
-
code_hash: CODE_HASH,
|
|
1572
|
-
node_version: process.version,
|
|
1573
|
-
platform: process.platform,
|
|
1574
|
-
arch: process.arch,
|
|
1575
|
-
os_release: osRelease()
|
|
1576
|
-
};
|
|
1577
|
-
}
|
|
1578
1568
|
async function recordFunnelTelemetryEvent(name, options) {
|
|
1579
1569
|
const createdAt = options?.createdAt ?? new Date().toISOString();
|
|
1580
1570
|
const landingToken = getLandingToken();
|
|
@@ -1586,7 +1576,7 @@ async function recordFunnelTelemetryEvent(name, options) {
|
|
|
1586
1576
|
source: options?.source ?? "cli",
|
|
1587
1577
|
host_type: options?.hostType ?? detectTelemetryHostType(),
|
|
1588
1578
|
created_at: createdAt,
|
|
1589
|
-
properties: mergeTelemetryProperties(
|
|
1579
|
+
properties: mergeTelemetryProperties(options?.properties, getTelemetryAttribution())
|
|
1590
1580
|
});
|
|
1591
1581
|
}
|
|
1592
1582
|
var EMAIL_RE = /^[^\s@]+@[^\s@]+\.[^\s@]+$/i;
|
package/dist/mcp.js
CHANGED
|
@@ -225,11 +225,11 @@ import { dirname, join, parse } from "path";
|
|
|
225
225
|
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
226
226
|
|
|
227
227
|
// ../../src/build-info.generated.ts
|
|
228
|
-
var BUILD_RELEASE_VERSION = "3.1.0-experiments.
|
|
229
|
-
var BUILD_GIT_SHA = "
|
|
228
|
+
var BUILD_RELEASE_VERSION = "3.1.0-experiments.995f8bb";
|
|
229
|
+
var BUILD_GIT_SHA = "995f8bbf54ac";
|
|
230
230
|
var BUILD_CODE_HASH = "1488fc1d92b7";
|
|
231
|
-
var BUILD_RELEASE_MANIFEST_BASE64 = "
|
|
232
|
-
var BUILD_RELEASE_MANIFEST_SIGNATURE = "
|
|
231
|
+
var BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMy4xLjAtZXhwZXJpbWVudHMuOTk1ZjhiYiIsImdpdF9zaGEiOiI5OTVmOGJiZjU0YWMiLCJjb2RlX2hhc2giOiIxNDg4ZmMxZDkyYjciLCJ0cmFjZV92ZXJzaW9uIjoiMTQ4OGZjMWQ5MmI3QDk5NWY4YmJmNTRhYyIsImlzc3VlZF9hdCI6IjIwMjYtMDQtMDVUMjM6NDc6MDguMzk3WiJ9";
|
|
232
|
+
var BUILD_RELEASE_MANIFEST_SIGNATURE = "fsY0FlwZTGKoZwvzv3jow-t3ri874GEziuzW8i3aupw";
|
|
233
233
|
var BUILD_DEFAULT_BACKEND_URL = "https://unbrowse-backend-experiments.lewis-6d8.workers.dev";
|
|
234
234
|
|
|
235
235
|
// ../../src/version.ts
|
|
@@ -743,7 +743,7 @@ function readImpactSummary() {
|
|
|
743
743
|
// ../../src/client/index.ts
|
|
744
744
|
import { readFileSync as readFileSync5, writeFileSync as writeFileSync3, existsSync as existsSync6, mkdirSync as mkdirSync4, readdirSync as readdirSync3 } from "fs";
|
|
745
745
|
import { join as join5 } from "path";
|
|
746
|
-
import { homedir as homedir4, hostname
|
|
746
|
+
import { homedir as homedir4, hostname } from "os";
|
|
747
747
|
|
|
748
748
|
// ../../src/payments/cascade.ts
|
|
749
749
|
import bs58 from "bs58";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export const BUILD_RELEASE_VERSION = "3.1.0-experiments.
|
|
2
|
-
export const BUILD_GIT_SHA = "
|
|
1
|
+
export const BUILD_RELEASE_VERSION = "3.1.0-experiments.995f8bb";
|
|
2
|
+
export const BUILD_GIT_SHA = "995f8bbf54ac";
|
|
3
3
|
export const BUILD_CODE_HASH = "1488fc1d92b7";
|
|
4
|
-
export const BUILD_RELEASE_MANIFEST_BASE64 = "
|
|
5
|
-
export const BUILD_RELEASE_MANIFEST_SIGNATURE = "
|
|
4
|
+
export const BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMy4xLjAtZXhwZXJpbWVudHMuOTk1ZjhiYiIsImdpdF9zaGEiOiI5OTVmOGJiZjU0YWMiLCJjb2RlX2hhc2giOiIxNDg4ZmMxZDkyYjciLCJ0cmFjZV92ZXJzaW9uIjoiMTQ4OGZjMWQ5MmI3QDk5NWY4YmJmNTRhYyIsImlzc3VlZF9hdCI6IjIwMjYtMDQtMDVUMjM6NDc6MDguMzk3WiJ9";
|
|
5
|
+
export const BUILD_RELEASE_MANIFEST_SIGNATURE = "fsY0FlwZTGKoZwvzv3jow-t3ri874GEziuzW8i3aupw";
|
|
6
6
|
export const BUILD_DEFAULT_BACKEND_URL = "https://unbrowse-backend-experiments.lewis-6d8.workers.dev";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { readFileSync, writeFileSync, existsSync, mkdirSync, readdirSync } from "fs";
|
|
2
2
|
import { join } from "path";
|
|
3
|
-
import { homedir, hostname
|
|
3
|
+
import { homedir, hostname } from "os";
|
|
4
4
|
import { randomBytes, createHash } from "crypto";
|
|
5
5
|
import { createInterface } from "readline";
|
|
6
6
|
import type {
|
|
@@ -16,7 +16,6 @@ import {
|
|
|
16
16
|
CODE_HASH,
|
|
17
17
|
DEFAULT_BACKEND_URL,
|
|
18
18
|
GIT_SHA,
|
|
19
|
-
PACKAGE_VERSION,
|
|
20
19
|
RELEASE_MANIFEST_BASE64,
|
|
21
20
|
RELEASE_MANIFEST_SIGNATURE,
|
|
22
21
|
TRACE_VERSION,
|
|
@@ -303,21 +302,10 @@ export async function recordInstallTelemetryEvent(
|
|
|
303
302
|
skill_version: options?.skillVersion,
|
|
304
303
|
status: options?.status ?? "installed",
|
|
305
304
|
created_at: createdAt,
|
|
306
|
-
properties: mergeTelemetryProperties(
|
|
305
|
+
properties: mergeTelemetryProperties(options?.properties, getTelemetryAttribution()),
|
|
307
306
|
});
|
|
308
307
|
}
|
|
309
308
|
|
|
310
|
-
function getRuntimeContext(): Record<string, unknown> {
|
|
311
|
-
return {
|
|
312
|
-
cli_version: PACKAGE_VERSION,
|
|
313
|
-
code_hash: CODE_HASH,
|
|
314
|
-
node_version: process.version,
|
|
315
|
-
platform: process.platform,
|
|
316
|
-
arch: process.arch,
|
|
317
|
-
os_release: osRelease(),
|
|
318
|
-
};
|
|
319
|
-
}
|
|
320
|
-
|
|
321
309
|
export async function recordFunnelTelemetryEvent(
|
|
322
310
|
name: string,
|
|
323
311
|
options?: {
|
|
@@ -338,7 +326,7 @@ export async function recordFunnelTelemetryEvent(
|
|
|
338
326
|
source: options?.source ?? "cli",
|
|
339
327
|
host_type: options?.hostType ?? detectTelemetryHostType(),
|
|
340
328
|
created_at: createdAt,
|
|
341
|
-
properties: mergeTelemetryProperties(
|
|
329
|
+
properties: mergeTelemetryProperties(options?.properties, getTelemetryAttribution()),
|
|
342
330
|
});
|
|
343
331
|
}
|
|
344
332
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"repo_url": "https://github.com/justrach/kuri.git",
|
|
3
3
|
"branch": "adding-extensions",
|
|
4
|
-
"source_sha": "
|
|
5
|
-
"built_at": "2026-04-
|
|
4
|
+
"source_sha": "08eecbe3740f046a46f656eed7ebfc66c1bad9bb",
|
|
5
|
+
"built_at": "2026-04-05T06:43:57.212Z",
|
|
6
6
|
"binaries": {
|
|
7
7
|
"darwin-arm64": {
|
|
8
8
|
"zig_target": "aarch64-macos",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "1553633e722d18059dedffa8a52d55ed6c052e4961fd2753ee0b62be60b241bf"
|
|
10
10
|
},
|
|
11
11
|
"darwin-x64": {
|
|
12
12
|
"zig_target": "x86_64-macos",
|
|
13
|
-
"sha256": "
|
|
13
|
+
"sha256": "b5eb07e631c6ddad64019c8d0c86c32cb76a74ff0791ac5611a3aa3550767ec8"
|
|
14
14
|
},
|
|
15
15
|
"linux-arm64": {
|
|
16
16
|
"zig_target": "aarch64-linux",
|
|
17
|
-
"sha256": "
|
|
17
|
+
"sha256": "ea88a26f7b335d5842b0c1d83bfa4066bed0a119284560f6bd3833f1d240cce2"
|
|
18
18
|
},
|
|
19
19
|
"linux-x64": {
|
|
20
20
|
"zig_target": "x86_64-linux",
|
|
21
|
-
"sha256": "
|
|
21
|
+
"sha256": "175a7c59e458e952a26974f0fb5c2ce374e56f2c4c352903b481b5aa5a16978f"
|
|
22
|
+
},
|
|
23
|
+
"win-x64": {
|
|
24
|
+
"zig_target": "x86_64-windows",
|
|
25
|
+
"sha256": "176291ad9827a183ba7322ddb56cc1fa5edc7c214a264ecdf8a1d5d18366d686"
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
Binary file
|