@wenathlan/extension 2.0.8 → 2.0.9
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 +8 -0
- package/README.md +3 -3
- package/bridge.d.ts +1 -1
- package/bridge.js +2 -2
- package/bun.js +2 -2
- package/caps/background.json +1 -1
- package/caps/cli.json +1 -1
- package/caps/library.json +1 -1
- package/caps/mcp.json +1 -1
- package/caps/pagebridge.json +1 -1
- package/caps/popup.json +1 -1
- package/caps/sidepanel.json +1 -1
- package/checksums.txt +36 -36
- package/cli.js +2 -2
- package/companion.js +2 -2
- package/crossbrowser.js +1 -1
- package/dashdone.js +1 -1
- package/deno.js +2 -2
- package/devthink.umd.js +2 -2
- package/gateway.js +1 -1
- package/hardening.js +1 -1
- package/headless.js +2 -2
- package/http.js +2 -2
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/index.neutral.js +2 -2
- package/manifest.json +1 -1
- package/mcp.js +2 -2
- package/memory.js +1 -1
- package/nativehost.template.json +1 -1
- package/node.cjs +2 -2
- package/pack.js +1 -1
- package/package.json +1 -1
- package/policy.js +2 -2
- package/progress.js +2 -2
- package/protocol.js +2 -2
- package/umd-example.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.9
|
|
4
|
+
|
|
5
|
+
This release is the fourth rung of the bug-fix ladder, and it comes from the delegated browser verification of the 2.0.8 release zip against the sandbox host: the extension loaded clean (the service worker alive at 2.0.8, the popup starting a session for the host tab, the pagebridge injecting into the isolated world with all 31 bridge functions answering, the step approvals resolving through the immutable log, zero console errors), but the side panel refresh aborted mid-render on every load — the status line answered `Cannot read properties of undefined (reading 'length')` — and the rungs below it never rendered, so the plan flow degraded (the approval and the run survived only through the raw request path).
|
|
6
|
+
|
|
7
|
+
The root cause was a shape mismatch between the context the background ships and the surface the sidepanel renders: the context fed the workflow editor view as the protocol envelope of `editorstate` — the wrapper that carries its view under an inner `editor` field — while `renderworkfloweditor` reads the flat `versions`, `history`, `imports`, `overrides` and `watchdog` fields directly, so the first `.length` access on the absent `versions` array threw and aborted the whole refresh chain. The context now unwraps the envelope at the source (`editorstate({...}).editor`), the way every other report the context ships (traffic, tokens, timeline, emulation, profiling) already lands flat, and the regression test pins both sides of the contract: the background source keeps the unwrap, the sidepanel keeps the flat read, and the protocol envelope keeps its own shape for the external contract.
|
|
8
|
+
|
|
9
|
+
Two sibling defects the same verification caught close beside it: the schemastrict registry declared the flat `view` field of the perf, schedule, resilience, state and fleet families as objects while every surface request carries the boolean flag (`{ kind: "perf", view: true }`), so all five view commands refused before dispatch and the perf footer, the schedule lanes, the resilience summaries, the state depth and the fleet control answered their fallback texts; the registry now answers the boolean grammar the commands declare. And the session interface family (the session grid, the history search, the site notes, the scratchpad, the summaries, the recall, the corrections, the consent memory and the error reports) called a `line` text helper that never existed — every empty-state branch answered `line is not defined` and aborted the refresh the moment the history index stayed off; the module now defines the one-line paragraph helper the family appends. With the three fixes in, the same browser flow runs green end to end: the sidepanel settles at `Active session is visible. The extension is waiting for review.` at load, the local plan proposes against the sandbox host, the per-step approvals resolve, the plan approval lands, `Run this reviewed step` executes the observe step through the live page bridge, the plan closes with `Every reviewed step has executed and the plan is closed.`, the progress bar reaches one, and zero console errors answer across the host, the popup and the sidepanel. The version stamps 2.0.9 land across the metadata family with the full verification chain green.
|
|
10
|
+
|
|
3
11
|
## 2.0.8
|
|
4
12
|
|
|
5
13
|
This release lands the two security closures and the container channel order the 2.0.7 attempt carried, with the release metadata chain the clean runner demanded: the 2.0.7 push closed both open code scanning alerts (the tabular preface markers of the migration bridge now read through linear string scans that never backtrack over the uncontrolled preface text) and reshaped the container channel exactly as the operator read it (the four arch/os entries of the linux/amd64 and linux/arm64 multi platform build, the attestation registry mirror off so no sha256 referrers fallback tag lands on the package page, and the dynamic cleanup step that drops the legacy fallback versions the earlier attestation pushes left behind) — but the verify lanes caught the release metadata drift before anything published: the api freeze artifact and the seven surface cap manifests still pinned release 2.0.6 (the apifreeze test refused `expected '2.0.6' to be '2.0.7'` under both the node and the bun lanes) and the permission baseline still recorded the 2.0.6 reference, so the v2.0.7 tag the metadata job cut points at the commit that never released, exactly the way the v2.0.3 tag did on the first flat organization attempt.
|
package/README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Devthink is a **consent-first browser-agent bridge** distributed as a TypeScript library and a Chromium Manifest V3 extension. It turns a user-provided browser objective into a bounded, reviewable plan. The user must start the active-tab session and approve the plan before any page action reaches the browser.
|
|
4
4
|
|
|
5
|
-
Version: **2.0.
|
|
5
|
+
Version: **2.0.9**. License: **GPL-3.0-only**. The repository is `wenathlan/extension`; the npm-compatible scoped package identifier is `@wenathlan/extension`.
|
|
6
6
|
|
|
7
7
|
**Platform release status:** 2.0.0 is the closing release of the chain from 1.1.31 — the agentic browser platform with the frozen protocolv2 contract, the deprecation window closed (protocol major two only, with the migrateplan bridge and `docs/migrationguide.md` carrying version one assets forward), the example gallery of thirty six runnable recipes (`docs/gallery.md`), the readiness review with the go decision (`docs/readiness.md`) and every candidate gate green with its evidence in `tests/artifacts/`. The library ships on five package channels — npm, maven, nuget, the container image and the rubygems gem. The full chain from 1.1.31 to 2.0.0 lives in `docs/releasenotes.md`.
|
|
8
8
|
|
|
9
9
|
## What it does
|
|
10
10
|
|
|
11
|
-
| Capability | Behavior in 2.0.
|
|
11
|
+
| Capability | Behavior in 2.0.9 |
|
|
12
12
|
| --- | --- |
|
|
13
13
|
| Active-tab session | The user starts a short-lived session for one HTTPS tab and one origin; the session records its origin grants. |
|
|
14
14
|
| Page observation | The extension captures the complete semantic inventory: every interactive element, every form control, every select option and the full page text. |
|
|
@@ -97,7 +97,7 @@ The endpoint field intentionally has no default URL. Enter a URL such as `https:
|
|
|
97
97
|
|
|
98
98
|
```json
|
|
99
99
|
{
|
|
100
|
-
"version": "2.0.
|
|
100
|
+
"version": "2.0.9",
|
|
101
101
|
"objective": "User supplied objective",
|
|
102
102
|
"session": { "id": "uuid", "tabid": 1, "origin": "https://example.com" },
|
|
103
103
|
"observation": { "schemaversion": 3, "url": "https://example.com/path", "interactive": [] },
|
package/bridge.d.ts
CHANGED
|
@@ -428,7 +428,7 @@ import type { jsonrpcframe } from "./types.js";
|
|
|
428
428
|
/** The native bridge protocol major version this build speaks: the handshake reports it, the upgrade path keeps compatibility for exactly one major version, and a host that speaks another major version degrades instead of breaking the run. */
|
|
429
429
|
export declare const nativebridgeprotocolmajor = 1;
|
|
430
430
|
/** The installer version the installer stamps into the install state; the upgrade path compares it so a manifest written by an older installer reports before it overwrites. */
|
|
431
|
-
export declare const nativehostinstallerversion: "2.0.
|
|
431
|
+
export declare const nativehostinstallerversion: "2.0.9";
|
|
432
432
|
/** The generated extension id placeholder the host manifest template carries: the installer replaces the token with the extension id of the installed build, so the template never pins an identity the user did not generate. */
|
|
433
433
|
export declare const nativehostidplaceholder = "__generated_extension_id__";
|
|
434
434
|
/** The native messaging directory name of the chromium user profile: the installer writes the host manifest beside it, never into a system directory without the explicit flag. */
|
package/bridge.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
|
|
7
7
|
// types.ts
|
package/bun.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
var protocolfloormajor = 2;
|
|
7
7
|
|
package/caps/background.json
CHANGED
package/caps/cli.json
CHANGED
package/caps/library.json
CHANGED
package/caps/mcp.json
CHANGED
package/caps/pagebridge.json
CHANGED
package/caps/popup.json
CHANGED
package/caps/sidepanel.json
CHANGED
package/checksums.txt
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
2e4a8e7fcab67e9cc4b06f1a6e914854f8023dfdbe226ae605c323a2b98070be CHANGELOG.md
|
|
2
2
|
3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSE
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
2f04bb1a0928ef67572f4e45b968af4980a7e724eab4f7a0d8ada4143bf216af README.md
|
|
4
|
+
91287b5f2b8099a46cbfcfeab9add70761bc923329f3d8ed7e40a6558274dd5c bridge.d.ts
|
|
5
5
|
baf913f2ea8260e721f1e48caa25d0cc7c16f085997120beaad353fab532a85e bridge.d.ts.map
|
|
6
|
-
|
|
6
|
+
82ad7538289c665109bf0d82217d70e7e8d868bae42d0589b8a95564fc15a578 bridge.js
|
|
7
7
|
9557339c2c57fb58212c3b90e8e5934ddba56066a2537d645e4cb34439fdc2ff bun.d.ts
|
|
8
8
|
12cf6503feb825b4aa5e86303eef9b1bc7cc99358b16e2821dd6ecc01adf1ea8 bun.d.ts.map
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
f6032d99b5bb6edc7eccd1d86dbccb5a9c6ba0aeeee7e1f52ead39bf41836faa bun.js
|
|
10
|
+
6a557e7c2c899fe8b3aa625a12a73a234493fc9ddf26ec055914d259041aacc5 caps/background.json
|
|
11
|
+
9957e1fafcb8da0a8d3089cab984f9f66738090c078eaa12a5f7fdd18e683556 caps/cli.json
|
|
12
|
+
92ecf1b68d807c466716442bad5528caa8cc22a69094b9d91bdc259914c2d990 caps/library.json
|
|
13
|
+
5fac6fa3a8e81ad14f021c766bb4345060cb859021031be56d2c37e47d35a6cc caps/mcp.json
|
|
14
|
+
b151543dad4da5e153230de57c9f4b7630ddf56d5affcf1a6246f3c4c88f6022 caps/pagebridge.json
|
|
15
|
+
4baac14487460e58eb4cf71b9ffd6d67a6ee32eda90200d2db67270f7a982581 caps/popup.json
|
|
16
|
+
99109d8c82460cb1c06afd1ba7bd84f1105906777c1fd210fafd276e459fb7e6 caps/sidepanel.json
|
|
17
17
|
e7e6ef1e0354d12e5d81d87d2a99cae14e9f5238ccaecff8a98d8f7923fe6704 cli.d.ts
|
|
18
18
|
9ff853b4bb864c68733d29abc408f79a212994bc72533c9324bf8ea8226b3bf7 cli.d.ts.map
|
|
19
|
-
|
|
19
|
+
e6eb5ff6452b78b5baef6a4f0c6bcda476eb32a678dcfcc1858b4db890b26ffd cli.js
|
|
20
20
|
6d47383663f5efa626bfbc31977bc3df7cfb383725b243ce08057c059234e42f companion.d.ts
|
|
21
21
|
8839691d2e7362e7db2a198c869904ee05ffda66ac8ee30b0bec53f089a6e895 companion.d.ts.map
|
|
22
|
-
|
|
22
|
+
9abc098ade152a6b84170859328adcf4355b61ded1c06bf1945f9c41d1817b81 companion.js
|
|
23
23
|
0798e3f62c739f91718389f379f15abfaad3618607b0d1daabf7b736cdcfe014 crossbrowser.d.ts
|
|
24
24
|
31c6cbef5f64c05662fd9c970e967d4e9afce057d0a0d4925486c3595a009563 crossbrowser.d.ts.map
|
|
25
|
-
|
|
25
|
+
82ab6f5da136f1d7ae6e65593ad4bcc3f22ab0ac98b24cbefb0212040d1a7a9c crossbrowser.js
|
|
26
26
|
bc8f0d95430875b0fd8aff5c0744580d3dd07c5a0927aad4f2c54d34b83be016 dashdone.d.ts
|
|
27
27
|
64e8394c9c4c0c1c8810ef8b0a384c2dafc920660f0ff5cce114b4a26b240b12 dashdone.d.ts.map
|
|
28
|
-
|
|
28
|
+
3468bb1592bfb377c64e957f732c3c21e110af48736bba2c19a707b9adb16084 dashdone.js
|
|
29
29
|
fea8d906a8c3b0608a9ae4b622c0b88c78d535ed151aa9db29922d817c387495 deno.d.ts
|
|
30
30
|
d4ec3fbf41854fa8117b0d68d11429e4a5f547213e79ee0e514aca9324aee80a deno.d.ts.map
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
2dd5924483e74ca56f465036992f9595e686f94575c5853f5298645155de5c0d deno.js
|
|
32
|
+
351ac63eb17b7a8cdeac42d271b9388cd7de0098ff824e658f21b1dfa8879a3a devthink.umd.js
|
|
33
33
|
d8b6d1f6446da72d359dae978c5495244257dc70660415f8aaad96dd5075e241 fixtures/bun.ts
|
|
34
34
|
702c21459e5d6d8d0b914a86bb6c3646a0be40e132b2d40cc04f2994cfbd1cf3 fixtures/cjs.js
|
|
35
35
|
6bd268717a28a23405e5200264d47bb68aaf9c0d6d911674eaa22477bf19d003 fixtures/deno.ts
|
|
@@ -87,45 +87,45 @@ c93c417dbf3a43736845e653598624ee48e79f69bf93d36e3b19655e0a23b792 fixtures/recip
|
|
|
87
87
|
6b757866f79c4a16098879f7cfffdb85557b7fb6ca4ec7b1c0cd1d1169c3e3c0 gallery.json
|
|
88
88
|
04ce1093ffee4722c8af9a71368ea78d20084473f13fedcf5815c0bc92aca53f gateway.d.ts
|
|
89
89
|
a1556096ab4ea705fdc92c6f223541c61fded19137cb5b02eb653066cefafa75 gateway.d.ts.map
|
|
90
|
-
|
|
90
|
+
6bfce1a80860827cb9c03b8dd03d78febffd970787b9c36d3b6dfc07d71d8298 gateway.js
|
|
91
91
|
16f6a0cdd78820a257d0fbb501784ed031dcffcdc4b9841d5279c8273e3776f4 hardening.d.ts
|
|
92
92
|
20c2435cd499f265e70881c868456950ca49ce52183dbf2412ba39be2ac843e1 hardening.d.ts.map
|
|
93
|
-
|
|
93
|
+
075bfd9022fb6d30aa0a127d45a4e9b5d7fbd2e938bbcd81e06d54cc16adaf3f hardening.js
|
|
94
94
|
2e560159a8c3b121c91d83545e0dcfa03b79399ed052bc23a425b2d355839362 headless.d.ts
|
|
95
95
|
0f695301ed2f81fed8c065eafd351f3d966ea29426f6e55fbdd4f5069ffcb9b0 headless.d.ts.map
|
|
96
|
-
|
|
96
|
+
6fabe144759bfabf07496749e6a0b2a474554ccedae7ccfda443099542913834 headless.js
|
|
97
97
|
47d12b5bc91b84aa1be9910d7e64626d89471c8bc314a1aae5186cc1242067fd http.d.ts
|
|
98
98
|
26384b12778283537a8f9987fdf67fae1709ac169eebf15cd697cb52fd08dbdc http.d.ts.map
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
294f9f2c11037ec837a16f25d7e1734f60f9b481d55a0429f0c0344ecb0227f5 http.js
|
|
100
|
+
af8db51251bb8dd307427f75a03d1ac57b0d350028d07e6a419894ded97ad92a index.cjs
|
|
101
101
|
f2bfcb6fe460d8f6ad0c41369088bf844c052ac360f90661c4dbbea126294e72 index.d.ts
|
|
102
102
|
c58e5c80f63f974fd5c9c91ce053bb156709fc94cd845757bf63b5ce9460f44a index.d.ts.map
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
13c0c45f132351fada47a1ebd6d449215dbe95a2ed143028cf05ccd78746d21c index.js
|
|
104
|
+
c66e150407a8c9f0e81e4fe201a617e986963847f4a23bd4d13097726b795933 index.neutral.js
|
|
105
|
+
c57d825d074141c2eddbdb2b4e8c4a1549d856d5bdb0cee30cb5680b4c059a61 manifest.json
|
|
106
106
|
4a4a38d5c2f25f6e33d7fea853a074d4c82dfe5c721506ca4636b1d65c130f10 mcp.d.ts
|
|
107
107
|
f6a3dca29e7520472f5fda98a14e9c2abe4fc25515158cda196d455534236f50 mcp.d.ts.map
|
|
108
|
-
|
|
108
|
+
2177de1741da179bb1d3668db659a28099acf24871d95f0108055e8bb085263c mcp.js
|
|
109
109
|
ce98408283eccac2d435ac0e0ceb6bb5456e1eb70edb03a03e347a9f82f99c69 memory.d.ts
|
|
110
110
|
11e58fde47bb2b5bcbbb2e8a7ac4d793f661f006f9ad3b0b58b6e26b2c0ab80d memory.d.ts.map
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
c000a77ff4ac334486f2b8f054ff651617530891215fd55772c6dd9aaa70e92e memory.js
|
|
112
|
+
0e6c4db85759f98be8a0d94012a4d6626a69551a827234c782397279b30ae928 nativehost.template.json
|
|
113
|
+
7438ed9873112b9796111034192a6e9d71470316d31d3748131f03fd73b1eed9 node.cjs
|
|
114
114
|
705d895c58fe6816958f0fed4bef0a6f79e5fc521ab49d9cf83e0fbcd9d71afe node.d.ts
|
|
115
115
|
36b9946ee17e28ccbd83b7260bf0e26031261b268eeb2ff8a0e8784840712a00 node.d.ts.map
|
|
116
116
|
c40cdda184911cd77067737bbc91295de77535d09970dd540eeeacac2fbc33d9 pack.d.ts
|
|
117
117
|
ddd8f8ca5410b77ce699ca52560c7a3ab4beabc88ae37e1f6c8d9ab8a5f6697b pack.d.ts.map
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
cb7c84b9ec167ce44e6a49b4a0e7b9a640cced4f99b39798e6eaf45b0fe19c51 pack.js
|
|
119
|
+
41e97cf7d737b5af6df62533adda7ade7b456a6f05395f98e55e61d1bff2c286 package.json
|
|
120
120
|
e3a2ed944a0bc1ef4943ee250a57e428ce49d781d30de6072571e0bc5d8c0259 policy.d.ts
|
|
121
121
|
bf6531ec1b14a79cd95bddca0933208570157b0ddc514a6692c0a96734de9efa policy.d.ts.map
|
|
122
|
-
|
|
122
|
+
750486746484b229232488a27c75b5cee83b5cada6783e5676c7a7ecb9edd5ec policy.js
|
|
123
123
|
ea621ab35e610fbe8acb8e91f21ed2c74a6b20bba537c5982f31458d6878b90b progress.d.ts
|
|
124
124
|
a8638ca8a7376ef42055b934f3ce865c740a26b06c417445005c1f15ebe66eb5 progress.d.ts.map
|
|
125
|
-
|
|
125
|
+
ea2a869337a6e3fbf75c659583d6b441f24b4198025df3ce56fdcabdc2632e54 progress.js
|
|
126
126
|
d2e54016f0cad51928752882d780066ccf2267d383deb2407ea7b2f97dfd26e7 protocol.d.ts
|
|
127
127
|
7185f297b17b448828568d7d6fdfb81efe9c961f692fd2375a3d0e457f69cb77 protocol.d.ts.map
|
|
128
|
-
|
|
128
|
+
d0e242352e7047de13c50da711a9103e376aef02341e5bc978a1d0bc8ed5c30a protocol.js
|
|
129
129
|
456c4a26fd65c728f2dcb9e615ec6e4d446d7e4228bfa3f70ce2b17ee3d6a2c2 schemas/audit.schema.json
|
|
130
130
|
ea272aa6bf4df585ae1ca8ca63e36d7ec713c46187f37ed86ff3620a0e8509b2 schemas/capability.schema.json
|
|
131
131
|
6e9d2291dc54f7d01463e5f70c8f0793d952a63f4096d61ee4dbc4bfd6f6b0a0 schemas/envelope.schema.json
|
|
@@ -136,7 +136,7 @@ a02073c153d1248638fa3cbb5f0749534382cf262d09671018cdfc538ae74430 schemas/progre
|
|
|
136
136
|
8e104f945a846463c1020cbed21c655f233a943d6e2a18c88b37c7ab56b86de1 schemas/proposal.schema.json
|
|
137
137
|
d0e0365a7641c0127338c14a5318c4591dc598b7d2a36b7b2944219921d1ce4e schemas/session.schema.json
|
|
138
138
|
5bb7d16534b52ca3a7171178065fb7b283947accd1b616ce89e330eb7a91b82e schemas/tool.schema.json
|
|
139
|
-
|
|
139
|
+
bee076015fa5085226516a83f2295ffe9475773201f523573dd9f814a5519a8d umd-example.html
|
|
140
140
|
16f66af22e038e4f9328420a0ed0ee34145ca79c938940e8c2e6d232e25a7c09 umd.d.ts
|
|
141
141
|
ac25f7481155ac9321c5a657e7c4a53570bee8b3f63fe3527045260523a494c8 umd.d.ts.map
|
|
142
142
|
58e21373cec5ade3e6698da5b36ecc2bf7e7e2f755c6fb5e3a6605b535b93985 manifest.json key
|
package/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
/*! devthink 2.0.
|
|
2
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
3
3
|
|
|
4
4
|
// cli.ts
|
|
5
5
|
import { createInterface } from "node:readline/promises";
|
|
@@ -248,7 +248,7 @@ function endcall(input) {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
// version.ts
|
|
251
|
-
var packageversion = "2.0.
|
|
251
|
+
var packageversion = "2.0.9";
|
|
252
252
|
var protocolmajor = 2;
|
|
253
253
|
var protocolfloormajor = 2;
|
|
254
254
|
|
package/companion.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 companion — the optional native host of the native bridge — GPL-3.0-only — built with plain node, no native compiler */
|
|
2
2
|
|
|
3
3
|
// companion.ts
|
|
4
4
|
import { createHash, randomBytes } from "node:crypto";
|
|
@@ -16,7 +16,7 @@ var nativehosttemplatejson = `{
|
|
|
16
16
|
"devthinkBanner": "devthink __devthink_version__ native host manifest template \u2014 GPL-3.0-only \u2014 the chromium host manifest of the optional companion process"
|
|
17
17
|
}
|
|
18
18
|
`;
|
|
19
|
-
var companionbuild = "2.0.
|
|
19
|
+
var companionbuild = "2.0.9";
|
|
20
20
|
var companionprotocol = 1;
|
|
21
21
|
var companionsurfaces = ["osdialog", "notification"];
|
|
22
22
|
var maxnativemessage = 1024 * 1024;
|
package/crossbrowser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// crossbrowser.ts
|
|
4
4
|
var browserpolyfillflags = ["sidepanel", "scripting", "storage.session", "tabs.executeScript", "notifications", "contextMenus", "clipboard", "downloads", "runtime.messaging", "runtime.geturl"];
|
package/dashdone.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// dashdone.ts
|
|
4
4
|
function dashboardviewerof(input) {
|
package/deno.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
var protocolfloormajor = 2;
|
|
7
7
|
|
package/devthink.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
(function (root, factory) {
|
|
3
3
|
if (typeof define === "function" && define.amd) { define([], factory); }
|
|
4
4
|
else if (typeof module === "object" && module.exports) { module.exports = factory(); }
|
|
@@ -2365,7 +2365,7 @@ __export(umd_exports, {
|
|
|
2365
2365
|
module.exports = __toCommonJS(umd_exports);
|
|
2366
2366
|
|
|
2367
2367
|
// version.ts
|
|
2368
|
-
var packageversion = "2.0.
|
|
2368
|
+
var packageversion = "2.0.9";
|
|
2369
2369
|
var protocolmajor = 2;
|
|
2370
2370
|
var protocolfloormajor = 2;
|
|
2371
2371
|
|
package/gateway.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// auth.ts
|
|
4
4
|
function urlencodeform(fields) {
|
package/hardening.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// security.ts
|
|
4
4
|
var maskmarker = "[redacted]";
|
package/headless.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
|
|
7
7
|
// runtime.ts
|
package/http.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
|
|
7
7
|
// types.ts
|
package/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2356,7 +2356,7 @@ __export(cjs_exports, {
|
|
|
2356
2356
|
module.exports = __toCommonJS(cjs_exports);
|
|
2357
2357
|
|
|
2358
2358
|
// version.ts
|
|
2359
|
-
var packageversion = "2.0.
|
|
2359
|
+
var packageversion = "2.0.9";
|
|
2360
2360
|
var protocolmajor = 2;
|
|
2361
2361
|
var protocolfloormajor = 2;
|
|
2362
2362
|
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
var protocolfloormajor = 2;
|
|
7
7
|
|
package/index.neutral.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// debug.ts
|
|
4
4
|
var cdpkinds = ["attachcdp", "detachcdp", "cdpcmd", "watchcdp", "setbreakpoint", "stepcode", "watchexpr", "overridescript"];
|
|
@@ -1284,7 +1284,7 @@ function sessionbundleof(input) {
|
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
1286
|
// version.ts
|
|
1287
|
-
var packageversion = "2.0.
|
|
1287
|
+
var packageversion = "2.0.9";
|
|
1288
1288
|
var protocolmajor = 2;
|
|
1289
1289
|
var protocolfloormajor = 2;
|
|
1290
1290
|
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnOEjO8Z0PDgQyfvawGcaO2j+o0GLCFTLNj7TkYC/Avo9l2NenMRq7gp90Nfd7E9MViv/OMcCKSYZ5unv12QPRtv31C+a5UQWDFAOP/cH5mwMd6hsayElrSoW8ta+FwFqmr9dIFkn7cQEU3YhZr4Gcbs+ycUHOxVgDA4NBKB0rQ6e9VW5LvTw0isRYUrqM+M72vKxHk9zUIYYn/LGPvottKBYi2GLr0PHSeC2UE+Shmq7vcFIXj6hDjvD4kLJ5sKoUllEcZ1TPuBcnHUQ9ndKA5iktXDQOIJCUJmi7a0YJ2PGg7fvpYfT9k0ai/qZ+pIoRfoOEwE01bPoDn7NjeYnNQIDAQAB",
|
|
4
4
|
"name": "Devthink",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.9",
|
|
6
6
|
"description": "A consent-first bridge for reviewed browser-agent tasks.",
|
|
7
7
|
"icons": {
|
|
8
8
|
"16": "icons/16.png",
|
package/mcp.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
var protocolfloormajor = 2;
|
|
7
7
|
|
package/memory.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// debug.ts
|
|
4
4
|
function expireprofilerecords(input) {
|
package/nativehost.template.json
CHANGED
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
"allowed_origins": [
|
|
7
7
|
"chrome-extension://__generated_extension_id__/"
|
|
8
8
|
],
|
|
9
|
-
"devthinkBanner": "devthink 2.0.
|
|
9
|
+
"devthinkBanner": "devthink 2.0.9 native host manifest template — GPL-3.0-only — the chromium host manifest of the optional companion process"
|
|
10
10
|
}
|
package/node.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2357,7 +2357,7 @@ __export(node_exports, {
|
|
|
2357
2357
|
module.exports = __toCommonJS(node_exports);
|
|
2358
2358
|
|
|
2359
2359
|
// version.ts
|
|
2360
|
-
var packageversion = "2.0.
|
|
2360
|
+
var packageversion = "2.0.9";
|
|
2361
2361
|
var protocolmajor = 2;
|
|
2362
2362
|
var protocolfloormajor = 2;
|
|
2363
2363
|
|
package/pack.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// pack.ts
|
|
4
4
|
function artifactchannels() {
|
package/package.json
CHANGED
package/policy.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// debug.ts
|
|
4
4
|
var cdpdomains = ["Runtime", "Log", "Debugger", "DOM", "Network", "Page"];
|
|
@@ -316,7 +316,7 @@ function sessionrecordvalid(value) {
|
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
// version.ts
|
|
319
|
-
var packageversion = "2.0.
|
|
319
|
+
var packageversion = "2.0.9";
|
|
320
320
|
var protocolmajor = 2;
|
|
321
321
|
var protocolfloormajor = 2;
|
|
322
322
|
|
package/progress.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// version.ts
|
|
4
|
-
var packageversion = "2.0.
|
|
4
|
+
var packageversion = "2.0.9";
|
|
5
5
|
var protocolmajor = 2;
|
|
6
6
|
|
|
7
7
|
// progress.ts
|
package/protocol.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! devthink 2.0.
|
|
1
|
+
/*! devthink 2.0.9 — consent-first browser agent library — GPL-3.0-only — https://github.com/wenathlan/extension */
|
|
2
2
|
|
|
3
3
|
// debug.ts
|
|
4
4
|
var cdpdomains = ["Runtime", "Log", "Debugger", "DOM", "Network", "Page"];
|
|
@@ -987,7 +987,7 @@ function cronvalue(value, min, max, names) {
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
// version.ts
|
|
990
|
-
var packageversion = "2.0.
|
|
990
|
+
var packageversion = "2.0.9";
|
|
991
991
|
var protocolmajor = 2;
|
|
992
992
|
|
|
993
993
|
// types.ts
|
package/umd-example.html
CHANGED