()
| 1509 | } |
| 1510 | |
| 1511 | export function markFirstTeleportMessageLogged(): void { |
| 1512 | if (STATE.teleportedSessionInfo) { |
| 1513 | STATE.teleportedSessionInfo.hasLoggedFirstMessage = true |
| 1514 | } |
| 1515 | } |
| 1516 | |
| 1517 | // Invoked skills tracking for preservation across compaction |
| 1518 | export type InvokedSkillInfo = { |
no outgoing calls
no test coverage detected