Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 2.67 KB

File metadata and controls

89 lines (70 loc) · 2.67 KB

v0.1.14

Features

  • LLM responses are now streamed in more smoothly.

v0.1.13

Features

  • Added support for Claude Agent SDK as an inferance provider.

v0.1.12

Features

  • Input's with a large amount of text now perform more smoothly.

Fixes

  • Fixed issue where trying to send a message whilst the llm is still responding would only stop the llm's response.

v0.1.11

Features

  • Threads can now be deleted.
  • A system prompt can now be configured in settings.
  • Added support for thinking/reasoning.

Fixes

  • Fixed UI freezing briefly when switching threads, sending messages, or managing providers.
  • Replaced all .unwrap() on DB operations with proper error handling to prevent silent panics.
  • Fixed .ok() silently swallowing model selection save failures.

v0.1.10

Features

  • Models are now displayed with their provider's icon.

v0.1.9

Features

  • Added markdown support for links.
  • Names of models are now displayed in a more readable format.
  • Decreased padding slightly on the chat input.

v0.1.8

Features

  • Added rudimentary support for markdown in messages.

v0.1.7

Features

  • Internally migrated to Notitia - syncs db to gpui state.

Fixes

  • Fixed selection of single-line inputs.

v0.1.6

Features

  • The chats in the sidebar are now rendered in a virtual list.

v0.1.5

Fixes

  • Fixed minor issues with text selection.

v0.1.4

Features

  • Interior corners of text selections now support corner rounding.

Fixes

  • Scrolling an input is now slower and doesn't just near-instantly scroll to the end.
  • Only text shows the IBeam cursor, instead of the entire bounds showing it.
  • Fixed broken position of the accent menu in the text input.

v0.1.3

Fixes

  • Fixed issue with text selections sometimes being slightly clipped on the right edge.
  • Fixed issue with text wrapping breaking when the text's bounds are resized quickly.
  • Text selection's width is now rounded to the nearest screen pixel which ensures it is sharp.
  • Fixed issue with the chat input's text disappearing under specific conditions.
  • Fixed issues with selection corner radius logic.
  • Fixed issue where selecting text at the start of a wrap boundry would also select the end of the previous wrap boundry.

v0.1.2

Features

  • Auto-update via GitHub releases with background downloads and one-click restart.
  • Cross-platform update support for macOS, Linux, and Windows.

Fixes

  • The Geist font now works for users who don't have it installed on their system.
  • Chat messages now use the Geist font.

v0.1.1

Fixes

  • Fixed text selection being wrongly clipped in word wrap mode.
  • Fixed words sometimes disappearing instead of wrapping to the next line.

v0.0.1

Initial release.