Change8

v0.27.0

Tabby
3 features1 fix2 improvementschatserver

Summary

This release introduces powerful new capabilities for the Chat Panel, allowing users to execute shell commands and include uncommitted changes in context. Key fixes include resolving chat functionality issues with specific OpenAI reasoning models. Additionally, background job logging has been improved for better stability with large repositories.

New Features

  • Added support for executing shell commands directly within the Chat Panel.
  • Enabled the use of @changes context within the Chat Panel to include uncommitted changes in prompts.
  • Introduced a security option to hide the password login interface on the frontend, requiring a URL parameter (`passwordSignIn=true`) to reveal it.

Bug Fixes

  • Resolved an issue where chat functionality failed when using OpenAI reasoning models like `o3-mini` and `o1-mini`.

Improvements

  • Background job logs are now stored on disk to ensure stability during the processing of large repositories.
  • Chat usage frequency is now tracked and displayed on the Reports page.

Related Documentation

Tabby Documentation