Skip to content

Releases: msvana/filechat

v0.4.0

03 Oct 13:57

Choose a tag to compare

  • LLMs can now use tools for listing directory contents and reading a specific file
  • Significantly improved test coverage and implemented basic CI via GitHub actions for Ubuntu and Mac OS

v0.3.0

24 Sep 08:32
8e1658b

Choose a tag to compare

What's Changed

  • Added support for OpenAI and self-hosted OpenAI-compatible servers
  • Added initial setup guiding users through LLM configuration
  • Removed right and left borders from chat messages for easier copying

v0.2.1

18 Sep 11:43

Choose a tag to compare

Merge branch 'main' of github.com:msvana/filechat

v0.2.0

17 Sep 13:25

Choose a tag to compare

Version bump

v0.1.6

15 Sep 08:22

Choose a tag to compare

Setup automatic readme update on new version release

v0.1.5

15 Sep 07:48

Choose a tag to compare

Improve the assistant prompt

latest

15 Sep 07:48
d327d08

Choose a tag to compare

latest Pre-release
Pre-release
Merge pull request #5 from oaustegard/patch-1

Revise system message for Chat class

v0.1.4

10 Sep 12:28
df1a622

Choose a tag to compare

  • You can now press d to delete a chat from chat history
  • Improved recognition of ignored directories
  • Background file change watcher now doesn't crash if there is an error

v0.1.3

08 Sep 10:43

Choose a tag to compare

Merge branch 'main' of github.com:msvana/filechat

v0.1.2

07 Sep 08:57

Choose a tag to compare

Actions