Releases: redis-field-engineering/tinytown
Releases · redis-field-engineering/tinytown
v0.10.0
0.10.0 (2026-04-18)
Features
- add history command and compact status labels (4cd6402)
- add scale-to-zero worker signals (#82) (c50b5c8)
- preserve sender identity in messages (#84) (ba92d14)
Bug Fixes
This PR was generated with Release Please. See documentation.
v0.9.0
0.9.0 (2026-03-27)
Features
- #67: First-class subagent control plane (#72) (a64007b)
- adopt Docket pattern (Redis Streams) for task dispatch (#68) (ebe7bbf)
- support separate conductor CLI default (2fb10ba)
This PR was generated with Release Please. See documentation.
v0.8.1
0.8.1 (2026-03-14)
Bug Fixes
- ci: update release-please workflow wiring (396b873)
Documentation
This PR was generated with Release Please. See documentation.
v0.8.0
v0.7.0
v0.6.0
0.6.0 (2026-03-09)
Features
- townhall: add authentication, authorization, and audit logging (#24) (8150f14)
- townhall: Add MCP interface (#17) (#26) (0e267fe)
- townhall: Introduce townhall REST control plane daemon (#20) (c08dcc5), closes #15
This PR was generated with Release Please. See documentation.
v0.5.0
0.5.0 (2026-03-08)
⚠ BREAKING CHANGES
- config: tt init now uses global config defaults instead of hardcoded values
Features
- cli: initialize global config and improve round tracking (e2c293e)
- config: add central Redis configuration to GlobalConfig (da00ab7)
- config: use GlobalConfig defaults for new towns (0be06c6)
- town: support central Redis instance shared across towns (fb74188)
Bug Fixes
- address additional Cursor Bugbot security concerns (d170ba6)
- address Cursor Bugbot review comments (4cc6f14)
This PR was generated with Release Please. See documentation.
v0.4.0
0.4.0 (2026-03-08)
Features
- add RedisManager for centralized Redis instance (bbca6a1)
- cli: add 'tt recover' command for orphaned agents (cc18c70)
- cli: add global town registry in ~/.tt/towns.toml (c5ab161)
- cli: add task backlog queue commands (87030b6)
- redis: add TCP support with password authentication (7538924)
Bug Fixes
- tests: add Redis cleanup to prevent process leaks (d51d096)
v0.3.0
v0.2.0
0.2.0 (2026-03-08)
Features
- Add agent stats (rounds completed, uptime) (4b471ba)
- Add conductor mode, task planning DSL, and default model (ce5bce0)
- Add deep status with bounded, TTL'd activity logs (3d4a5e4)
- Add Redis AOF save/restore for version control (464f868)
- Add tt bootstrap to download and build Redis via AI agent (580dc0c)
- Add tt kill for graceful agent cleanup (1545a6d)
- Add urgent message queue for priority interrupts (497250d)
- Agent prompt instructs to keep checking inbox until empty (0de8a7c)
- Agents are real processes with supervisor loop (351a22f)
- Auto-derive town name from git repo and branch (71be085)
- Conductor is context-aware and suggests team roles (1eff77c)
- Conductor saves state to tasks.toml for git (6c9a513)