Skip to content

v0.25.1

Choose a tag to compare

@bketelsen bketelsen released this 23 May 03:10
· 50 commits to main since this release

Docs & Maintenance

Docs

  • Update CHANGELOG with missing v0.24.5 and v0.25.0 entries (#556)
  • Update getting-started, README, and team-api with shipped features — co-work, slash commands, mobile agent switcher (#558)

Chores

  • Add structured logging to silent catch blocks in orchestrator.ts (#557)
  • Narrow Zod _def as any casts in agents.ts with typed local guards (#559)
  • Remove dead code — touchProjectsRepository, getCurrentToolAgentSlug, runOneShotPrompt, normalizeEvent (#560)
  • Extract toErrorMessage() utility to replace 28 duplicated catch block ternaries across src/ (#561)

Closes #549 #553 #554 #555 #550 #551

What's Changed

  • docs: update CHANGELOG for v0.24.5 and v0.25.0 by @bketelsen in #556
  • chore: add structured logging to silent catch blocks in orchestrator.ts by @bketelsen in #557
  • docs: update getting-started, README, and team-api with shipped features by @bketelsen in #558
  • chore: narrow Zod _def as-any casts in agents.ts with typed local guards by @bketelsen in #559
  • chore: remove dead code — touchProjectsRepository, getCurrentToolAgentSlug, runOneShotPrompt, normalizeEvent by @bketelsen in #560
  • chore: extract toErrorMessage() utility to replace 75x duplicated catch boilerplate by @bketelsen in #561

Full Changelog: v0.25.0...v0.25.1