Skip to content

Releases: danczw/gtc-cli

v0.5.0

Choose a tag to compare

@danczw danczw released this 11 Jan 23:54
637d4ec
  • remove nesting of API related functions in api.rs
  • restructure CI steps and add code coverage check
  • update model call to use gpt-4o by OpenAPI
  • add version command

v0.4.0

Choose a tag to compare

@danczw danczw released this 14 Jul 20:38
682a180
  • add basic file and console logger handlers, everything above INFO level to logged to both handlers, everything below just to the file
  • refactor lib.rs into modules for easier maintenance

v0.3.0

Choose a tag to compare

@danczw danczw released this 07 Apr 18:27
  • move message prompt to be indexed argument

v0.2.1

Choose a tag to compare

@danczw danczw released this 28 Jan 16:39
  • update dotfile name and adjust tests
  • move request to clientBuilder to include timeout and sensitivity settings
  • update dependencies to patch audit errors

v0.2.0

Choose a tag to compare

@danczw danczw released this 29 Jul 21:55
  • renaming of package to Generative Terminal Companion

Full Changelog: v0.1.1...v.0.2.0

v0.1.1

Choose a tag to compare

@danczw danczw released this 26 Jul 23:51
70dce86
  • fix command argument checks
  • fix user input conversion
  • minor code improvements
  • add further unit tests

v0.1.0

Choose a tag to compare

@danczw danczw released this 25 Jul 00:46
19c7dc9
  • project initialization
  • basic MVP implementation
  • first unit tests