Releases: charlesLoder/clover-ai
Releases · charlesLoder/clover-ai
v0.6.0
What's Changed
- feat: add handling adding Annotations to chat context by @charlesLoder in #48
- feat: use ctrl/cmd + enter to submit chat by @charlesLoder in #49
- feat: add chat export feature by @charlesLoder in #50
- feat: add new button variant by @charlesLoder in #51
- fix: update plugin control button by @charlesLoder in #52
- fix: update user token provider buttons by @charlesLoder in #53
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add
MediapipeProvider for using Gemma 3n in the browser by @charlesLoder in #43 - Update dependencies and reconfigure dev setup by @charlesLoder in #45
- Update to Clover-IIIF v3 and React 19 by @charlesLoder in #46
- Add
PromptInputButtonsAPI and create an example in theUserTokenProviderby @charlesLoder in #47
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add tool calling feature by @charlesLoder in #32
- Refactor and move Input component by @charlesLoder in #33
- Refactor /provider to /providers by @charlesLoder in #34
- Update the update_plugin_provider method and docs by @charlesLoder in #35
- Improve error handling by @charlesLoder in #37
- feat: add canvas paintaings to media dialog by @charlesLoder in #38
- Integrate annotations and canvas context to user messages by @charlesLoder in #39
- Update peerdeps by @charlesLoder in #40
- Update documentation by @charlesLoder in #41
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fixes: chat input error message not clearing by @charlesLoder in #18
- Fix: thinking message not appearing with streaming text by @charlesLoder in #19
- Feat: add github action for ci by @charlesLoder in #21
- Docs: update provider example to support streaming by @charlesLoder in #22
- feat: list available models in UserTokenProvider by @charlesLoder in #23
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Adds a clear chat button by @charlesLoder in #7
- Stores chat history for the session by @charlesLoder in #9
- Refactor how manifests are loaded by @charlesLoder in #10
- Add basic testing by @charlesLoder in #11
- Ensure latest question and answer are in view by @charlesLoder in #13
- Support basic text streaming from LLM by @charlesLoder in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Description
The initial release of Clover-AI 🎉
Includes abilities to:
- create a custom LLM provider
- allow initialization logic
- include metadata in system prompt (default)
- select images to add to the conversation