File tree 2 files changed +30
-3
lines changed
2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.2.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlite/ai/compare/v0.1.0...8c41100bf87c99e377fd4752c50853dace7667e1 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Refactoring AIProvider and handling errors [ #15 ] ( https://github.com/jupyterlite/ai/pull/15 ) ([ @brichet ] ( https://github.com/brichet ) )
12
+ - Making the LLM providers more generics [ #10 ] ( https://github.com/jupyterlite/ai/pull/10 ) ([ @brichet ] ( https://github.com/brichet ) )
13
+ - Use a throttler instead of a debouncer for code completion [ #8 ] ( https://github.com/jupyterlite/ai/pull/8 ) ([ @brichet ] ( https://github.com/brichet ) )
14
+ - Update @jupyter/chat to 0.5.0 [ #7 ] ( https://github.com/jupyterlite/ai/pull/7 ) ([ @brichet ] ( https://github.com/brichet ) )
15
+ - Switch to using langchain.js [ #6 ] ( https://github.com/jupyterlite/ai/pull/6 ) ([ @jtpio ] ( https://github.com/jtpio ) )
16
+
17
+ ### Bugs fixed
18
+
19
+ - Improves the relevance of codestral completion [ #18 ] ( https://github.com/jupyterlite/ai/pull/18 ) ([ @brichet ] ( https://github.com/brichet ) )
20
+
21
+ ### Maintenance and upkeep improvements
22
+
23
+ - Update references to the repo after the rename [ #21 ] ( https://github.com/jupyterlite/ai/pull/21 ) ([ @jtpio ] ( https://github.com/jtpio ) )
24
+ - Rename the extension ` jupyterlite_ai ` [ #20 ] ( https://github.com/jupyterlite/ai/pull/20 ) ([ @brichet ] ( https://github.com/brichet ) )
25
+
26
+ ### Contributors to this release
27
+
28
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-24&to=2024-12-04&type=c ) )
29
+
30
+ [ @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 )
31
+
32
+ <!-- <END NEW CHANGELOG ENTRY> -->
33
+
5
34
## 0.1.0
6
35
7
36
([ Full Changelog] ( https://github.com/jupyterlite/ai/compare/9c8d350b8876ad3a9ffe8dbe723ca093bb680681...b77e9e9a563cda3b9d37972248e738746f7370a8 ) )
21
50
([ GitHub contributors page for this release] ( https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-10&to=2024-06-24&type=c ) )
22
51
23
52
[ @jtpio ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-10..2024-06-24&type=Issues )
24
-
25
- <!-- <END NEW CHANGELOG ENTRY> -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyterlite/ai" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " AI code completions and chat for JupyterLite" ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments