chore: version packages (#500)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-11 16:28:13 +08:00
committed by GitHub
parent 3092c612dc
commit b5d699687a
11 changed files with 21 additions and 20 deletions
-11
View File
@@ -1,11 +0,0 @@
---
"@actionbookdev/cli": minor
---
Improve `actionbook setup` with a new skills installation step and targeted quick mode.
- add a fifth setup step to install Actionbook skills during setup
- add `actionbook setup --target <agent>` quick mode for one-shot skills installation
- improve extension-mode setup guidance with Chrome Web Store and GitHub Releases fallback instructions
- make API key input visible by default during interactive setup
- tighten setup failure handling so quick mode and JSON flows report skills install failures correctly
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-darwin-arm64",
"version": "1.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "Actionbook CLI native binary for Windows x64",
"os": [
"win32"
+12
View File
@@ -1,5 +1,17 @@
# @actionbookdev/cli
## 1.3.0
### Minor Changes
- [#499](https://github.com/actionbook/actionbook/pull/499) [`3092c61`](https://github.com/actionbook/actionbook/commit/3092c612dc25ff5a71d8fb361a50afc762fd9f09) Thanks [@Senke0x](https://github.com/Senke0x)! - Improve `actionbook setup` with a new skills installation step and targeted quick mode.
- add a fifth setup step to install Actionbook skills during setup
- add `actionbook setup --target <agent>` quick mode for one-shot skills installation
- improve extension-mode setup guidance with Chrome Web Store and GitHub Releases fallback instructions
- make API key input visible by default during interactive setup
- tighten setup failure handling so quick mode and JSON flows report skills install failures correctly
## 1.2.0
### Minor Changes
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "actionbook-cli"
version = "1.2.0"
version = "1.3.0"
dependencies = [
"assert_cmd",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "actionbook-cli"
version = "1.2.0"
version = "1.3.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.2.0",
"version": "1.3.0",
"private": false,
"description": "Actionbook CLI - Browser automation for AI agents",
"bin": {