Skip to content

Roost 0.1.37

Choose a tag to compare

@github-actions github-actions released this 08 Sep 04:32
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.

Roost now supports project coding agents that coordinate development through Herdr and report progress and completed work in their conversations.

  • Create coding agents with the same souls, memory, reflection, and automations as other agents.
  • Configure project instructions, optional Notion databases and filters, and reusable local or SSH execution profiles.
  • Start ad hoc tasks or ticket work, send follow-ups, review results, and stop jobs from an agent's Jobs page.
  • Keep jobs and progress durable across restarts, with updates routed back to the owning agent.
  • Refresh job progress directly through route loader data.

Herdr and coding workers must be installed and authenticated on the execution machine. Notion access and environment provisioning use the coordinator's available tools and configured instructions.

This release migrates the database to schema 8; existing agents retain their assistant type. The packaged updater backs up the full data directory before migration and restores the previous release and data if activation fails.

Validation: 131 tests, six docs tests, lint, type checks, application and CLI builds, both public site builds, and the production authentication smoke test passed. Coding settings and Jobs pages were also checked on desktop and mobile layouts.