TinyClaw v0.0.13
Highlights
- Agent configuration UI with skills, system prompt, memory, and heartbeat tabs. (74c3e91)
- Agent provisioning refactor that consolidates workspace creation and uses symlinks for skills. (44ad272)
- Hierarchical memory system for agents. (aaca334)
- AGENTS.md is now passed as an in-memory system prompt to CLIs. (b66d6d8)
Improvements
- README updated with office.tinyagicompany.com as the primary TinyOffice access URL. (95ea27b)
- Release workflow hardened to extract annotated tag notes reliably. (2e796fd, edf9fa7, 2752e94)
Changelog (since v0.0.12)
- 74c3e91 feat(agents): add agent configuration page with skills, prompts, and heartbeat (#207)
- 44ad272 refactor: consolidate agent directory provisioning and use symlinks for skills (#211)
- aaca334 Add hierarchical memory system for agents (#209)
- b66d6d8 feat(core): pass AGENTS.md as in-memory system prompt to CLIs (#208)
- 95ea27b docs: update README with office.tinyagicompany.com as primary TinyOffice access
- 2e796fd chore(ci): clean up release notes debug output
- edf9fa7 fix(ci): debug and re-fetch tag object for release notes extraction
- 2752e94 fix(ci): use git cat-file for reliable tag message extraction