Skip to content

Commit 68e9c53

Browse files
committed
Publish 0.0.3
SHA256 hashes: jupyter-ai-jupyternaut-0.0.3.tgz: 80bb8fdec804459d37ca1b83ac6afece1bb2617661d1612e066d85ae23367c9f jupyter_ai_jupyternaut-0.0.3-py3-none-any.whl: 366926aea81064818fde2d21dfc1f9700c6804a702e5556583e5515305e7e0a4 jupyter_ai_jupyternaut-0.0.3.tar.gz: 36c14a75059246ec1b2842f74811d5a2f620ceff60129b2af394478db8fb46bb
1 parent 4923218 commit 68e9c53

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.0.3
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/v0.0.2...4923218b2eadb4b7f919b83cecf277ea1a7a9fa0))
8+
9+
### Enhancements made
10+
11+
- Added a react agent with persistent memory [#17](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/pull/17) ([@3coins](https://github.com/3coins))
12+
- Update jupyterlab-chat to 0.18.x [#16](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/pull/16) ([@3coins](https://github.com/3coins))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/graphs/contributors?from=2025-10-14&to=2025-11-02&type=c))
17+
18+
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-jupyternaut+involves%3A3coins+updated%3A2025-10-14..2025-11-02&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.0.2
623

724
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/v0.0.1...e7f4196e533812ce42fbbdd3ed9cf8fd52248a0c))
@@ -20,8 +37,6 @@
2037

2138
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-jupyternaut+involves%3A3coins+updated%3A2025-10-06..2025-10-14&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-jupyternaut+involves%3Adlqqq+updated%3A2025-10-06..2025-10-14&type=Issues)
2239

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2540
## 0.0.1
2641

2742
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-jupyternaut/compare/52281e89f5ed403640a58e069dd7c6f4faa66f79...d15c2c2d2087e3385501d58353a86208d58b51bf))

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.2",
3+
"version": "0.0.3",
44
"description": "Package providing the default AI persona, Jupyternaut, in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)