Commit Graph

8 Commits

Author SHA1 Message Date
daniel156161 5cec57e06d feat!: harden raw browser control and packaging
Testing / remote-protocol-compat (0.9.3) (push) Successful in 40s
Testing / remote-protocol-compat (0.9.5) (push) Successful in 38s
Testing / test (push) Failing after 1m3s
Package Extension / package-extension (push) Successful in 29s
Build & Publish Package / publish (push) Successful in 33s
- Add safe-by-default policy gates for raw command surfaces: command, script, and serve-http /command.

- Require explicit opt-ins for page reads, browser control, and high-risk commands such as dom.eval, storage.*, and screenshots.

- Remove all cookies support from CLI, SDK, extension commands, permissions, constants, docs, and tests.

- Add diagnostic, events, watch, workspace, remote, raw command, script, HTTP gateway, tree-view, session import/export, and extension info/capability commands.

- Add Chrome Web Store packaging that strips manifest.key while keeping local packages with a stable native-messaging extension ID.

- Bump browser-cli and extension version to 0.14.1 and cover the new behavior with pytest and extension packaging tests.

BREAKING CHANGE: cookies commands and the b.cookies SDK namespace have been removed; generic raw command execution now blocks non-safe commands unless explicitly allowed.
2026-06-14 14:33:15 +02:00
daniel156161 a8b433aa29 Add remote protocol compatibility workflow
Testing / test (push) Successful in 25s
Testing / remote-protocol-compat (0.9.3) (push) Successful in 26s
Testing / remote-protocol-compat (0.9.5) (push) Successful in 20s
2026-05-05 11:05:49 +02:00
daniel156161 7ee664153b change background.js into split typescript files for better managemand and build background.js from typescript 2026-05-01 19:28:36 +02:00
daniel156161 64970c8c86 add test workflow to run testing on main push skip that neating a active live browser
Testing / test (push) Successful in 23s
Package Extension / package-extension (push) Successful in 10s
Build & Publish Package / publish (push) Successful in 22s
2026-04-10 13:17:41 +02:00
daniel156161 79093ed558 only parse json if its json and else return the error 2026-04-10 02:59:17 +02:00
daniel156161 e8a43d2886 build packed extension and create new release asset 2026-04-10 02:53:29 +02:00
daniel156161 e8cbf64919 add gitea action to pack the crome extension 2026-04-10 00:32:03 +02:00
daniel156161 8e7e895e74 add build of python pachage 2026-04-08 21:28:25 +02:00