@hraness/ghostget 0.17.5 → 0.17.6

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/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ Historical entries retain their original delivery coordinates.
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 0.17.6 - 2026-09-10
11
+
12
+ - Align the marketing site with AICharts using the shared Paper colors, Nebula
13
+ Sans, and compact headings. Keep the existing component versions and vendor
14
+ an immutable, verified theme snapshot so visual updates stay independent of
15
+ UI and compiler upgrades. CLI and provider behavior is unchanged.
16
+
10
17
  ## 0.17.5 - 2026-09-10
11
18
 
12
19
  - Read the main-branch CodeQL analyses as a bounded twenty-entry newest-first
package/README.md CHANGED
@@ -44,7 +44,7 @@ ghostget plugin list
44
44
 
45
45
  ## Built-in provider catalog
46
46
 
47
- This v0.17.5 source tree supports executable actions for 20 services: Beeper,
47
+ This v0.17.6 source tree supports executable actions for 20 services: Beeper,
48
48
  Bluesky, ClasificadosOnline, Facebook, Facebook Groups, Facebook Marketplace,
49
49
  GitHub, Gmail, Hacker News, Instagram, iMessage, LinkedIn, Reddit, Substack,
50
50
  Threads, TikTok, Twitch, WhatsApp, X, and YouTube.
@@ -109,7 +109,7 @@ owns the narrow capability boundary that can sit beneath them.
109
109
  Wrench is now Ghostget. The package name is `@hraness/ghostget`, and the CLI
110
110
  command is `ghostget`. Read the [migration guide](docs/ghostget-migration.md)
111
111
  before updating an existing installation. After its optional npm mirror is
112
- verified public, `@hraness/ghostget@0.17.5` is also available from the registry.
112
+ verified public, `@hraness/ghostget@0.17.6` is also available from the registry.
113
113
 
114
114
  This README describes the package version in this source tree. Its versioned
115
115
  GitHub archive and Agent Skill become a supported public release after the
@@ -120,9 +120,9 @@ The optional npm mirror can follow later without delaying canonical delivery.
120
120
  Install the single Ghostget Agent Skill with either runner:
121
121
 
122
122
  ```sh
123
- npx skills add hraness/ghostget#v0.17.5
123
+ npx skills add hraness/ghostget#v0.17.6
124
124
  # or
125
- bunx skills add hraness/ghostget#v0.17.5
125
+ bunx skills add hraness/ghostget#v0.17.6
126
126
  ```
127
127
 
128
128
  The skill teaches Codex, Claude Code, Cursor, and other compatible coding
@@ -132,7 +132,7 @@ install the CLI if it is missing. Start a new agent session after installation.
132
132
  After the matching immutable Release exists, install this exact canonical archive:
133
133
 
134
134
  ```sh
135
- bun add --global https://github.com/hraness/ghostget/releases/download/v0.17.5/hraness-ghostget-0.17.5.tgz
135
+ bun add --global https://github.com/hraness/ghostget/releases/download/v0.17.6/hraness-ghostget-0.17.6.tgz
136
136
  ghostget adapter sync-bundled --json
137
137
  ghostget doctor
138
138
  ```
@@ -160,7 +160,7 @@ For that same released coordinate, install Ghostget in an agent or application
160
160
  that owns its own model, planning, tool loop, approvals, and interface:
161
161
 
162
162
  ```sh
163
- bun add https://github.com/hraness/ghostget/releases/download/v0.17.5/hraness-ghostget-0.17.5.tgz
163
+ bun add https://github.com/hraness/ghostget/releases/download/v0.17.6/hraness-ghostget-0.17.6.tgz
164
164
  ```
165
165
 
166
166
  ```ts
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  GHOSTGET_VERSION
4
- } from "./index-pf74yjs2.js";
4
+ } from "./index-cytf8d9p.js";
5
5
  import {
6
6
  canonicalJson,
7
7
  sha256
@@ -4,7 +4,7 @@ import {
4
4
  } from "./index-26yq8q16.js";
5
5
  import {
6
6
  GHOSTGET_VERSION
7
- } from "./index-pf74yjs2.js";
7
+ } from "./index-cytf8d9p.js";
8
8
  import {
9
9
  canonicalJson,
10
10
  sha256
@@ -1,5 +1,5 @@
1
1
  // @bun
2
2
  // src/version.ts
3
- var GHOSTGET_VERSION = "0.17.5";
3
+ var GHOSTGET_VERSION = "0.17.6";
4
4
 
5
5
  export { GHOSTGET_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hraness/ghostget",
3
- "version": "0.17.5",
3
+ "version": "0.17.6",
4
4
  "description": "Open-source CLI and TypeScript SDK for precise web capabilities for AI agents: page capture, verified media archives, encrypted reads, and typed provider operations.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -543,12 +543,13 @@
543
543
  "src/confirmed-write-runtime.ts"
544
544
  ],
545
545
  "scripts": {
546
+ "check:theme": "bun scripts/check-paper-theme.mjs",
546
547
  "website:build": "bun run website/build.ts",
547
548
  "website:verify-production-release": "bun run website/production-release-verifier.ts",
548
549
  "website:vercel-build": "bun run website/vercel-build.ts",
549
550
  "website:test": "bun test ./website ./edge",
550
551
  "website:typecheck": "tsc --noEmit --project website/tsconfig.json && tsc --noEmit --project edge/tsconfig.json",
551
- "website:check": "bun run website:typecheck && bun run website:test && bun run website:build",
552
+ "website:check": "bun run check:theme && bun run website:typecheck && bun run website:test && bun run website:build",
552
553
  "build": "bun -e 'await (await import(\"node:fs/promises\")).rm(\"./dist\", { recursive: true, force: true })' && bun build ./src/index.ts ./src/client.ts ./src/beeper-client.ts ./src/apple-photos-client.ts ./src/whatsapp-client.ts ./src/omni-client.ts ./src/messaging.ts --outdir ./dist --root ./src --target bun --format esm --splitting --packages external",
553
554
  "typecheck": "tsc --noEmit",
554
555
  "whatsapp:transport:install": "sh src/scripts/install-whatsapp-protocol.sh",
@@ -17,34 +17,34 @@ If Bun is missing, stop and direct the user to the official
17
17
  [Bun installation guide](https://bun.sh/docs/installation). Do not switch
18
18
  package managers or pipe an unreviewed installer into a shell.
19
19
 
20
- This reference is authored for the exact v0.17.5 release coordinate. Use it
20
+ This reference is authored for the exact v0.17.6 release coordinate. Use it
21
21
  only from the matching release-bound Agent Skill after its canonical archive and
22
22
  immutable GitHub Release exist. If the coordinate is not public, stop instead
23
23
  of substituting `main`, another tag, or a different package version. Install
24
24
  that exact release and its reviewed bundled adapter manifests:
25
25
 
26
26
  ```sh
27
- bun add --global https://github.com/hraness/ghostget/releases/download/v0.17.5/hraness-ghostget-0.17.5.tgz
27
+ bun add --global https://github.com/hraness/ghostget/releases/download/v0.17.6/hraness-ghostget-0.17.6.tgz
28
28
  ghostget adapter sync-bundled --json
29
29
  ghostget --help
30
30
  ghostget doctor --json
31
31
  ```
32
32
 
33
- The package is `@hraness/ghostget`; `@hraness/ghostget@0.17.5` is an optional npm
33
+ The package is `@hraness/ghostget`; `@hraness/ghostget@0.17.6` is an optional npm
34
34
  mirror only after verified registry publication. Canonical installation does not
35
35
  wait for registry publication.
36
36
 
37
37
  When upgrading from Wrench, use `ghostget` for new commands and
38
38
  `GHOSTGET_STATE_HOME` for an explicit state root. Existing state is selected in
39
39
  place; do not rename, copy, or delete a state directory as part of the upgrade.
40
- The [migration guide](https://github.com/hraness/ghostget/blob/v0.17.5/docs/ghostget-migration.md)
40
+ The [migration guide](https://github.com/hraness/ghostget/blob/v0.17.6/docs/ghostget-migration.md)
41
41
  explains the retained state aliases and durable protocol names.
42
42
 
43
43
  Do not clone the repository merely to run the CLI. Importing the SDK is a
44
44
  separate project dependency and does not install a global command:
45
45
 
46
46
  ```sh
47
- bun add https://github.com/hraness/ghostget/releases/download/v0.17.5/hraness-ghostget-0.17.5.tgz
47
+ bun add https://github.com/hraness/ghostget/releases/download/v0.17.6/hraness-ghostget-0.17.6.tgz
48
48
  ```
49
49
 
50
50
  `ghostget adapter sync-bundled` upgrades exact bundled baselines, including an
@@ -96,7 +96,7 @@ export type BeeperContactInteractionExportReceipt = Readonly<{
96
96
  implementation: Readonly<{
97
97
  producer: Readonly<{
98
98
  package: "@hraness/ghostget";
99
- version: "0.17.5";
99
+ version: "0.17.6";
100
100
  }>;
101
101
  officialCli: Readonly<{
102
102
  implementation: "github.com/beeper/cli";
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Canonical immutable Ghostget package release identity. */
2
- export const GHOSTGET_VERSION = "0.17.5" as const;
2
+ export const GHOSTGET_VERSION = "0.17.6" as const;