Updated HISTORY

This commit is contained in:
Your Name 2024-07-28 17:43:09 -03:00
parent e799e89ff4
commit 11b44cde10
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,9 @@
- Enhanced token usage and cost reporting. Now works when streaming too.
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
- Updated commit message prompt to use imperative tense.
- Commit message improvements:
- Updated commit message prompt to use imperative tense.
- Fall back to main model if weak model is unable to generate a commit message.
- Updates and fixed to `--no-verify-ssl`:
- Fixed regression that broke it in v0.42.0.
- Disables SSL certificate verification when `/web` scrapes websites.

View file

@ -16,7 +16,9 @@ cog.out(text)
- Enhanced token usage and cost reporting. Now works when streaming too.
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
- Updated commit message prompt to use imperative tense.
- Commit message improvements:
- Updated commit message prompt to use imperative tense.
- Fall back to main model if weak model is unable to generate a commit message.
- Updates and fixed to `--no-verify-ssl`:
- Fixed regression that broke it in v0.42.0.
- Disables SSL certificate verification when `/web` scrapes websites.