v0.11.0
⚠️ Notice
- BREAKING: The
--webserver
flag is now enabled by default intabby serve
. To turn off the webserver and only use OSS features, use the--no-webserver
flag. - The
/v1beta/chat/completions
endpoint has been moved to/v1/chat/completions
, while the old endpoint is still available for backward compatibility.
🚀 Features
-
Added support for integrating repositories from GitHub and GitLab using personal access tokens.
-
Introduced a new Activities page to view user activities.
-
Included an
Ask Tabby
feature in the source code browser to provide in-context help from AI. -
Implemented incremental indexing for faster repository context updates.
🧰 Fixes and Improvements
- Changed the default model filename from
q8_0.v2.gguf
tomodel.gguf
in MODEL_SPEC.md. - Excluded activities from deactivated users in reports.
💫 New Contributors
- @karaketir16 made their first contribution in #1902
- @JC-comp made their first contribution in #1903
- @dependabot made their first contribution in #1921
- @winstxnhdw made their first contribution in #2030
- @idushii made their first contribution in #2003
- @nuke-web3 made their first contribution in #2035
- @nopperl made their first contribution in #2055
Full Changelog: v0.10.0...v0.11.0