Skip to content

Releases: chriswritescode-dev/opencode-forge

v0.5.3

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 04 Jul 15:37

feat: add project.current SDK support and improve TUI multi-checkout project discovery

v0.5.2

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 04 Jul 14:53
e76371e

feat: add remote loop launch support via TUI (#64)

v0.5.1

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 30 Jun 15:04

What's Changed

  • worktreeOpencodeConfig — per-loop inline opencode config written to worktree opencode.jsonc (git-excluded, removed before teardown commit to keep loop history clean). MCP servers declared here run as host processes from the worktree directory.

Full changelog

  • feat: add worktreeOpencodeConfig for per-loop opencode config (#63)
  • chore: bump version to 0.5.1

v0.5.0

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 28 Jun 19:08

Highlights

Parallel feature groups — A new launch-group workflow takes a broad source of work (a PRD, a set of GitHub/Linear issues, a milestone) and splits it into implementation-coherent features. Each feature is planned by the architect-auto agent and runs as its own loop, scheduled with a per-group concurrency cap. Track and control runs with group-status and group-cancel.

Redesigned dashboard — Rebuilt on SolidJS with a live activity feed and session observability. Loop and section views were restructured, and live transcripts now stream over SSE with per-session filtering.

Also new

  • new-session loop modeexecute-plan can launch a plan in a fresh standalone session instead of a git worktree loop.
  • Post-action phase — new loop state for review/fixup after the main work completes.
  • Custom sandbox mounts — configurable bind-mounts for sandbox containers; tool-output directory now exposed to loop/audit sessions.
  • Model variant defaults — model/variant selection driven by config priority.
  • forge install CLI — installs bundled prompts and feature modules, kept in sync via content-hash manifests.

Fixes & internals

  • Deeply-nested sub-agent sessions resolve correctly; TUI loop follower no longer auto-follows child sessions.
  • Sandbox reliability: sandbox.enabled honored on attach, Docker socket reachable and pnpm store writable as non-root.
  • Test suite migrated from bun:test to Vitest.
  • README split into focused reference docs (configuration.md, sandbox.md, tools.md).

v0.4.21

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 12 Jun 19:09

Full Changelog: v0.4.20...v0.4.21

v0.4.20

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 12 Jun 00:29
09791b1

feat: add restart support for execution service with forge naming utilities

v0.4.19

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 11 Jun 01:38

What's Changed

  • Dashboard: Add copy buttons to markdown sections
  • Review tool fix: Scope review-read to non-loop findings when outside a loop
  • Review tool enhancement: Allow review-read to target findings from a specific loop by name

Full changelog: v0.4.18...v0.4.19

v0.4.18

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 08 Jun 14:16

Full Changelog: v0.4.17...v0.4.18

v0.4.17

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 08 Jun 13:55

Full Changelog: v0.4.16...v0.4.17

v0.4.16

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 06 Jun 16:45

Fix: exclude minified marked.js from lint, fix Solid reactivity warning