Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0 — Stable bash runtime

Latest

Choose a tag to compare

@zakelfassi zakelfassi released this 19 Mar 10:50
· 54 commits to main since this release

Forgeloop v1.0.0 — Stable bash runtime

The first stable release of Forgeloop: the safe-autonomy layer for coding agents.

What's included

  • Fail-closed control plane — repeated failures pause the loop, draft escalation artifacts, and wait for human input
  • Daemon mode — interval-based polling with [PAUSE], [REPLAN], [DEPLOY], [INGEST_LOGS] control flags
  • Machine-readable runtime state.forgeloop/runtime-state.json with status, transition, surface, and mode
  • Token burn safeguards — session/daily caps, stall detection, CI failure dedup, review oscillation guard
  • Model failover — Claude/Codex routing with auth and rate-limit failover
  • Skills system — repo-local skills with sync to Claude Code and Codex
  • Knowledge persistence — session-to-session memory via system/knowledge/
  • Domain expert routing — specialized guidance via system/experts/
  • GCP runner provisioning — one-command dedicated VM setup
  • Deploy guardrails — smoke hooks and safety checks

Pin to this version

If you want to stay on the stable bash runtime while v2 (Elixir) develops:

git clone --branch v1.0.0 https://github.com/zakelfassi/Forgeloop-kit.git

Or in an existing clone:

git checkout v1.0.0

What's next

An Elixir v2 foundation is developing on main in parallel. The bash runtime remains fully supported. When v2 reaches feature parity, it will be tagged as v2.0.0-beta.1.