Skip to content

1.6.0

Compare
Choose a tag to compare
@darrenburns darrenburns released this 21 May 17:48
· 50 commits to main since this release
bb6d837

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.

elia-1 6 0-inline-copypaste

  • Added ability to archive chats by pressing a when a chat is highlighted in the chat list.

elia-1 6 0-archive

  • Added config option message_code_theme to choose syntax highlighting theme for code in messages - any Pygments theme is supported. The example below is message_code_theme = "fruity".
image
  • 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