Compare commits

..
Author SHA1 Message Date
leeguoooooandClaude Opus 4.6 8556da9bd2 chore(release): bump to 0.24.0-fork.2, publish as latest tag
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 09:27:43 +09:00
leeguoooooandClaude Opus 4.6 0151a496cf fix(docker): update Rust to 1.94 for cross-compilation builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 05:26:39 +09:00
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "agent-browser-stealth"
version = "0.24.0-fork.1"
version = "0.24.0-fork.2"
dependencies = [
"aes-gcm",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "agent-browser-stealth"
version = "0.24.0-fork.1"
version = "0.24.0-fork.2"
edition = "2021"
description = "Fast browser automation CLI for AI agents"
license = "Apache-2.0"
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-platform Rust cross-compilation image
FROM rust:1.85-bookworm
FROM rust:1.94-bookworm
# Install cross-compilation toolchains
RUN apt-get update && apt-get install -y \
+1 -4
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser-stealth",
"version": "0.24.0-fork.1",
"version": "0.24.0-fork.2",
"description": "Browser automation CLI for AI agents — stealth fork with anti-detection",
"type": "module",
"files": [
@@ -27,9 +27,6 @@
"release": "npm run version:sync && npm run build:all-platforms && npm publish --tag fork",
"postinstall": "node scripts/postinstall.js"
},
"publishConfig": {
"tag": "fork"
},
"keywords": [
"browser",
"automation",