|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 3.0.0beta1 |
| 6 | + |
| 7 | +( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Upgrade to Jupyter Chat v0.15.0 [#1389](https://github.com/jupyterlab/jupyter-ai/pull/1389) ([@dlqqq](https://github.com/dlqqq)) |
| 12 | +- Add MCP config to the .jupyter directory [#1385](https://github.com/jupyterlab/jupyter-ai/pull/1385) ([@ellisonbg](https://github.com/ellisonbg)) |
| 13 | +- Added toolkit models [#1382](https://github.com/jupyterlab/jupyter-ai/pull/1382) ([@3coins](https://github.com/3coins)) |
| 14 | +- Refresh the list of supported Gemini models. [#1381](https://github.com/jupyterlab/jupyter-ai/pull/1381) ([@haofan](https://github.com/haofan)) |
| 15 | +- Allow personas to get chat path and directory [#1379](https://github.com/jupyterlab/jupyter-ai/pull/1379) ([@dlqqq](https://github.com/dlqqq)) |
| 16 | +- Add functions for finding the .jupyter directory or the workspace directory [#1376](https://github.com/jupyterlab/jupyter-ai/pull/1376) ([@ellisonbg](https://github.com/ellisonbg)) |
| 17 | + |
| 18 | +### Maintenance and upkeep improvements |
| 19 | + |
| 20 | +### Contributors to this release |
| 21 | + |
| 22 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-06-10&to=2025-06-26&type=c)) |
| 23 | + |
| 24 | +[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2025-06-10..2025-06-26&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-06-10..2025-06-26&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-06-10..2025-06-26&type=Issues) | [@haofan](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ahaofan+updated%3A2025-06-10..2025-06-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apre-commit-ci+updated%3A2025-06-10..2025-06-26&type=Issues) |
| 25 | + |
| 26 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 27 | + |
5 | 28 | ## 3.0.0b0
|
6 | 29 |
|
7 | 30 | This is the first beta release of Jupyter AI v3! We've completed a majority of the new APIs & integrations that we plan to use in v3.0.0. It's now time for us to build features, fix bugs, (greatly) improve the UI, and make Jupyternaut a powerful default AI agent. We plan to move very quickly in the next couple of weeks to make v3.0.0 available to users as soon as we can. If everything works out, we will release v3.0.0 by the end of June. 💪
|
@@ -29,8 +52,6 @@ This release notably implements the "stop streaming" button that existed in Jupy
|
29 | 52 |
|
30 | 53 | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abrichet+updated%3A2025-06-04..2025-06-10&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-06-04..2025-06-10&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-06-04..2025-06-10&type=Issues)
|
31 | 54 |
|
32 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
33 |
| - |
34 | 55 | ## 3.0.0a1
|
35 | 56 |
|
36 | 57 | Hey folks! This v3 release notably introduces **AI personas** that replace chat handlers, fixes various usability issues encountered in v3.0.0a0, and upgrades to LangChain v0.3 & Pydantic v2. 🎉
|
|
0 commit comments