Skip to content

v0.2.3

Choose a tag to compare

@garyblankenship garyblankenship released this 16 Feb 01:43
· 39 commits to main since this release

What's Changed

Refactoring

  • errs package: Added Wrap() and Wrapf() helpers to reduce boilerplate across 67 error construction sites
  • cmd package: Extracted conversationStore abstraction to consolidate DB + cache access patterns and fix resource leak in deleteConversationsOlderThan

Features

  • max-completion-tokens flag: New --max-completion-tokens flag for controlling maximum output tokens independently from input limits

Testing

  • Added comprehensive test coverage for refactored components including conversationStore fixture and ClientFactory injection tests

Full Changelog: v0.2.2...v0.2.3