Skip to content

Releases: swuecho/chat

v0.9.49

02 Jan 09:53
Compare
Choose a tag to compare

What's Changed

  • Update .gitignore and disable Go build commands in .air.toml by @swuecho in #564
  • Update dependencies: @rsbuild/core, @rsbuild/plugin-less, @rsbuild/pl… by @swuecho in #565
  • Add section headers for multi-part candidate content in Gemini respon… by @swuecho in #566
  • Simplify Docker image workflow by removing replace_tag_to_test.py a… by @swuecho in #569
  • Remove snapshot link button from Footer and add snapshot button to si… by @swuecho in #570
  • Add "Add Model" localization and copy functionality to model table by @swuecho in #571
  • update by @swuecho in #572

Full Changelog: v0.9.48...v0.9.49

v0.9.48

19 Dec 11:07
5a974ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.47...v0.9.48

v0.9.47

19 Dec 07:47
58b030d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.46...v0.9.47

v0.9.46

14 Dec 07:36
566e6ae
Compare
Choose a tag to compare

What's Changed

  • Add logging for OpenAI request and fix locale/logic issues by @swuecho in #560

Full Changelog: v0.9.45...v0.9.46

v0.9.45

14 Dec 03:33
bb88eaa
Compare
Choose a tag to compare

What's Changed

  • Refactor error handling and message rendering in chat components by @swuecho in #558

Full Changelog: v0.9.44...v0.9.45

v0.9.44

27 Nov 23:49
1d23e5a
Compare
Choose a tag to compare

What's Changed

  • Fix chat session endpoint and order by latest message time by @swuecho in #557

Full Changelog: v0.9.43...v0.9.44

v0.9.43

21 Oct 13:44
250278c
Compare
Choose a tag to compare

What's Changed

  • Move NModal component outside of header for better structure. by @swuecho in #550

Full Changelog: v0.9.42...v0.9.43

v0.9.42

26 Sep 14:23
07ad51a
Compare
Choose a tag to compare

What's Changed

  • Adjust bottom margin of image wrapper from 8 to 10 for better spacing. by @swuecho in #547

Full Changelog: v0.9.41...v0.9.42

v0.9.41

17 Sep 04:23
Compare
Choose a tag to compare

What's Changed

  • Refactor chat stream handling and add per-word stream limit function by @swuecho in #529
  • Update @rsbuild dependencies to stable versions (1.0.1) by @swuecho in #530
  • Update go-openai dependency to v1.29.1 by @swuecho in #531
  • update by @swuecho in #533
  • Add model field to chat messages for tracking LLM model used in each … by @swuecho in #535
  • Update Playwright to version 1.47.0 in e2e tests by @swuecho in #536
  • Prompt helper by @swuecho in #538
  • Add missing 'anthropic-version' header for non-streaming requests. by @swuecho in #539
  • show code in bot by @swuecho in #540
  • remove extra console.log by @swuecho in #541
  • Fix copy code bug by @swuecho in #542
  • Refactor chatStreamClaude3 to use firstMessage variable for clarity. by @swuecho in #543
  • Remove unused useCopyCode hook from Conversation.vue and add it to … by @swuecho in #545
  • Add 'definitions' field to formValue and update generateDefinition fu… by @swuecho in #546

Full Changelog: v0.9.40...v0.9.41

v0.9.40

09 Sep 03:01
3e5a176
Compare
Choose a tag to compare

What's Changed

  • Refactor chat conversation component to improve modularity and readab… by @swuecho in #526
  • Refactor 20240908 by @swuecho in #527
  • Add isValid getter to auth store and use it for permission checks by @swuecho in #528

Full Changelog: v0.9.39...v0.9.40