Skip to content

Commit 9a1cc0e

Browse files
chore: version packages (#281)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e059730 commit 9a1cc0e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/release-18a32425.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# agent-browser
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- e059730: Added Kernel cloud browser provider integration with support for stealth mode and persistent profiles. Added --ignore-https-errors flag for working with self-signed certificates. Enhanced cookies set command with additional options for domain, path, httpOnly, secure, sameSite, and expires parameters.
8+
39
## 0.7.6
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "0.7.6",
3+
"version": "0.8.0",
44
"description": "Headless browser automation CLI for AI agents",
55
"type": "module",
66
"main": "dist/daemon.js",

0 commit comments

Comments
 (0)