Skip to content

Commit c4dd8b2

Browse files
committed
Publish 0.0.5
SHA256 hashes: jupyter-ai-jupyternaut-0.0.5.tgz: 14d4144f59f5b502e40bb2b636bebec8cffb933f7632f4d9c74c6535a811c732 jupyter_ai_jupyternaut-0.0.5-py3-none-any.whl: 9f712a38f1e2efa491b2fc563939f41c33a3ee8b7fa1d79b9898f14f47dfd643 jupyter_ai_jupyternaut-0.0.5.tar.gz: 6f40294f11acae2ca2f7aac89715ce167e4d1111897f5fbf83085fd71f3f0575
1 parent a9ab819 commit c4dd8b2

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.0.5
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/v0.0.4...a9ab819eb3def728acc088b3be8b6fe80ded09b4))
8+
9+
### Bugs fixed
10+
11+
- Fix the agent model by providing the correct attribute to the ChatLiteLLM [#19](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/pull/19) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/graphs/contributors?from=2025-11-03&to=2025-11-05&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-jupyternaut+involves%3Abrichet+updated%3A2025-11-03..2025-11-05&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.0.4
622

723
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/v0.0.3...95903b0048df18bb2f405d49d82a9f88db784a31))
@@ -16,8 +32,6 @@
1632

1733
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-jupyternaut+involves%3A3coins+updated%3A2025-11-02..2025-11-03&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.0.3
2236

2337
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/v0.0.2...4923218b2eadb4b7f919b83cecf277ea1a7a9fa0))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/jupyternaut",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Package providing the default AI persona, Jupyternaut, in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)