Skip to content

v0.1.0

Choose a tag to compare

@starsinc1708 starsinc1708 released this 09 Jun 18:36
· 29 commits to main since this release

First tagged release of HEPHAESTUS — a self-hosted autonomous development loop: define a goal → it decomposes the goal into tasks, executes each via an AI agent (opencode / Claude / Codex), verifies the result (typecheck/lint/tests), and merges clean commits, all in a live Vue 3 dashboard.

Highlights:

  • Goal decomposition, agent execution, map-reduce review funnel, verify gates, AI-assisted merge.
  • Bilingual UI (en/ru) with a persisted language toggle.
  • Crash-recovery checkpoints, run history, multi-provider connections, optional GitHub/GitLab integration and ntfy.sh notifications.
  • OSS-ready: MIT license, SECURITY policy + threat model, Docker/compose, CI (ruff + mypy --strict + pytest; vue-tsc + vitest + build).

Read SECURITY.md before running — agents execute code with your privileges.