0.8.0 (2024-08-18)
- 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)
- remove deprecated line in bin.ts to prevent potential issues (a157bc6)
0.7.0 (2024-08-17)
- 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)
- update commit-messages.agent (6cf7dc5)
0.6.1 (2024-08-17)
- update Makefile to compile bin.ts instead of index.ts (fc9a3c4)
0.6.0 (2024-08-16)
- 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)
- rename index.ts to src/bin.ts and update imports (ddcaed6)
- update bin.ts to load schema from correct location (d188786)
- update Makefile to parse package.json version correctly (1a41b88)
0.5.0 (2024-08-14)
- 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)
- update index.ts to fix boolean type issues and improve flag handling (fe7bb6f)
0.4.0 (2024-08-01)
0.3.0 (2024-07-17)
- Improved documentation and fixed bugs in README and code files (e2b2f1e)
0.2.0 (2024-06-28)
- add document_id field to manifest schema (501b383)
- update manifest schema and id handling (00ac171)
- update progress spin function to createProgressSpin (37858fc)
- update workflow to use
urlFromRelativePath
instead ofurlByRelativePath
(9c95b3c)
0.1.2 (2024-06-25)
- upgrade spin progress, prevent lost characters (db09e76)
0.1.1 (2024-06-24)
- release 0.1.1 (0912af0)