News & Releases

What's new in the Agentic Software Factory

Release history and product news – short, dated, and with pointers to the architectural decisions behind them. After installing the platform locally, the full technical changelog is available under /changelog.

v0.8.1 New May 13, 2026

Wizard polish: stepper, objective preview, validation

0.8.1 is a pure UX patch for the project wizard β€” no new feature, no new roadmap phase, but four visible improvements that lift the wizard from "works" to "feels polished".

Demo at demo.softwarefabrik.io/wizard runs v0.8.1.

v0.8.0 May 13, 2026

Wizard cost estimate, inline diffs, and browser notifications

With 0.8.0 the platform closes out two deferred building blocks: the wizard now shows the rough cost of a run before it even starts, and the approval view embeds a real diff of the workspace changes instead of leaving you with a blind "Approve / Reject". Browser notifications keep you informed about run completion or approval requests even with the tab closed.

Wizard step 4 β€” cost estimate (phase 4.5)

Inline diffs before approval (phase 7.5b)

Browser notifications (phase 7.5a)

Around the release

v0.7.0 May 12, 2026

Run templates, container sandbox, live token stream

With 0.7.0 the Software Factory ships three remaining building blocks from the security and reuse track: a reusable run template, an optional container sandbox per run, and a real live stream of token usage instead of collecting only at the end.

Run templates (phase 7.5)

Container sandbox per run (phase 8, ADR-0011 B)

Live token stream + local estimation (phase 9, ADR-0013)

Around the release

v0.6.0 May 12, 2026

Conductor: model routing, plugin sync, and repo import

With 0.6.0 the Software Factory stops being a wrapper around Claude Code and starts becoming the conductor of the entire setup. Three roadmap phases deliver the leap: per-role model routing, automatic mapping of locally installed plugins and skills into every run, and a sixth wizard template that brings existing repositories under platform control.

Per-role model routing (Phase 5)

Plugin and skills sync (Phase 6)

Repo-import template (Phase 7, partial)

Project memory via PROJECT_NOTES.md (Phase 7, partial)

The freeText field of ProjectDefinition is now written as PROJECT_NOTES.md into the workspace root at run start. The coding agent finds the file in the repo and uses it as extra context β€” a memory layer under user control that persists between runs.

Deliberately not in this release

From phase 7, the following remain open: RunTemplate entity ("save the last successful run as a template"), browser notifications on run finish, and inline diffs before approval. They will follow in a subsequent iteration (phase 7.5), building on the conductor infrastructure shipped now.

Around the release

v0.5.0 May 8, 2026

Polyglot: the wizard now covers five stacks

With 0.5.0 the Software Factory becomes polyglot. The project wizard used to offer two templates: Spring Boot Backend and Static Frontend. Three polyglot templates join them β€” the platform now covers the most common backend stacks for solo developers.

Three new templates

Ten new quality-gate toggles

Trivy for everyone

The Trivy container-scan toggle now applies to all five templates β€” whether you ship a Java, .NET, Python or Node app, the produced container image can be scanned for known CVEs.

Version cache extended

Eleven new cache keys: ESLint, Vitest and Node LTS get daily refreshes via the npm and GitHub Releases APIs; .NET, Python and the tool versions are kept statically in the code catalog and bumped with each platform release. The admin inspect page at /einstellungen/wizard/versions now shows 16 entries instead of five.

Deliberately not in this release

Go, Rust, PHP and Ruby are missing β€” we wait for concrete user demand before maintaining further templates. The architecture is trivially extensible: new templates come from additional code-as-data entries in TemplateRegistry plus six Markdown files each (initial prompt DE/EN, three to five toggle snippets DE/EN). No migration, no schema change. Tell us which stack should be next.

Around the release

v0.4.0 May 7, 2026

Settings, wizard, quality gates: from cockpit to guided platform

0.4.0 moves the platform from "configure-it-yourself" into a guided mode: global defaults have a dedicated area, a four-step assistant creates new projects with the right stack and opt-in quality gates, and a daily background job keeps the "latest stable version" of every component up to date.

Global settings UI

Four-step project wizard

Quality-gate toggles

Version cache with background refresh

Security

Around the release

v0.3.0 April 27, 2026

Tokens, costs, live logs: from black box to cockpit

0.3.0 is a frontend leap: the dashboard now shows 14-day token and cost charts, a dedicated analytics page splits tokens, costs, budget and adapter comparison, logs stream live to the browser via Server-Sent Events, and runs can be paused, resumed or cancelled in batch.

Token and cost schema

Dashboard upgrade and dark mode

Analytics page with budget enforcement

Live logs and run control

Deliberately not included

Still missing from the phase-3 roadmap: Gantt phase timeline, phase rollback, context inject into running runs, and the pre-run dry-run mode. They will follow in a later iteration – this release delivers the cockpit leap without introducing new adapter risk.

Around the release

v0.2.5 April 26, 2026

Review layer and quality gate: from "writes code" to "checks code"

0.2.5 brings the platform's second pillar: alongside the executing agents (Claude Code, Codex, Gemini, Aider) there is now a dedicated read-only review layer with an aggregating quality gate. Whoever writes gets reviewed – cleanly separated in the classpath and in responsibility.

New in this release

Deliberately not included

Continue (continue.dev) is not integrated – rationale in docs/review-and-quality-gate.md. Short version: Continue does not have a stable non-interactive CLI mode that can be reliably called from a server app in read-only operation.

Around the release

v0.2.0 April 25, 2026

Four adapters instead of one: Codex, Gemini and Aider have joined

Until now the Software Factory was hard-wired to Claude Code as the executing development agent. With the new adapter registry, you can now pick the agent for each run – and three additional vendor adapters ship with this release.

What changed

Licensing

All vendor adapters are unlocked from Community upwards. In DEMO mode, the mock adapter remains the only option so the platform runs out-of-the-box without sign-up.

Accompanying changes

v0.1.0 April 17, 2026

First production-capable release

The Agentic Software Factory ships as a local control plane for AI-assisted software development – with Claude Code as the initial development agent, a lease-based licensing stack (Keycloak + Spring-Boot license service, RS256 JWT), and an accessibility-conscious Thymeleaf UI.

← Back to home