|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 2.17.0 |
| 6 | + |
| 7 | +( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Add `/fix` slash command [#828](https://github.com/jupyterlab/jupyter-ai/pull/828) ([@dlqqq](https://github.com/dlqqq)) |
| 12 | +- Add support for MistralAI [#823](https://github.com/jupyterlab/jupyter-ai/pull/823) ([@jtpio](https://github.com/jtpio)) |
| 13 | +- Document supported file types for /learn [#816](https://github.com/jupyterlab/jupyter-ai/pull/816) ([@JasonWeill](https://github.com/JasonWeill)) |
| 14 | +- Refactor split function with tests [#811](https://github.com/jupyterlab/jupyter-ai/pull/811) ([@srdas](https://github.com/srdas)) |
| 15 | +- Autocomplete UI for slash commands [#810](https://github.com/jupyterlab/jupyter-ai/pull/810) ([@dlqqq](https://github.com/dlqqq)) |
| 16 | + |
| 17 | +### Bugs fixed |
| 18 | + |
| 19 | +- Update chat handling to clear chat and show help; small fix to `/export` [#826](https://github.com/jupyterlab/jupyter-ai/pull/826) ([@srdas](https://github.com/srdas)) |
| 20 | + |
| 21 | +### Maintenance and upkeep improvements |
| 22 | + |
| 23 | +- Prevent overriding `server_settings` on base provider class [#825](https://github.com/jupyterlab/jupyter-ai/pull/825) ([@krassowski](https://github.com/krassowski)) |
| 24 | +- Fix import deprecations [#824](https://github.com/jupyterlab/jupyter-ai/pull/824) ([@jtpio](https://github.com/jtpio)) |
| 25 | + |
| 26 | +### Documentation improvements |
| 27 | + |
| 28 | +- Document supported file types for /learn [#816](https://github.com/jupyterlab/jupyter-ai/pull/816) ([@JasonWeill](https://github.com/JasonWeill)) |
| 29 | +- Document how to create completions using full notebook content [#777](https://github.com/jupyterlab/jupyter-ai/pull/777) ([@krassowski](https://github.com/krassowski)) |
| 30 | + |
| 31 | +### Contributors to this release |
| 32 | + |
| 33 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-05-20&to=2024-06-12&type=c)) |
| 34 | + |
| 35 | +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-05-20..2024-06-12&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-05-20..2024-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-05-20..2024-06-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-05-20..2024-06-12&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-05-20..2024-06-12&type=Issues) |
| 36 | + |
| 37 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 38 | + |
5 | 39 | ## 2.16.0 |
6 | 40 |
|
7 | 41 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
|
22 | 56 |
|
23 | 57 | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-05-09..2024-05-20&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-05-09..2024-05-20&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-05-09..2024-05-20&type=Issues) |
24 | 58 |
|
25 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
26 | | - |
27 | 59 | ## 2.15.0 |
28 | 60 |
|
29 | 61 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
|
0 commit comments