• 0.10.0 00511795f0

    0.10.0
    Some checks failed
    CI / race (push) Failing after 46s
    CI / test (push) Failing after 47s
    Release / release (push) Failing after 56s
    Stable

    frank released this 2026-07-16 08:11:55 +02:00 | 21 commits to main since this release

    Highlights

    Self-Update und robustere Authentifizierung: forge update holt neue Versionen direkt aus den Forgejo-Releases; ohne Secret Service landen Credentials sicher in einer Datei, und Token-Namen werden bei Kollisionen automatisch neu vergeben.

    Features

    • Self-Updateforge update prüft Releases von frank/forgecli, lädt die passende Binary und ersetzt sie nach SHA-256-Check (--check nur prüfen, --force neu installieren)
    • Credential-Fallback – Fehlt der OS-Keyring (Secret Service), speichert forge Tokens in ~/.config/forge/credentials.json (Mode 0600); FORGE_CREDENTIAL_STORE=file erzwingt den File-Store

    Fixes

    • Token-Namen – Beim Passwort-Login werden bereits vergebene Token-Namen bis zu achtmal mit kollisionsresistenten Namen neu versucht

    Docs

    • Wiki: Seiten Update und Auth für Self-Update und Credential-Speicherung
    Downloads
  • 0.9.0 2d7dff9023

    0.9.0
    Some checks failed
    CI / test (push) Failing after 1m9s
    CI / race (push) Failing after 1m10s
    Release / release (push) Failing after 50s
    Stable

    frank released this 2026-07-16 07:41:16 +02:00 | 24 commits to main since this release

    Highlights

    Agent-Watch wird robuster und konfigurierbarer: Health-Loop mit SQLite-Job-Store, periodischer Repo-Sync von origin, Usage-Metriken am PR, sowie editierbare Prompt-Templates und Harness-Task-Profile.

    Features

    • Health-Loop & Job-Store – Periodische Gesundheitsprüfung (Ghost-Jobs, steckengebliebene Agents, Labels, Issue/PR-Änderungen, Stop-Mentions); Watch-Status persistiert in SQLite (agent.db)
    • Repo-Sync – Beobachtete Repos werden regelmäßig von origin geholt (repo_sync_interval / --repo-sync-interval, Default 1m)
    • Usage-Metriken – ACP-Usage (Tokens, Kosten, Limits, Runtime) wird erfasst und am Ende des PR-Babysitting als Block am PR gepostet
    • Konfigurierbare Prompts – Feste Prompt-Templates unter prompts.* in agent.yaml editierbar
    • Harness-Task-Profile – Pro Task (code, fix_build, resolve_conflicts, mention) Modell/Reasoning/Pre-Prompt konfigurierbar; forge agent config --print zeigt die gemergte Config
    • Repo bearbeiten – Beschreibung und Topics per CLI änderbar (forge repo …)

    Fixes

    • Conflict-Repair bleibt unter Follow-up-WIP aktiv
    • Worktrees force-pushen; leere PRs nach Restart wiederherstellen
    • Restliche Commits in bestehenden Worktrees nach Agent-Läufen flushen/pushen
    • CI-Matching nach Merge-Conflict-Push per Commit-SHA
    • Forgejo-PR-CI über #<pr>-Prettyref beim Babysitting zuordnen
    • PR-Chat und WIP-Titel bei Follow-ups wiederherstellen
    • Mit 👀 markierte Mentions werden unabhängig vom Reactor übersprungen

    Docs

    • Wiki: Agent-Usage-Metriken am PR-Abschluss dokumentiert
    Downloads
  • 0.8.0 7453ce5948

    0.8.0
    All checks were successful
    CI / race (push) Successful in 48s
    CI / test (push) Successful in 48s
    Release / release (push) Successful in 1m23s
    Stable

    frank released this 2026-07-13 10:11:23 +02:00 | 46 commits to main since this release

    Agent watch gets a full dashboard TUI (parallel run views, activity drawer, task kinds), ACP-structured output, parallel multi-repo pipelines, bare-mode repo cache, workspace mode, and live config/hotkeys.

    PR mode babysits open PRs for failed CI, @mentions, and merge conflicts; supports early WIP PRs, incremental commit/push prompts, worktree lifecycle, agent_mapping/impersonation, usage-limit pauses, and agent:ready/agent:done label lifecycle.

    Also: --all-repos watch, wiki Unicode/title fixes, and assorted TUI/ACP reliability fixes.

    Downloads
  • 0.7.0 55e2eebfea

    0.7.0
    All checks were successful
    CI / race (push) Successful in 10m26s
    CI / test (push) Successful in 10m34s
    Release / release (push) Successful in 11m23s
    Stable

    frank released this 2026-07-12 09:46:33 +02:00 | 142 commits to main since this release

    Babysit PRs until CI is green (with coding-agent fix retries), check off markdown ToDos via TODO_DONE markers, and post progress comments on the issue (--commit) or pull request (--pr).

    Downloads
  • 0.6.0 02596dc63d

    0.6.0
    All checks were successful
    CI / race (push) Successful in 10m25s
    CI / test (push) Successful in 10m38s
    Release / release (push) Successful in 12m32s
    Stable

    frank released this 2026-07-12 08:39:02 +02:00 | 145 commits to main since this release

    Add forge agent watch/run: poll matching issues and dispatch local coding-agent CLIs (cursor-agent, codex, pi, opencode, claude) with commit or PR git modes, labels, comments, and optional close.

    Downloads
  • 0.5.0 d6cb22ebdb

    0.5.0
    All checks were successful
    CI / race (push) Successful in 10m26s
    CI / test (push) Successful in 10m55s
    Release / release (push) Successful in 12m31s
    Stable

    frank released this 2026-07-12 08:07:20 +02:00 | 146 commits to main since this release

    Add forge wiki commands: list, read (full/section/TOC), search, create, update (block-wise), and delete.

    Downloads
  • 0.4.0 87d7d3ca2d

    forge CLI 0.4.0
    Some checks failed
    CI / test (push) Successful in 9m55s
    Release / release (push) Successful in 10m46s
    CI / race (push) Failing after 13m46s
    Stable

    frank released this 2026-07-11 23:26:16 +02:00 | 147 commits to main since this release

    Cross-platform release for Linux, macOS, and Windows (AMD64 and ARM64).

    Downloads