feat(push): smart push queueing with page-visibility fast path and app-ping/pong fallback

This commit is contained in:
2026-06-04 22:10:48 -04:00
parent fc0527e9e7
commit 4e6dfb4726
16 changed files with 192 additions and 60 deletions
+2
View File
@@ -123,6 +123,8 @@ export class ClaudeAdapter extends IAdapter {
hookRoute(`${prefix}/stop`, (body) => {
this._tmux.handleStop(body);
});
// SubagentStop (subagent finishes mid-turn) — no-op, main Stop handles turn end
hookRoute(`${prefix}/subagent-stop`, (_body) => {});
hookRoute(`${prefix}/permission-request`, (body) => {
this._tmux.handlePermissionRequest(body);
});