Releases: jupyterlite/ai
Releases · jupyterlite/ai
v0.6.0
v0.5.0
0.5.0
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release
v0.4.0
v0.3.0
0.3.0
Enhancements made
- Add chat autocompletion and the
/clear
command #41 (@jtpio) - Add icon and name for the AI assistant #40 (@jtpio)
- Stream responses #39 (@jtpio)
- Use a chat model instead of LLM for codestral completion #31 (@brichet)
- Add initial system prompt in ChatHandler and completion #28 (@brichet)
- Add
ChromeAI
#27 (@jtpio) - Anthropic (Claude) provider #22 (@brichet)
- Add OpenAI provider #19 (@brichet)
- Dynamic settings for providers #14 (@brichet)
Bugs fixed
- Update to a newer
@langchain/community
to fix ChromeAI integration #43 (@jtpio) - Upgrade the jupyterlite-core package in deployment #30 (@brichet)
Maintenance and upkeep improvements
- Deployment with prereleased jupyterlite-pyodide-kernel #33 (@brichet)
- Fix installation of pre-released jupyterlite in deployment #32 (@brichet)
- Upgrade the jupyterlite-core package in deployment #30 (@brichet)
Documentation improvements
Contributors to this release
v0.2.0
0.2.0
Enhancements made
- Refactoring AIProvider and handling errors #15 (@brichet)
- Making the LLM providers more generics #10 (@brichet)
- Use a throttler instead of a debouncer for code completion #8 (@brichet)
- Update @jupyter/chat to 0.5.0 #7 (@brichet)
- Switch to using langchain.js #6 (@jtpio)
Bugs fixed
Maintenance and upkeep improvements
- Update references to the repo after the rename #21 (@jtpio)
- Rename the extension
jupyterlite_ai
#20 (@brichet)