Skip to content

v1.4.0 - The Titan Update

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:08
· 114 commits to main since this release

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, /drop and /drop-all to manually manage context files
  • Added /init to let the agent create an accurate AGENTS.md
  • Added /memory to 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