@praveen-palanisamy/agent-browser-runtime 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ - (add changes here)
6
+
7
+ ## v0.1.1 — 2026-09-07
8
+
9
+ - **Release pipeline**: `release.yml` only bumps and commits; `release-on-green` owns the semver tag + draft GitHub Release after CI is green (so publishing the draft is the single fan-out to npm / GHCR / Pages / Marketplace). Drafts a release even when the tag already exists.
5
10
  - **CLI**: new `post` command; `--local` runs `probe`/`post` in-process with local Chromium (no service needed); `--session-out`, `--out`, `--content`, `version`.
6
11
  - **GitHub Action**: `praveen-palanisamy/agent-browser-runtime@v0` composite action (`command: probe|post`) with `ok` / `authenticated` / `needs-reauth` / `uncertain` outputs; floating major tag maintained by `release-on-green`.
7
12
  - **Attribution**: `/healthz` reports `name`, `version`, `repository`; `Server` header on all JSON responses.
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praveen-palanisamy/agent-browser-runtime",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Stateful, secure browser-session execution for agents: pluggable browser providers (local Chromium, CDP, Steel, Kernel), post/probe/capture orchestration, an HTTP runner service and a Playwright-free client",
5
5
  "keywords": [
6
6
  "agents",