Skip to content

Commit 43aa54c

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupyterlite-ai-0.3.0.tgz: 026d11ee6f4a728ac3cb52b9a4922161140c0343cc6c3c3b6b7e4a11fc06d8d0 jupyterlite_ai-0.3.0-py3-none-any.whl: 75c8ba4ef4ef5a182185948cc66e4e6b1e02069c16b4bca88e210561fa7e2399 jupyterlite_ai-0.3.0.tar.gz: 8a119b7124e07410e64958a0b9b718a9caacf5ab69b76049d748096b142e24d2
1 parent 1b482ad commit 43aa54c

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

CHANGELOG.md

+39-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.3.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.2.0...1b482ade692e42ad8885aaf3211502720cadeecf))
8+
9+
### Enhancements made
10+
11+
- Add chat autocompletion and the `/clear` command [#41](https://github.com/jupyterlite/ai/pull/41) ([@jtpio](https://github.com/jtpio))
12+
- Add icon and name for the AI assistant [#40](https://github.com/jupyterlite/ai/pull/40) ([@jtpio](https://github.com/jtpio))
13+
- Stream responses [#39](https://github.com/jupyterlite/ai/pull/39) ([@jtpio](https://github.com/jtpio))
14+
- Use a chat model instead of LLM for codestral completion [#31](https://github.com/jupyterlite/ai/pull/31) ([@brichet](https://github.com/brichet))
15+
- Add initial system prompt in ChatHandler and completion [#28](https://github.com/jupyterlite/ai/pull/28) ([@brichet](https://github.com/brichet))
16+
- Add `ChromeAI` [#27](https://github.com/jupyterlite/ai/pull/27) ([@jtpio](https://github.com/jtpio))
17+
- Anthropic (Claude) provider [#22](https://github.com/jupyterlite/ai/pull/22) ([@brichet](https://github.com/brichet))
18+
- Add OpenAI provider [#19](https://github.com/jupyterlite/ai/pull/19) ([@brichet](https://github.com/brichet))
19+
- Dynamic settings for providers [#14](https://github.com/jupyterlite/ai/pull/14) ([@brichet](https://github.com/brichet))
20+
21+
### Bugs fixed
22+
23+
- Update to a newer `@langchain/community` to fix ChromeAI integration [#43](https://github.com/jupyterlite/ai/pull/43) ([@jtpio](https://github.com/jtpio))
24+
- Upgrade the jupyterlite-core package in deployment [#30](https://github.com/jupyterlite/ai/pull/30) ([@brichet](https://github.com/brichet))
25+
26+
### Maintenance and upkeep improvements
27+
28+
- Deployment with prereleased jupyterlite-pyodide-kernel [#33](https://github.com/jupyterlite/ai/pull/33) ([@brichet](https://github.com/brichet))
29+
- Fix installation of pre-released jupyterlite in deployment [#32](https://github.com/jupyterlite/ai/pull/32) ([@brichet](https://github.com/brichet))
30+
- Upgrade the jupyterlite-core package in deployment [#30](https://github.com/jupyterlite/ai/pull/30) ([@brichet](https://github.com/brichet))
31+
32+
### Documentation improvements
33+
34+
- Update README.md [#26](https://github.com/jupyterlite/ai/pull/26) ([@jtpio](https://github.com/jtpio))
35+
36+
### Contributors to this release
37+
38+
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2024-12-04&to=2025-02-19&type=c))
39+
40+
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2024-12-04..2025-02-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-12-04..2025-02-19&type=Issues)
41+
42+
<!-- <END NEW CHANGELOG ENTRY> -->
43+
544
## 0.2.0
645

746
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.1.0...8c41100bf87c99e377fd4752c50853dace7667e1))
@@ -29,8 +68,6 @@
2968

3069
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2024-06-24..2024-12-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-24..2024-12-04&type=Issues)
3170

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3471
## 0.1.0
3572

3673
([Full Changelog](https://github.com/jupyterlite/ai/compare/9c8d350b8876ad3a9ffe8dbe723ca093bb680681...b77e9e9a563cda3b9d37972248e738746f7370a8))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/ai",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "AI code completions and chat for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)