feat(companion): support runtime client autoConnect mode

This commit is contained in:
William Valentin
2026-02-16 18:36:50 -08:00
parent 5db7beeb53
commit 8d123cf859
5 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -1430,5 +1430,5 @@ For more implementation details, see:
- Protocol types: `src/gateway/protocol.ts`
- Handlers: `src/gateway/handlers/`
- Gateway server: `src/gateway/server.ts`
- Companion runtime client helper: `src/companion/runtimeClient.ts` (node + system + `canvas.*` typed RPC wrappers)
- Companion runtime client helper: `src/companion/runtimeClient.ts` (node + system + `canvas.*` typed RPC wrappers, optional `autoConnect`)
- Platform companion wrappers: `src/companion/platformClients.ts`