mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-28 23:35:27 +08:00
docs: update session activity guard comment
This commit is contained in:
@@ -6,7 +6,7 @@ export interface SessionActivity {
|
|||||||
canInterrupt: boolean;
|
canInterrupt: boolean;
|
||||||
/**
|
/**
|
||||||
* When this request was first marked as processing (client clock). Drives
|
* When this request was first marked as processing (client clock). Drives
|
||||||
* the elapsed-time display and the stale `session-status` reply guard.
|
* the elapsed-time display and the stale `chat_subscribed` idle-ack guard.
|
||||||
*/
|
*/
|
||||||
startedAt: number;
|
startedAt: number;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user