Skip to content

Releases: efugier/smartcat

v1.3.0

16 May 21:03
Compare
Choose a tag to compare

New feature: voice input using external recording programs (arecord and sox) and openai whisper1.

Use -v to try! Only tested on linux, welcoming feedback.

v1.3.0-rc.0

16 May 16:02
Compare
Choose a tag to compare
v1.3.0-rc.0 Pre-release
Pre-release

New feature: voice input using external recording programs and openai whisper1.

v1.2.2

06 May 15:56
Compare
Choose a tag to compare

Doc updates and minor code improvements.

v1.2.1

25 Apr 11:03
Compare
Choose a tag to compare

Better onboarding, error handling and doc.

v1.2.0

24 Apr 15:52
Compare
Choose a tag to compare

Add support for local ollama and set it as the default model for new installs.

v1.1.0

22 Apr 15:33
Compare
Choose a tag to compare

Add Groq support

v1.0.0

19 Apr 01:03
Compare
Choose a tag to compare

BREAKING CHANGES

  • remove -i and -p, now infer automatically if you are referring to a template or writing input
  • rename most arguments
  • remove after_input and system_message config options (were not used)
  • add support for multiple context patterns
  • add char limit to prevent high cost mistakes (ask for user input)

CODE IMPROVEMENTS

  • friendlier UX
  • removed a lot of useless stuff
  • better separation of concerns
  • fixed a bunch of bugs

v0.7.4

18 Apr 14:26
Compare
Choose a tag to compare

Use a near 0 instead of 0 temperature.

Fix logging. (now RUSTLOG=debug sc will have the desired effect)

v0.7.3

17 Apr 22:36
Compare
Choose a tag to compare

Fix anthropic when overriding apis.

v0.7.2

04 Apr 13:47
Compare
Choose a tag to compare

Fixed config location be hardcoded at build time thanks @xlambein