chore: version packages (#509)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-12 11:39:58 +08:00
committed by GitHub
parent 5bddf13420
commit 35247f649e
11 changed files with 17 additions and 16 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"@actionbookdev/cli": minor
---
Add cloud browser provider support via `-p / --provider`.
Supported providers: Driver, Hyperbrowser, Browseruse. Each provider reads its own `<PROVIDER>_API_KEY` from the caller's shell, and `browser restart` mints a fresh remote session while preserving the local `session_id`.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-darwin-arm64",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for macOS ARM64",
"os": [
"darwin"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-darwin-x64",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for macOS x64",
"os": [
"darwin"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-linux-arm64-gnu",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for Linux ARM64 (glibc)",
"os": [
"linux"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-linux-x64-gnu",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for Linux x64 (glibc)",
"os": [
"linux"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-win32-arm64",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for Windows ARM64",
"os": [
"win32"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-win32-x64",
"version": "1.3.1",
"version": "1.4.0",
"description": "Actionbook CLI native binary for Windows x64",
"os": [
"win32"
+8
View File
@@ -1,5 +1,13 @@
# @actionbookdev/cli
## 1.4.0
### Minor Changes
- [#507](https://github.com/actionbook/actionbook/pull/507) [`5bddf13`](https://github.com/actionbook/actionbook/commit/5bddf13420a872355216b045ff616c6f58761feb) Thanks [@Senke0x](https://github.com/Senke0x)! - Add cloud browser provider support via `-p / --provider`.
Supported providers: Driver, Hyperbrowser, Browseruse. Each provider reads its own `<PROVIDER>_API_KEY` from the caller's shell, and `browser restart` mints a fresh remote session while preserving the local `session_id`.
## 1.3.1
### Patch Changes
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "actionbook-cli"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"assert_cmd",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "actionbook-cli"
version = "1.3.1"
version = "1.4.0"
edition = "2024"
description = "Actionbook CLI - Browser automation for AI agents"
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli",
"version": "1.3.1",
"version": "1.4.0",
"private": false,
"description": "Actionbook CLI - Browser automation for AI agents",
"bin": {