Skip to content

Releases: starsinc1708/HEPHAESTUS

v1.0.5

10 Jun 06:38
01d5fe9

Choose a tag to compare

1.0.5 (2026-06-10)

Bug Fixes

  • merge: don't git add -A on a clean merge (stops node_modules pollution) (3416fa3)

v1.0.4

10 Jun 06:03
15f40ed

Choose a tag to compare

1.0.4 (2026-06-10)

Bug Fixes

  • prompts: resolve prompts under LOOP_HOME, not file (fixes Docker validate crash) (67d512a)

v1.0.3

10 Jun 04:55
92d8071

Choose a tag to compare

1.0.3 (2026-06-10)

Features

  • verify: baseline-aware auto-detection (don't gate on a red baseline) (921df16)

Bug Fixes

  • docker: trust mounted repos so git works (fixes tasks stuck "queued") (62ede2c)

Miscellaneous Chores

v1.0.2

09 Jun 20:54
cc45a0c

Choose a tag to compare

1.0.2 (2026-06-09)

Features

  • settings: browse-and-pick repository in Settings (reuse RepoPicker) (d1a3b58)

Miscellaneous Chores

v1.0.1

09 Jun 20:34
231e0ae

Choose a tag to compare

1.0.1 (2026-06-09)

Features

  • onboarding: browse-and-pick repository from the server filesystem (dc973cd)

Bug Fixes

  • onboarding: show full path in repo picker (correct bidi truncation) (341600c)

v0.1.0

09 Jun 18:36

Choose a tag to compare

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.