You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`readRunIfPresent`, `readInvocationIfPresent` and
`SessionManager.readInvocation` had become `listSessionInvocations()`
followed by `find`, and a Turn calls them four to six times. The header
era answered these with a keyed row read.
`RuntimeEventStore` gains an optional `readRunInvocation(sessionId,
runId)`; the SQLite store answers it off the opening index, and a helper
in core answers it from the inventory for stores that do not implement
it, so callers state one intent either way.
Generated-by: Claude Code
0 commit comments