Skip to content

Releases: rjmacarthy/twinny

v3.11.9

17 Apr 15:01
Compare
Choose a tag to compare

Save previous conversations and retrieve them later.

image

image

v3.11.0

08 Apr 19:35
Compare
Choose a tag to compare

Adds a new UI to add, edit and delete custom providers rather than having to open the settings menu every time to change what provider is currently being used.

image
image
image

v3.10.8

01 Apr 20:56
Compare
Choose a tag to compare
  • Add ability to generate commit messages directly to terminal from staged git changes.
  • Added new keyboard shortcut for generate commit message CTRL+SHIFT+T to CTRL+SHIFT+G.
  • Refactored chat layout remove selected code toggle

3.10.0

28 Mar 13:08
Compare
Choose a tag to compare
  • Enable fully configurable API for both chat and fim endpoints.
  • Remove defaults causing headache, user can add their own
  • Adds support for custom fim template
  • Add LiteLLM support

v3.8.0

19 Mar 13:28
Compare
Choose a tag to compare
  • Support automatic multiline completions
  • Enable multiline completions by default
  • Keep option to disable it
  • More sophisticated methods to determine multiline completions

v3.7.0

27 Feb 20:01
Compare
Choose a tag to compare

Updates Ollama chat completions to work from the OpenAI chat specification /v1/chat/completions.

This is a minor update which affects the chat completions API.

If you were previously using /api/generate or /api/chat for Ollama chat completions please change it to /v1/chat/completions or it will no longer work.

v3.6.6

23 Feb 21:28
Compare
Choose a tag to compare

Better context
Style updates
Bug fixes
Other features.

v3.5.0

08 Feb 20:34
Compare
Choose a tag to compare
  • Add new document button to code blocks
  • Fix some style issues with code blocks
  • New button styling in code blocks
  • Added LMStudio support
  • Automatically set port and path when selecting provider

v3.4.0

06 Feb 20:50
Compare
Choose a tag to compare
  • Add and edit custom templates
  • Choose default templates for chat window

v3.1.0

01 Feb 20:29
Compare
Choose a tag to compare

Major refactor types, event handlers and more.