v1.4.0 - The Titan Update
v1.4.0 is the biggest feature release made by zerostack after v1.0
- Added Memory system, designed to be on par with Claude Code's Memory
- Added Subagents, fast, readonly and parallel, allows for context-lite codebase exploration
- Added ARCHITECTURE.md, our own companion file for AGENTS.md, designed shared codebase knoweledge shared between agents, allowing for massive speedups in the codebase-exploration phase of the coding agent
- Added
deny_repeated_reads, forcing the agent to produce only accurate and useful read operations - Added
/add,/dropand/drop-allto manually manage context files - Added
/initto let the agent create an accurate AGENTS.md - Added
/memoryto manually manage Memory - Fully rewrote prompts, in order to take advantages of all of the new features
- Rewrote ACP and Git Worktree Auto-merge implementations for higher reliability
- Fixed CLI bugs