feat(KB-107): merge kb/kb-107

- feat(KB-107): complete Step 5 — add changeset for behavioral change
- test(KB-107): complete Step 4 — update tests to remove --no-open flag references
- feat(KB-107): complete Step 3 — remove --no-open from pi extension dashboard spawn
- feat(KB-107): complete Step 2 — simplify dashboard command, remove openBrowser function
- feat(KB-107): complete Step 1 — remove --no-open flag from CLI entry point
This commit is contained in:
gsxdsm
2026-03-30 07:34:10 -07:00
parent c9535023d1
commit 580b997d4f
6 changed files with 15 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
---
"@dustinbyrne/kb": patch
---
Remove automatic browser-opening behavior on dashboard startup
The dashboard no longer automatically opens a browser window when starting. Users must manually navigate to the URL shown in the console output. The `--no-open` flag has been removed as it is now the default behavior.