Releases: twinnydotdev/twinny
Releases · twinnydotdev/twinny
v3.11.9
v3.11.0
v3.10.8
- 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
- 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
- Support automatic multiline completions
- Enable multiline completions by default
- Keep option to disable it
- More sophisticated methods to determine multiline completions
v3.7.0
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
Better context
Style updates
Bug fixes
Other features.
v3.5.0
- 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
- Add and edit custom templates
- Choose default templates for chat window
v3.1.0
Major refactor types, event handlers and more.