--- name: Bug report about: Something in dsh-notebook is broken or behaves unexpectedly title: '[bug] ' labels: ['bug'] assignees: [] --- ## Environment | | | |---|---| | dsh-notebook version | | | DSH version | | | dsh-better-sidebar version | | | OS / Node | | | Install path | | ## Which sidebar tier was active? The plugin picks one of three tiers at runtime: - [ ] **tier 1 `native`** — DSH exposes `ctx.sidebarRightTabs` - [ ] **tier 2 `service`** — `ctx.betterSidebar` exists (better-sidebar 0.4.0–0.18.x) - [ ] **tier 3 `standalone`** — no sidebar product installed, so the plugin draws its own panel - [ ] not sure ## What happened ## Steps to reproduce 1. 2. 3. ## Expected behaviour ## Actual behaviour ``` paste logs / `{ "error": { "code": …, "message": … } }` responses here ``` ## Verification output ``` $ pnpm typecheck $ pnpm test $ pnpm build ``` ## Screenshots