Skip to content

Latest commit

 

History

History
138 lines (62 loc) · 5.61 KB

File metadata and controls

138 lines (62 loc) · 5.61 KB

Changelog

1.0.0 (2025-10-29)

⚠ BREAKING CHANGES

  • This marks the stable 1.0.0 release with production-ready code

Miscellaneous Chores

  • release v1.0.0 - production ready (#37) (5252713)

0.0.14 (2025-10-29)

Bug Fixes

  • use natural completion pattern for compact mode instead of aborts (0662f14)

0.0.13 (2025-10-29)

Bug Fixes

  • resolve session.compacted race condition with async flow (8bf2178)

0.0.12 (2025-10-29)

Bug Fixes

  • properly handle SessionLockedError in compaction (814c4eb)
  • resolve SessionLockedError in compact mode with async flow (a609fa6)

0.0.11 (2025-10-29)

Features

  • re-add comprehensive logging to diagnose compaction issues (fdb8ae9)

0.0.10 (2025-10-29)

Bug Fixes

  • pass providerID and modelID to session.summarize for successful compaction (610b997)

0.0.9 (2025-10-29)

Features

  • add agent descriptions and compact mode logging (75166c4)

0.0.8 (2025-10-29)

Bug Fixes

  • use session.summarize() API instead of TUI command for compaction (d6faf99)

0.0.7 (2025-10-29)

Features

  • add context injection to compact mode and remove context mode (e4b76ae)
  • enable agent switching for compact mode (24dde8a)

0.0.6 (2025-10-28)

Features

  • implement session.idle pattern for reliable agent switching (192fd09)

0.0.5 (2025-10-27)

Bug Fixes

  • resolve deadlock in message/compact modes by not awaiting session.prompt (edeebdd)

0.0.4 (2025-10-27)

Bug Fixes

  • use tool hooks to prevent hangs in message and compact modes (2ff2d46)

0.0.3 (2025-10-27)

Bug Fixes

  • discover agents from markdown frontmatter instead of config (f723f96)

0.0.2 (2025-10-27)

Features

  • initial implementation of session plugin (29481a3)

Bug Fixes

  • implement file-based agent discovery to prevent startup freeze (a988850)
  • remove blocking agent discovery that froze OpenCode on startup (345d398)

Miscellaneous Chores

0.0.3 (2025-10-27)

Bug Fixes

  • implement file-based agent discovery to prevent startup freeze (a988850)

0.0.2 (2025-10-27)

Bug Fixes

  • remove blocking agent discovery that froze OpenCode on startup (345d398)

0.0.1 (2025-10-27)

Features

  • initial implementation of session plugin (29481a3)