Skip to content

Releases: JonDotsoy/cofy

q: v0.8.0

18 Aug 22:17
983fea9
Compare
Choose a tag to compare

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

17 Aug 06:19
cc3fcfb
Compare
Choose a tag to compare

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

17 Aug 00:02
700cb4a
Compare
Choose a tag to compare

0.6.1 (2024-08-17)

Bug Fixes

  • update Makefile to compile bin.ts instead of index.ts (fc9a3c4)

q: v0.6.0

16 Aug 23:57
22b7616
Compare
Choose a tag to compare

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

  • 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)

q: v0.5.0

14 Aug 03:43
fb9defc
Compare
Choose a tag to compare

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)

q: v0.4.0

01 Aug 18:59
a0afb5a
Compare
Choose a tag to compare

0.4.0 (2024-08-01)

Features

  • upgrade default model to llama3.1 (2726fe2)
  • upgrade release workflow (ad73196)

q: v0.3.0

17 Jul 00:23
304c39f
Compare
Choose a tag to compare

0.3.0 (2024-07-17)

Features

  • Improved documentation and fixed bugs in README and code files (e2b2f1e)

q: v0.2.0

28 Jun 21:07
854efbc
Compare
Choose a tag to compare

0.2.0 (2024-06-28)

Features

  • add document_id field to manifest schema (501b383)

Bug Fixes

  • update manifest schema and id handling (00ac171)
  • update progress spin function to createProgressSpin (37858fc)
  • update workflow to use urlFromRelativePath instead of urlByRelativePath (9c95b3c)

q: v0.1.2

25 Jun 20:51
53b5c5a
Compare
Choose a tag to compare

0.1.2 (2024-06-25)

Bug Fixes

  • upgrade spin progress, prevent lost characters (db09e76)

q: v0.1.1

24 Jun 02:24
cb14ebe
Compare
Choose a tag to compare

0.1.1 (2024-06-24)

Miscellaneous Chores