( bridgeSessionId: string | null, )
| 142 | * suppress a legitimately-remote session after reconnect. |
| 143 | */ |
| 144 | export async function updateSessionBridgeId( |
| 145 | bridgeSessionId: string | null, |
| 146 | ): Promise<void> { |
| 147 | await updatePidFile({ bridgeSessionId }) |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Push live activity state for `claude ps`. Fire-and-forget from REPL's |
no test coverage detected