@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 +7 -0
- package/README.md +6 -6
- package/dist/apple-photos-client.js +1 -1
- package/dist/beeper-client.js +1 -1
- package/dist/{index-pf74yjs2.js → index-cytf8d9p.js} +1 -1
- package/package.json +3 -2
- package/skills/ghostget/references/install.md +5 -5
- package/src/beeper-client-types.ts +1 -1
- package/src/version.ts +1 -1
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.
|
|
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.
|
|
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.
|
|
123
|
+
npx skills add hraness/ghostget#v0.17.6
|
|
124
124
|
# or
|
|
125
|
-
bunx skills add hraness/ghostget#v0.17.
|
|
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.
|
|
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.
|
|
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
|
package/dist/beeper-client.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hraness/ghostget",
|
|
3
|
-
"version": "0.17.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
2
|
+
export const GHOSTGET_VERSION = "0.17.6" as const;
|