Skip to content

Releases: fro-bot/agent

v0.79.1

27 Jun 04:00

Choose a tag to compare

What's new

v0.79.1 includes dependency updates to keep the agent's runtime and development tooling current, along with improvements to test infrastructure.

Fixes

  • #1022 Update @hono/node-server to v2

Miscellaneous

  • #1021 Update mitmproxy Docker tag to v12
  • #1043 Update vite to v8.1.0
  • #1047 Update actions/cache to v6.1.0
  • #1048 Keep mitmproxy egress smoke test in lockstep
Full changelog

0.79.1 (2026-06-27)

Build System

  • deps: update mitmproxy/mitmproxy Docker tag to v12 (#1021) (0273b9e)

Bug Fixes

  • deps: update dependency @hono/node-server to v2 (#1022) (900cd46)

Tests

Miscellaneous Chores

  • deps: update actions/cache action to v6.1.0 (#1047) (0234fa1)
  • deps: update dependency vite to v8.1.0 (#1043) (827fa3e)

v0.79.0

27 Jun 00:57

Choose a tag to compare

What's new

This release updates the OpenCode harness to v1.17.11 and improves the harness release build process. It includes a feature to use the latest harness build, fixes for workspace dependency installation, and maintenance updates to the Systematic package.

Features

  • #1045 — default to OpenCode harness build 1.17.11+harness.bf0e9bed

Fixes

  • #1041 — install workspace deps for harness release

Performance

  • #1044 — update dependency @fro-bot/systematic to v2.32.1
Full changelog

0.79.0 (2026-06-27)

Features

  • default to OpenCode harness build 1.17.11+harness.bf0e9bed (#1045) (927d602)

Build System

Bug Fixes

  • install workspace deps for harness release (#1041) (6e323f1)

Miscellaneous Chores

1.17.11+harness.bf0e9bed

27 Jun 00:12
6e323f1

Choose a tag to compare

v0.78.0

26 Jun 07:35

Choose a tag to compare

What's new

This release adds a new operator run-index endpoint to the gateway and includes several dependency updates alongside bug fixes and internal improvements.

Features

  • gateway: #NEW Add GET /operator/runs run-index route

Fixes

  • #1028 Update @actions/cache to v6.1.0
  • #1034 Update @aws-sdk/client-s3 to v3.1074.0
  • #1037 Update hono to v4.12.27
  • #1029 Update yaml to v2.9.0
  • #1038 Dedupe operator listing fanout
Full changelog

0.78.0 (2026-06-26)

Features

  • gateway: add GET /operator/runs run-index route (3640338)

Bug Fixes

  • deps: update dependency @actions/cache to v6.1.0 (#1028) (3620ee6)
  • deps: update dependency @aws-sdk/client-s3 to v3.1074.0 (#1034) (46abaad)
  • deps: update dependency hono to v4.12.27 (#1037) (941df03)
  • deps: update dependency yaml to v2.9.0 (#1029) (2332aa0)
  • gateway: dedupe operator listing fanout (#1038) (1d0b4f7)

Documentation

v0.77.0

25 Jun 22:07

Choose a tag to compare

What's new

This release adds gateway operator routes and fixes critical route registration issues. Includes dependency and GitHub Actions updates.

Features

  • gateway: image-level operator route-registration smoke + mount approval routes (#1031)

Fixes

  • gateway: mount the operator launch route (POST /operator/runs) (#1030)
  • workflows: update renovate action to v4.16.30 (#1025)
Full changelog

0.77.0 (2026-06-25)

Features

  • gateway: image-level operator route-registration smoke + mount approval routes (#1031) (6ba3515)

Bug Fixes

  • gateway: mount the operator launch route (POST /operator/runs) (#1030) (c2048ed)
  • workflows: update renovate action to v4.16.30 (#1025) (b38c559)

Documentation

  • solutions: compound the dependency-gated route registration guard (#1032) (7092e2c)

Continuous Integration

v0.76.3

25 Jun 16:20

Choose a tag to compare

What's new

Version 0.76.3 focuses on bug fixes and improvements to the gateway functionality, including dependency updates and fixes for the deny-key backfill process and operator endpoints.

Fixes

  • #1023 — Gateway: make the deny-key backfill runnable in the shipped image
  • #1020 — Gateway: wire listBindings so GET /operator/repos mounts
  • #1017 — deps: update aws-sdk-js-v3 monorepo
  • #1014 — deps: update dependency effect to v3.21.4
Full changelog

0.76.3 (2026-06-25)

Bug Fixes

  • deps: update aws-sdk-js-v3 monorepo (#1017) (e774f87)
  • deps: update dependency effect to v3.21.4 (#1014) (fef8e7c)
  • gateway: make the deny-key backfill runnable in the shipped image (#1023) (c3072ae)
  • gateway: wire listBindings so GET /operator/repos mounts (#1020) (199d22e)

Miscellaneous Chores

v0.76.2

24 Jun 21:18

Choose a tag to compare

What's new

This release completes the fro-bot/agent workspace migration to Bun with hardened CI/CD pipelines and production-ready deployment images. Focus areas include Bun package manager integration, phantom dependency protection, and Renovate configuration fixes.

Features

  • workspace: Migrate from pnpm to Bun (#1002)

Fixes

  • bun: CI hardening — phantom-dep guard, bun cache, tools-cache version segment (#1006)
  • deploy: Verified Bun install + production-only runtime images (#1008)
  • renovate: Pin bun constraint to the runner's baked version (#1009)
  • renovate: Skip bun artifact update instead of pinning the constraint (#1011)
  • renovate: Suppress stability status checks broken by the runner's Renovate version (#1012)
Full changelog

0.76.2 (2026-06-24)

Bug Fixes

  • bun: CI hardening — phantom-dep guard, bun cache, tools-cache version segment (#1006) (20e9f34), closes #1004
  • deploy: verified Bun install + production-only runtime images (#1008) (3675f6c), closes #1003
  • renovate: pin bun constraint to the runner's baked version (#1009) (0722031)
  • renovate: skip bun artifact update instead of pinning the constraint (#1011) (b62e2ca), closes #1009
  • renovate: suppress stability status checks broken by the runner's Renovate version (#1012) (8fdf286)

Documentation

  • solutions: pnpm-to-bun migration learnings (#1005) (7595b18)

Code Refactoring

v0.76.1

23 Jun 23:59

Choose a tag to compare

What's new

This release focuses on build pipeline improvements, fixing critical issues with license notice collection, hidden unicode detection, and package manager state management.

Fixes

  • build: #991 — Collect license notices before bundling and escape independently
  • build: #988 — Scrub and verify dist hidden unicode independent of the bundler
  • build: #997 — Surface real stderr when license collection fails
  • harness: #992 — Commit install-time bin/postinstall shims
  • renovate: #998 — Force pnpm install to repair partial store before build

Documentation

  • gateway: #996 — Document and pin the operator API surface
  • plan: #994 — Reconcile operator control-surface plan to shipped reality
  • solutions: #993 — Build-pipeline preflight/finally lifecycle lesson
  • solutions: #990 — Durable dist hidden-unicode fix
Full changelog

0.76.1 (2026-06-23)

Bug Fixes

  • build: collect license notices before bundling and escape independently (#991) (83ffe80)
  • build: scrub and verify dist hidden unicode independent of the bundler (#988) (3ee359e)
  • build: surface real stderr when license collection fails (#997) (0dd59c4)
  • harness: commit install-time bin/postinstall shims (#992) (99dd65a)
  • renovate: force pnpm install to repair partial store before build (#998) (ffa8c33)

Documentation

  • gateway: document and pin the operator API surface (#996) (7defaba)
  • plan: reconcile operator control-surface plan to shipped reality (#994) (a9caef9)
  • solutions: build-pipeline preflight/finally lifecycle lesson (#993) (95efb93)
  • solutions: durable dist hidden-unicode fix (#990) (55d5d7b)

Reverts

1.17.9+harness.bd89c818

22 Jun 07:11
73566a6

Choose a tag to compare

v0.76.0

22 Jun 20:52

Choose a tag to compare

What's new

This release introduces a web-based tool-approval flow for the operator surface, improving the user experience when managing tool permissions in the gateway.

Features

  • #986 — Web tool-approval flow for the operator surface
Full changelog

0.76.0 (2026-06-22)

Features

  • gateway: web tool-approval flow for the operator surface (#986) (1ad74fc)