From c3d81e12767a4feef0f21c1112870a284020bfc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:00:16 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .github/.release-please-manifest.json | 2 +- SKILL.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/SKILL.md b/SKILL.md index 7f5ef16..a83a830 100644 --- a/SKILL.md +++ b/SKILL.md @@ -2,7 +2,7 @@ name: cuttle description: Run and drive cuttle - a local stealth-Chromium browser farm with persistent logins, anti-detect fingerprints, and a human-handoff viewer for captchas and Cloudflare. Use whenever the user says to use the browser, or asks to automate, scrape, test, or sign into a website, or names agent-browser, browser-use (bu, bu-cli), or playwright-cli. `cuttle up` prints the live briefing with installed drivers, exact CDP attach commands, and each driver's own docs command. Attach to cuttle's warm session - never launch a fresh browser or new profile. metadata: - version: "0.2.0" # x-release-please-version + version: "0.3.0" # x-release-please-version image: "ghcr.io/glim-sh/cuttle" allowed-tools: Bash(cuttle:*) Bash(uv:*) Bash(just:*) Bash(docker:*) Bash(curl:*) Bash(agent-browser:*) Bash(browser-use:*) Bash(playwright-cli:*) --- diff --git a/pyproject.toml b/pyproject.toml index ec43281..6c8274c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cuttle-browser" -version = "0.2.0" +version = "0.3.0" description = "Stealth-Chromium CDP farm: per-seed browser fingerprints over a patched CDP multiplexer." readme = "README.md" license = { text = "MIT" }