Skip to content

Commit e254db8

Browse files
committed
add changesets for controller phase 2
1 parent 20cc17c commit e254db8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/stale-sides-lead.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bluecadet/launchpad-content": patch
3+
---
4+
5+
Clear content data store when starting new fetch. Prevents stale content when refetching with persistent controller instance.

.changeset/stupid-lights-find.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@bluecadet/launchpad-controller": minor
3+
"@bluecadet/launchpad-cli": minor
4+
---
5+
6+
Adds 'start' command to CLI for starting launchpad controller in 'persistent' mode. This mode opens an IPC socket, allowing subsequent CLI commands to connect to the running controller instance. The command can be launched with the `-d/--detach` flag to run it in the background. Phase 2 of the multi-interface controller architecture.

0 commit comments

Comments
 (0)