Skip to content

Commit 4a5b872

Browse files
committed
Publish 0.0.2
SHA256 hashes: jupyter-ai-router-0.0.2.tgz: a741e6cf76371c12b18a7873ffeb381f43c06dee630b5db0a2f7febea6fa6afb jupyter_ai_router-0.0.2-py3-none-any.whl: a79c01cd5a1e974f5dad91463c0180d1e16bcb4262e20bc15147e7ea868ee391 jupyter_ai_router-0.0.2.tar.gz: 4a152a10ebf25dc335a2877c2572d597f5f7bc11410beb1e12465b62cd74d977
1 parent 30d6885 commit 4a5b872

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,27 @@
22

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

5+
## 0.0.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-router/compare/v0.0.1...30d688514ec7a290f4a2b7278411a65cfb4335e5))
8+
9+
### Enhancements made
10+
11+
- Allow consumers to observe document resets on `YChat` instances [#10](https://github.com/jupyter-ai-contrib/jupyter-ai-router/pull/10) ([@dlqqq](https://github.com/dlqqq))
12+
- Updates slash cmd to observers to filter on specific commands [#9](https://github.com/jupyter-ai-contrib/jupyter-ai-router/pull/9) ([@3coins](https://github.com/3coins))
13+
14+
### Bugs fixed
15+
16+
- Fixes routing for deleted messages [#14](https://github.com/jupyter-ai-contrib/jupyter-ai-router/pull/14) ([@3coins](https://github.com/3coins))
17+
18+
### Documentation improvements
19+
20+
- Add `CLAUDE.md` and `AGENTS.md`, update `.gitignore` [#3](https://github.com/jupyter-ai-contrib/jupyter-ai-router/pull/3) ([@dlqqq](https://github.com/dlqqq))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-router/graphs/contributors?from=2025-10-03&to=2025-10-30&type=c))
25+
26+
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-router+involves%3A3coins+updated%3A2025-10-03..2025-10-30&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-router+involves%3Adlqqq+updated%3A2025-10-03..2025-10-30&type=Issues)
27+
528
<!-- <END NEW CHANGELOG ENTRY> -->

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/router",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Core routing layer of Jupyter AI",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)