v0.2.0
New
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
- Adapter registry: all adapters live in the backend
simultaneously. The concrete adapter is selected in the run wizard
and persisted on the run.
- OpenAI Codex (
codex exec): OpenAI's open
terminal CLI, conceptually equivalent to Claude Code.
- Google Gemini (
gemini -p): Google's open
terminal CLI, with a generous free tier via Google sign-in.
- Aider: mature open-source agent with a
configurable model backend (Anthropic / OpenAI / Gemini /
local via Ollama).
- Mock remains the DEMO default – no license, no
external tool, always available.
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
- New in-app page
/changelog with the full version history.
- Current version visible in the platform footer with a link to the
history.
- DB migration
V3 adds an adapter ID column to the run table.
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.
- Project-idea wizard with a Markdown generator
(
PROJECT.md, INSTRUCTIONS.md,
AGENTS.md, ...).
- Run lifecycle with phases, statuses, and audit log.
- Workspace bootstrap with git init and build gate (
mvn verify).
- Approval policies, Spring Security login, bootstrap admin.
- Air-gap-capable lease system with COMMUNITY/PROFESSIONAL/ENTERPRISE tiers.