@hraness/ghostget 0.18.8 → 0.18.10
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 +14 -0
- package/README.md +6 -6
- package/dist/apple-photos-client.js +1 -1
- package/dist/beeper-client.js +1 -1
- package/dist/{index-q6wfj66y.js → index-95x4d0pk.js} +1 -1
- package/package.json +2 -2
- package/skills/ghostget/references/install.md +5 -5
- package/src/beeper-client-types.ts +1 -1
- package/src/browser.ts +7 -2
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ Historical entries retain their original delivery coordinates.
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## 0.18.10
|
|
11
|
+
|
|
12
|
+
- Give contained-browser cleanup ten seconds to observe a normal daemon exit
|
|
13
|
+
after close. LinkedIn and Instagram profile-stat reads no longer retain a
|
|
14
|
+
cleanup-required claim merely because the daemon needs more than two seconds
|
|
15
|
+
to stop; identity drift, live endpoints, and unverifiable cleanup still fail
|
|
16
|
+
closed and preserve exact recovery evidence.
|
|
17
|
+
|
|
18
|
+
## 0.18.9
|
|
19
|
+
|
|
20
|
+
- Repin the shared site footer to v0.11.1. Public pages render the famous
|
|
21
|
+
example-email signup placeholders, the narrower signup field, and the
|
|
22
|
+
subscribe disclosure and account navigation markup from the current footer.
|
|
23
|
+
|
|
10
24
|
## 0.18.8
|
|
11
25
|
|
|
12
26
|
- Suggest a local Git email address for optional product updates. The agent
|
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ ghostget plugin list
|
|
|
48
48
|
|
|
49
49
|
## Built-in provider catalog
|
|
50
50
|
|
|
51
|
-
This v0.18.
|
|
51
|
+
This v0.18.10 source tree supports executable actions for 20 services: Beeper,
|
|
52
52
|
Bluesky, ClasificadosOnline, Facebook, Facebook Groups, Facebook Marketplace,
|
|
53
53
|
GitHub, Gmail, Hacker News, Instagram, iMessage, LinkedIn, Reddit, Substack,
|
|
54
54
|
Threads, TikTok, Twitch, WhatsApp, X, and YouTube.
|
|
@@ -113,7 +113,7 @@ owns the narrow capability boundary that can sit beneath them.
|
|
|
113
113
|
Wrench is now Ghostget. The package name is `@hraness/ghostget`, and the CLI
|
|
114
114
|
command is `ghostget`. Read the [migration guide](docs/ghostget-migration.md)
|
|
115
115
|
before updating an existing installation. After its optional npm mirror is
|
|
116
|
-
verified public, `@hraness/ghostget@0.18.
|
|
116
|
+
verified public, `@hraness/ghostget@0.18.10` is also available from the registry.
|
|
117
117
|
|
|
118
118
|
This README describes the package version in this source tree. Its versioned
|
|
119
119
|
GitHub archive and Agent Skill become a supported public release after the
|
|
@@ -124,9 +124,9 @@ The optional npm mirror can follow later without delaying canonical delivery.
|
|
|
124
124
|
Install the single Ghostget Agent Skill with either runner:
|
|
125
125
|
|
|
126
126
|
```sh
|
|
127
|
-
npx skills add hraness/ghostget#v0.18.
|
|
127
|
+
npx skills add hraness/ghostget#v0.18.10
|
|
128
128
|
# or
|
|
129
|
-
bunx skills add hraness/ghostget#v0.18.
|
|
129
|
+
bunx skills add hraness/ghostget#v0.18.10
|
|
130
130
|
```
|
|
131
131
|
|
|
132
132
|
The skill teaches Codex, Claude Code, Cursor, and other compatible coding
|
|
@@ -136,7 +136,7 @@ install the CLI if it is missing. Start a new agent session after installation.
|
|
|
136
136
|
After the matching immutable Release exists, install this exact canonical archive:
|
|
137
137
|
|
|
138
138
|
```sh
|
|
139
|
-
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.
|
|
139
|
+
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.10/hraness-ghostget-0.18.10.tgz
|
|
140
140
|
ghostget adapter sync-bundled --json
|
|
141
141
|
ghostget doctor
|
|
142
142
|
```
|
|
@@ -164,7 +164,7 @@ For that same released coordinate, install Ghostget in an agent or application
|
|
|
164
164
|
that owns its own model, planning, tool loop, approvals, and interface:
|
|
165
165
|
|
|
166
166
|
```sh
|
|
167
|
-
bun add https://github.com/hraness/ghostget/releases/download/v0.18.
|
|
167
|
+
bun add https://github.com/hraness/ghostget/releases/download/v0.18.10/hraness-ghostget-0.18.10.tgz
|
|
168
168
|
```
|
|
169
169
|
|
|
170
170
|
```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.18.
|
|
3
|
+
"version": "0.18.10",
|
|
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",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
},
|
|
633
633
|
"devDependencies": {
|
|
634
634
|
"@hraness/design-kit": "github:hraness/design-kit#v0.8.0",
|
|
635
|
-
"@hraness/site-footer": "github:hraness/site-footer#v0.
|
|
635
|
+
"@hraness/site-footer": "github:hraness/site-footer#v0.11.1",
|
|
636
636
|
"@hraness/ui": "github:hraness/ui#v0.5.13",
|
|
637
637
|
"@steipete/sweet-cookie": "0.4.3",
|
|
638
638
|
"@types/bun": "^1.3.14",
|
|
@@ -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.18.
|
|
20
|
+
This reference is authored for the exact v0.18.10 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.18.
|
|
27
|
+
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.10/hraness-ghostget-0.18.10.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.18.
|
|
33
|
+
The package is `@hraness/ghostget`; `@hraness/ghostget@0.18.10` 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.18.
|
|
40
|
+
The [migration guide](https://github.com/hraness/ghostget/blob/v0.18.10/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.18.
|
|
47
|
+
bun add https://github.com/hraness/ghostget/releases/download/v0.18.10/hraness-ghostget-0.18.10.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.18.
|
|
99
|
+
version: "0.18.10";
|
|
100
100
|
}>;
|
|
101
101
|
officialCli: Readonly<{
|
|
102
102
|
implementation: "github.com/beeper/cli";
|
package/src/browser.ts
CHANGED
|
@@ -2829,10 +2829,10 @@ async function recoverPinnedAgentBrowserCleanupResourceAfterCloseAttempt(
|
|
|
2829
2829
|
lastNow = value;
|
|
2830
2830
|
return value;
|
|
2831
2831
|
};
|
|
2832
|
-
const deadline = now() +
|
|
2832
|
+
const deadline = now() + BROWSER_POST_CLOSE_CONVERGENCE_TIMEOUT_MS;
|
|
2833
2833
|
const retryIntervalMs = 25;
|
|
2834
2834
|
const maximumAttempts = Math.ceil(
|
|
2835
|
-
|
|
2835
|
+
BROWSER_POST_CLOSE_CONVERGENCE_TIMEOUT_MS / retryIntervalMs,
|
|
2836
2836
|
) + 1;
|
|
2837
2837
|
let attempts = 0;
|
|
2838
2838
|
let lastTransitionFailure: unknown = new Error(
|
|
@@ -3116,6 +3116,11 @@ export function browserResultData(record: JsonRecord): unknown {
|
|
|
3116
3116
|
|
|
3117
3117
|
const BROWSER_SETUP_DEADLINE_LABEL = "browser session setup";
|
|
3118
3118
|
const BROWSER_CLOSE_TEARDOWN_TIMEOUT_MS = 17_500;
|
|
3119
|
+
// A close command can lose its acknowledgement while agent-browser is still
|
|
3120
|
+
// finishing an otherwise healthy Chrome shutdown. Keep that transition wait
|
|
3121
|
+
// distinct from the short per-resource teardown bound and inside the outer
|
|
3122
|
+
// 30-second cleanup join.
|
|
3123
|
+
const BROWSER_POST_CLOSE_CONVERGENCE_TIMEOUT_MS = 10_000;
|
|
3119
3124
|
const BROWSER_RESOURCE_TEARDOWN_TIMEOUT_MS = 2_000;
|
|
3120
3125
|
const BROWSER_ACTIVE_BATCH_SETTLEMENT_TIMEOUT_MS = 2_500;
|
|
3121
3126
|
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** Canonical immutable Ghostget package release identity. */
|
|
2
|
-
export const GHOSTGET_VERSION = "0.18.
|
|
2
|
+
export const GHOSTGET_VERSION = "0.18.10" as const;
|