feat(gateway): add interrupt preemption telemetry and requester notice

This commit is contained in:
William Valentin
2026-02-19 11:48:41 -08:00
parent 6b56d9e223
commit 01cd726d7c
8 changed files with 82 additions and 11 deletions
@@ -332,8 +332,9 @@ These are substantial UX/ecosystem projects or highly platform-specific; defer u
## Suggested Next Execution Order
1) Queue/run-control polish (interrupt preemption telemetry + UX)
2) Daily memory continuity tuning (if continuity quality is still lacking)
3) Auth-profile expansion beyond API-key pools (if needed)
1) Daily memory continuity tuning (if continuity quality is still lacking)
2) Auth-profile expansion beyond API-key pools (if needed)
3) Additional run-control UX refinements only if interrupt behavior is still insufficient in production
Note: API-key pool auth profile cooldown/backoff (`auth_profile_cooldown_ms`) shipped on 2026-02-19.
Note: Queue interrupt preemption telemetry/notice (`queue.preempt` + requester content hint) shipped on 2026-02-19.