Releases: fro-bot/agent
v0.79.1
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
v0.79.0
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
1.17.11+harness.bf0e9bed
Harness build of OpenCode 1.17.11 (integration bf0e9be).
Carries
v0.78.0
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
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
v0.76.3
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
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
Code Refactoring
v0.76.1
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
Harness build of OpenCode 1.17.9 (integration bd89c81).
Carries
v0.76.0
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