feat(push): smart push queueing with page-visibility fast path and app-ping/pong fallback
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user