unbrowse 11.1.0 → 11.1.1

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/README.md CHANGED
@@ -20,6 +20,14 @@ npm install -g unbrowse
20
20
  unbrowse build setup # one-time: registration, browser engine, local credentials
21
21
  ```
22
22
 
23
+ **Bee mode (same engine, louder names):**
24
+
25
+ ```bash
26
+ npm install -g @unbrowse/pollen-cli
27
+ hive setup
28
+ forage "top stories" --url https://news.ycombinator.com # pollen · waggle · buzz · swarm · nectar too
29
+ ```
30
+
23
31
  ```bash
24
32
  curl https://beta-api.unbrowse.ai/v1/contract/surface # inspect the current hole/contract bridge
25
33
  unbrowse "top stories with points"
package/SKILL.md CHANGED
@@ -9,6 +9,24 @@ metadata:
9
9
 
10
10
  # Unbrowse
11
11
 
12
+ ## Bee aliases (optional, loud)
13
+
14
+ Same runtime, memey bins — install `@unbrowse/pollen-cli` globally:
15
+
16
+ | Bin | When |
17
+ |-----|------|
18
+ | `pollen` | default bee front door |
19
+ | `forage` | first capture on a new site |
20
+ | `buzz` | brag about cache hits |
21
+ | `waggle` | replay an indexed route |
22
+ | `swarm` | multi-agent setups |
23
+ | `nectar` | read-heavy loops |
24
+ | `hive` | `hive setup` onboarding |
25
+
26
+ Example: `forage "top stories" --url https://news.ycombinator.com` ≡ `unbrowse breath get ...`
27
+
28
+ ---
29
+
12
30
  Unbrowse is the action engine of the internet: the open-source action layer that turns
13
31
  websites into reusable, indexed API routes for agents. Teach a route once by browsing,
14
32
  store sanitized route metadata, replay it on later calls. A replay is about
@@ -62,7 +62,13 @@ function spawnEntrypoint(command, args) {
62
62
  }
63
63
 
64
64
  if (process.argv.includes("--version") || process.argv.includes("-v")) {
65
- process.stdout.write(`${readInstalledVersion()}\n`);
65
+ const v = readInstalledVersion();
66
+ if (process.env.UNBROWSE_BEE_MODE === "1") {
67
+ const alias = process.env.UNBROWSE_BEE_ALIAS || "pollen";
68
+ process.stdout.write(`${v} 🐝 ${alias} → unbrowse\n`);
69
+ } else {
70
+ process.stdout.write(`${v}\n`);
71
+ }
66
72
  process.exit(0);
67
73
  }
68
74
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "unbrowse",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/unbrowse-ai/unbrowse.git"
7
7
  },
8
- "description": "Reverse-engineer any website into reusable API skills. Zero-dep single binary with embedded browser engine.",
8
+ "description": "Reverse-engineer any website into reusable API skills. Zero-dep single binary with embedded browser engine. Bee aliases: @unbrowse/pollen-cli.",
9
9
  "mcpName": "io.github.unbrowse-ai/unbrowse",
10
10
  "type": "module",
11
11
  "bin": {
package/runtime/cli.js CHANGED
@@ -64971,7 +64971,7 @@ var init_telemetry = __esm(() => {
64971
64971
  });
64972
64972
 
64973
64973
  // .tmp-runtime-src/build-info.generated.ts
64974
- var BUILD_RELEASE_VERSION = "11.1.0", BUILD_GIT_SHA = "35fdfa30d343", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS4wIiwiZ2l0X3NoYSI6IjM1ZmRmYTMwZDM0MyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAMzVmZGZhMzBkMzQzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0wM1QxMjoxMjo0Ni4xOTZaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "AYbyCChbj_0DEWgN5e2LNWNv9dRcq-Jr9WOC9UGxN6s", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
64974
+ var BUILD_RELEASE_VERSION = "11.1.1", BUILD_GIT_SHA = "e0fdde826823", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS4xIiwiZ2l0X3NoYSI6ImUwZmRkZTgyNjgyMyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAZTBmZGRlODI2ODIzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0wM1QxMjoxOToyNC42MjhaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "_bYLLEtLFh_WZAw8r3AmlAZTxmK0iJ8OrNFH1dIQrDc", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
64975
64975
 
64976
64976
  // .tmp-runtime-src/version.ts
64977
64977
  import { createHash as createHash8 } from "crypto";
@@ -304261,6 +304261,14 @@ function printHelp() {
304261
304261
  "",
304262
304262
  "Run `unbrowse <verb> --help` for the full capability list.",
304263
304263
  "",
304264
+ ...process.env.UNBROWSE_BEE_MODE === "1" ? [
304265
+ "Bee aliases (same runtime): pollen \xB7 waggle \xB7 buzz \xB7 forage \xB7 swarm \xB7 nectar \xB7 hive",
304266
+ " npm i -g @unbrowse/pollen-cli",
304267
+ ""
304268
+ ] : [
304269
+ "Bee aliases: npm i -g @unbrowse/pollen-cli (pollen, waggle, buzz, forage, swarm, nectar, hive)",
304270
+ ""
304271
+ ],
304264
304272
  "Learn more (the WHAT behind the runtime \u2014 read the papers for the rest):",
304265
304273
  " How it pays https://unbrowse.ai/how-unbrowse-pays per-use x402 micropayments; bind a wallet to a domain you own to earn the owner share (paper: Unbrowse Maintenance Network)",
304266
304274
  " Privacy https://unbrowse.ai/privacy credentials bound to your wallet by zero-knowledge proof, revealed only under signature (paper: Crypto Was All You Needed)",
package/runtime/mcp.js CHANGED
@@ -99073,7 +99073,7 @@ async function mergedAuthHeaders(key, signer) {
99073
99073
  var AUTH_DOMAIN = "unbrowse-auth:v1";
99074
99074
 
99075
99075
  // .tmp-runtime-src/build-info.generated.ts
99076
- var BUILD_RELEASE_VERSION = "11.1.0", BUILD_GIT_SHA = "35fdfa30d343", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS4wIiwiZ2l0X3NoYSI6IjM1ZmRmYTMwZDM0MyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAMzVmZGZhMzBkMzQzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0wM1QxMjoxMjo0Ni4xOTZaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "AYbyCChbj_0DEWgN5e2LNWNv9dRcq-Jr9WOC9UGxN6s", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
99076
+ var BUILD_RELEASE_VERSION = "11.1.1", BUILD_GIT_SHA = "e0fdde826823", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS4xIiwiZ2l0X3NoYSI6ImUwZmRkZTgyNjgyMyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAZTBmZGRlODI2ODIzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0wM1QxMjoxOToyNC42MjhaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "_bYLLEtLFh_WZAw8r3AmlAZTxmK0iJ8OrNFH1dIQrDc", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
99077
99077
 
99078
99078
  // .tmp-runtime-src/version.ts
99079
99079
  import { createHash as createHash6 } from "crypto";
@@ -296351,6 +296351,14 @@ function printHelp() {
296351
296351
  "",
296352
296352
  "Run `unbrowse <verb> --help` for the full capability list.",
296353
296353
  "",
296354
+ ...process.env.UNBROWSE_BEE_MODE === "1" ? [
296355
+ "Bee aliases (same runtime): pollen · waggle · buzz · forage · swarm · nectar · hive",
296356
+ " npm i -g @unbrowse/pollen-cli",
296357
+ ""
296358
+ ] : [
296359
+ "Bee aliases: npm i -g @unbrowse/pollen-cli (pollen, waggle, buzz, forage, swarm, nectar, hive)",
296360
+ ""
296361
+ ],
296354
296362
  "Learn more (the WHAT behind the runtime — read the papers for the rest):",
296355
296363
  " How it pays https://unbrowse.ai/how-unbrowse-pays per-use x402 micropayments; bind a wallet to a domain you own to earn the owner share (paper: Unbrowse Maintenance Network)",
296356
296364
  " Privacy https://unbrowse.ai/privacy credentials bound to your wallet by zero-knowledge proof, revealed only under signature (paper: Crypto Was All You Needed)",