Skip to content

Commit 5fd9f02

Browse files
committed
Publish 0.0.2
SHA256 hashes: jupyter-ai-chat-commands-0.0.2.tgz: 06d3ae909751fe33a085a106484f24ec782768fb1b492603fbc321e61b1eada1 jupyter_ai_chat_commands-0.0.2-py3-none-any.whl: d02ae6fca8e67eeef1001862a3a0eb1b9775edf5ced951dba05bb880dd2e8c31 jupyter_ai_chat_commands-0.0.2.tar.gz: 923ebe996acb858ca904d033df45f956381ccd4f18307ee5bb8452301d664b81
1 parent 3e6438d commit 5fd9f02

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.0.2
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/v0.0.1...3e6438d758960a63a6ec60adeb3d579e2433b073))
8+
9+
### Enhancements made
10+
11+
- Update refresh-persona slash command handling [#5](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/pull/5) ([@3coins](https://github.com/3coins))
12+
13+
### Documentation improvements
14+
15+
- Add CLAUDE.md and AGENTS.md [#3](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/pull/3) ([@dlqqq](https://github.com/dlqqq))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/graphs/contributors?from=2025-10-09&to=2025-10-30&type=c))
20+
21+
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3A3coins+updated%3A2025-10-09..2025-10-30&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3Adlqqq+updated%3A2025-10-09..2025-10-30&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.0.1
626

727
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/compare/e7c59bba2c58c74a241afc3001ce5cb705bda68c...b3bd346d2010199e34f549628e333d294b568cf0))
@@ -15,5 +35,3 @@
1535
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-ai-chat-commands/graphs/contributors?from=2025-09-30&to=2025-10-09&type=c))
1636

1737
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-ai-chat-commands+involves%3Adlqqq+updated%3A2025-09-30..2025-10-09&type=Issues)
18-
19-
<!-- <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/chat-commands",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Package providing the set of default chat commands in Jupyter AI.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)