Skip to content

Releases: redis-field-engineering/tinytown

v0.10.0

18 Apr 16:08
0c41893

Choose a tag to compare

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

  • dispatcher: back off repeated mission-help prompts (#85) (9efb5aa)

This PR was generated with Release Please. See documentation.

v0.9.0

27 Mar 22:18
d71161a

Choose a tag to compare

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

14 Mar 00:22
2def87a

Choose a tag to compare

0.8.1 (2026-03-14)

Bug Fixes

  • ci: update release-please workflow wiring (396b873)

Documentation

  • Add mission mode documentation and REST API spec (#34) (48445db)

This PR was generated with Release Please. See documentation.

v0.8.0

10 Mar 01:55
24cbadd

Choose a tag to compare

0.8.0 (2026-03-10)

Features

  • Add autonomous multi-issue mission mode (#32) (8efd422), closes #23

This PR was generated with Release Please. See documentation.

v0.7.0

09 Mar 23:52
1170c84

Choose a tag to compare

0.7.0 (2026-03-09)

Features


This PR was generated with Release Please. See documentation.

v0.6.0

09 Mar 14:28
c24d6ac

Choose a tag to compare

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

08 Mar 21:19
c8fc491

Choose a tag to compare

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

08 Mar 16:37
4d4ee4d

Choose a tag to compare

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

08 Mar 14:26
0cf518c

Choose a tag to compare

0.3.0 (2026-03-08)

Features

  • add global config and rename model to cli (c679481)
  • auto-detect Redis in ~/.tt/bin (9b11fdf)

v0.2.0

08 Mar 04:09
87c9394

Choose a tag to compare

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)

Bug Fixes

  • Update CLI commands with correct non-interactive flags (bfb9608)
  • update default branch to main and add quick install instructions (37a1bb6)