Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Store the native CLI session id for observability and future explicit
-- continuation flows. Nullable because:
-- Store the native CLI session id so a resume flag can be passed on
-- wake/re-attach without starting a fresh session. Nullable because:
-- - SHELL sessions have no native CLI id
-- - Codex session id discovery is async (captured after spawn)
-- - Old rows have no id
Expand Down
Loading