feat(dev): JupyterLab extension — Wave 4 batch 1 complete

@hanzo/jupyter — JupyterLab 4 labextension: side panel (active-cell/selection/
notebook context) + cell actions (explain/fix-error/docstring/optimize/generate),
insert-below write-back; pure notebook context extraction (ANSI-stripped
tracebacks); on published @hanzo/ai@0.2.0 (58 tests). CI step added.
This commit is contained in:
Hanzo Dev
2026-07-03 21:28:49 -07:00
parent abe3ad8b65
commit 85eebae869
2 changed files with 3659 additions and 2 deletions
+3
View File
@@ -86,6 +86,9 @@ jobs:
- name: Test Raycast extension
run: pnpm --filter hanzo-ai test
- name: Test JupyterLab extension
run: pnpm --filter @hanzo/jupyter test
- name: Test cards (shared card-builder)
run: pnpm --filter @hanzo/cards test