Releases: JonDotsoy/cofy
Releases · JonDotsoy/cofy
q: v0.8.0
0.8.0 (2024-08-18)
Features
- add git staged diff to commit message generation (3380685)
- delete commit-messages.agent (36772ee)
- implement commit message agent (f48862d)
- update source pull error message to use "found" instead of "find" (ea04e3d)
Bug Fixes
- remove deprecated line in bin.ts to prevent potential issues (a157bc6)
q: v0.7.0
0.7.0 (2024-08-17)
Features
- add source pull functionality and tests (af9a342)
- add support for downloading sources from URLs and caching them locally (3f6a09e)
- add support for file protocol in source pull download method (fdbcda5)
- external conversations sample
q commit-messages
(#17) (9b229ef) - extract download logic to a separate module and remove duplicated code (6e15e06)
Bug Fixes
- update commit-messages.agent (6cf7dc5)
q: v0.6.1
q: v0.6.0
0.6.0 (2024-08-16)
Features
- add functionality to download and resolve messages from manifest document (222443a)
- add message content union to manifest schema and update message object with new types (bd869ff)
- add new flag and feature to bin.ts for creating a new manifest document with visual editor integration (aac65c3)
- add property
from
on messages to include prompts from remote sources (#14) (050ef38)
Performance Improvements
q: v0.5.0
0.5.0 (2024-08-14)
Features
- add experimental features and new option to manifest schema (a0d84fc)
- add manifest document loading and processing capabilities with experimental features (ce8ef2d)
- add shaded agent for generating commit messages (587fb1e)
- update schema.json with experimental features and new option (4d630c9)
Bug Fixes
- update index.ts to fix boolean type issues and improve flag handling (fe7bb6f)