()
| 1493 | } |
| 1494 | |
| 1495 | export function markFirstTeleportMessageLogged(): void { |
| 1496 | if (STATE.teleportedSessionInfo) { |
| 1497 | STATE.teleportedSessionInfo.hasLoggedFirstMessage = true |
| 1498 | } |
| 1499 | } |
| 1500 | |
| 1501 | // Invoked skills tracking for preservation across compaction |
| 1502 | export type InvokedSkillInfo = { |
no outgoing calls
no test coverage detected