1.6.0
What's Changed
- Adds support for "inline" mode, which allows you to chat with Elia without going fullscreen. The conversation will appear under your prompt in your terminal. This is not supported on Windows.
- Added ability to archive chats by pressing
a
when a chat is highlighted in the chat list.
- Added config option
message_code_theme
to choose syntax highlighting theme for code in messages - any Pygments theme is supported. The example below ismessage_code_theme = "fruity"
.
- Changes the default model from gpt-3.5-turbo to gpt-4o.
- Copying text to clipboard should work in more environments (switched to use
pyperclip
). - Dropped unused
pydantic-settings
dependency. - Updates to the latest version of Textual (
0.62.0
).
Full Changelog: 1.5.0...1.6.0