Commit Graph

142 Commits

Author SHA1 Message Date
William Valentin bf3dbbfe32 feat(routing): support per-agent backend selection across native/external 2026-02-17 15:41:58 -08:00
William Valentin 1d59becfa5 feat(backends): add codex/gemini external runners and wire backend selection 2026-02-17 15:41:54 -08:00
William Valentin 01f75e536d fix(companion): clear disconnect metadata after reconnect 2026-02-17 15:38:30 -08:00
William Valentin 809000b6c6 feat(companion): add direct disconnect metadata getters 2026-02-17 15:38:30 -08:00
William Valentin 95df7cd445 feat(companion): allow platform disconnect code and reason 2026-02-17 15:38:30 -08:00
William Valentin 44b686da9c feat(companion): add disconnect metadata to connection snapshots 2026-02-17 15:38:30 -08:00
William Valentin ffc7c4e9b3 feat(companion): return clearEventSubscriptions result counts 2026-02-17 15:38:14 -08:00
William Valentin c8f6d76638 feat(companion): add connection snapshot helper 2026-02-17 15:38:14 -08:00
William Valentin 29523bcdac feat(companion): add event surface snapshot helper 2026-02-17 15:38:14 -08:00
William Valentin 83236a4ba3 feat(companion): return cancelPendingEventWaits count 2026-02-17 15:38:14 -08:00
William Valentin c4a8d099d6 feat(companion): add cancellable pending event wait helper 2026-02-17 15:38:14 -08:00
William Valentin c41332a643 fix(companion): validate event wait timeout options 2026-02-17 15:38:13 -08:00
William Valentin 45ea084cf0 feat(companion): add idle observability alias 2026-02-17 15:38:13 -08:00
William Valentin b4cef5235e feat(companion): add pending work snapshot helper 2026-02-17 15:38:13 -08:00
William Valentin c5bc2c1754 fix(companion): normalize heartbeat jitter random samples 2026-02-17 15:38:13 -08:00
William Valentin ed471072bb feat(companion): add waitForIdle runtime drain helper 2026-02-17 15:38:13 -08:00
William Valentin d14f82cd84 feat(companion): add hasPendingWork runtime observability 2026-02-17 15:38:13 -08:00
William Valentin 21a57c88b9 feat(companion): expose pending event wait observability 2026-02-17 15:38:13 -08:00
William Valentin df86fbd08e feat(companion): expose pending request observability 2026-02-17 15:38:13 -08:00
William Valentin 490ca7def9 feat(companion): validate event wait helper input names 2026-02-17 15:38:13 -08:00
William Valentin 8837843df1 fix(companion): reject event waiters on unexpected socket close 2026-02-17 15:38:13 -08:00
William Valentin 369250077a feat(companion): add heartbeat success observability state 2026-02-17 15:38:13 -08:00
William Valentin 6dccef94a6 feat(companion): forward dispose close params on platform clients 2026-02-17 15:38:13 -08:00
William Valentin 274c49acbc feat(companion): expose platform connected state passthrough 2026-02-17 15:38:13 -08:00
William Valentin 78466c7e71 feat(companion): add platform single-event passthrough helpers 2026-02-17 15:38:13 -08:00
William Valentin 6a9796066b feat(companion): add platform event subscription count passthrough 2026-02-17 15:38:13 -08:00
William Valentin d3e571b728 feat(companion): expose runtime event subscription count 2026-02-17 15:38:13 -08:00
William Valentin 9e7d3b0e13 feat(companion): add platform known-event-name passthrough 2026-02-17 15:38:13 -08:00
William Valentin 4f25994876 feat(companion): add known event name typing and listing 2026-02-17 15:38:13 -08:00
William Valentin 4d6bed72d8 feat(companion): add platform event teardown passthrough 2026-02-17 15:38:13 -08:00
William Valentin 0eb8126349 feat(companion): add generic platform event passthroughs 2026-02-17 15:38:13 -08:00
William Valentin 717e5d60e5 feat(companion): add waitForAnyEvent runtime helper 2026-02-17 15:38:13 -08:00
William Valentin f7c6947d22 fix(companion): reject pending event waits on teardown 2026-02-17 15:38:13 -08:00
William Valentin a76e3e03dc feat(companion): complete platform stream helper parity 2026-02-17 15:38:13 -08:00
William Valentin 6018db0dd3 feat(companion): add platform stream passthrough helpers 2026-02-17 15:38:13 -08:00
William Valentin 1fb70ce0b1 feat(companion): add heartbeat loop getState snapshot 2026-02-17 15:38:13 -08:00
William Valentin 636f24016f feat(companion): add context warning stream helpers 2026-02-17 15:38:13 -08:00
William Valentin 43968f830a feat(companion): add typed wait helpers for stream events 2026-02-17 15:38:13 -08:00
William Valentin 1b69970065 feat(companion): extend platform bootstrap with system snapshot option 2026-02-17 15:38:13 -08:00
William Valentin 4a3c9e7fac feat(companion): add heartbeat loop success callback 2026-02-17 15:38:13 -08:00
William Valentin 0a43abd531 feat(companion): add typed agent stream subscription helpers 2026-02-17 15:38:13 -08:00
William Valentin fc0dd8b73a feat(companion): add platform dispose lifecycle helper 2026-02-17 15:38:13 -08:00
William Valentin fee32e8abe feat(companion): add runtime dispose lifecycle helper 2026-02-17 15:38:13 -08:00
William Valentin d63704d436 feat(companion): expose heartbeat loop failure observability 2026-02-17 15:38:13 -08:00
William Valentin 520e0aab9c feat(companion): add AbortSignal support for waitForEvent 2026-02-17 15:38:13 -08:00
William Valentin 01b24e71b9 feat(companion): add heartbeat loop jitter controls 2026-02-17 15:38:13 -08:00
William Valentin fd59d88c0c feat(companion): add clearEventSubscriptions helper 2026-02-17 15:38:13 -08:00
William Valentin f67362bf3b feat(companion): add platform createHeartbeatLoop helper 2026-02-17 15:38:13 -08:00
William Valentin 873dc1ad5b feat(companion): add manual heartbeat tick helper 2026-02-17 15:38:13 -08:00
William Valentin 985b7bf459 feat(companion): add runtime bootstrapNode helper 2026-02-17 15:38:13 -08:00