Changelog
What shipped, when.
Release notes for every version of Guaardvark. Latest first.
v2.6.0 — In progress
target: 2026-Q3
Coming features
- Multi-agent swarm orchestration
- Social outreach loop (Reddit / Discord engagement)
- Lesson pearls — explicit lesson boundaries with editable distillation
- Comments-trainer mockup for vision/click practice
- Structured DOM metadata for vision-grounded clicking
- First-class Code Editor page (Monaco wired to agents)
v2.5.1
2026-03-30
Added
- Wan2.2 video generation pipeline alongside CogVideoX
- Audio Foundry: full audio editing, generation, and stitching surface
- Image upscaling pipeline with batch queue
- Video Editor + Text Overlay tools
- Sticky Notes persistent canvas
Changed
- SQLite -> PostgreSQL migration completed
- Agent display now uses Firefox profile with CDP for richer DOM context
Fixed
llm_messages.idautoincrementdb.session.remove()leak across long-running taskstorch.compilereduce-overhead AssertionError on image gen (workaround: disabled)
v2.5.0
2026-03-04
Added
- Multi-modal generation pipelines (CSV, XML, batch)
- WordPress integration: pull, generate at scale, push back
- Plugin system with
plugins/directory and manifest - CLI
guaardvarkwith 40+ subcommands
v2.4.1
2026-02-27
Added
- Architectural analysis doc as source of truth
- RAG autoresearch with hybrid BM25 + vector retrieval
- Voice chat with Whisper.cpp + Piper TTS streaming
v2.0
2026-01
Foundation
- Rebrand from LlamaX to Guaardvark
- Flask + SQLAlchemy + Celery + Redis service architecture
- React + Vite + Material-UI frontend
- ReACT-loop agent executor
- Basic image generation via Diffusers