jupyterlab_claude_code_extension 1.2.9 → 1.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,6 +62,14 @@ pip install jupyterlab_claude_code_extension
|
|
|
62
62
|
> [!WARNING]
|
|
63
63
|
> `package.json` pins `webpack: 5.106.0` and `chalk: 4.1.2` in both `resolutions` and `overrides`. Do not remove these. webpack `>= 5.106.1` changed its module-federation share identifier format and crashes the unmaintained `license-webpack-plugin` (`split('=')[1].trim()`) that `@jupyterlab/builder` injects into every production build; the duplicate `chalk@2.4.2` pulled by `duplicate-package-checker-webpack-plugin` crashes on Node 24+ in the build-isolation install. Without the pins, `make publish` and CI fail on `python -m build`.
|
|
64
64
|
|
|
65
|
+
## Claude statusline
|
|
66
|
+
|
|
67
|
+
The package ships a companion CLI that installs the [claude-code-statusline](https://github.com/stellarshenson/claude-code-statusline) powerline status line (context %, model, effort, git, env, pwd) into `~/.claude` and points `statusLine` in `settings.json` at it - after asking for confirmation, since it downloads the script from that repo:
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
jupyterlab_claude_code install-claude-statusline
|
|
71
|
+
```
|
|
72
|
+
|
|
65
73
|
## Uninstall
|
|
66
74
|
|
|
67
75
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyterlab_claude_code_extension",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "Browse, resume, and manage your Claude Code CLI sessions from a JupyterLab side panel. One click reactivates the right terminal - no duplicate tabs, live remote-control indicator, and favourites for the projects you keep coming back to.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|