docs(tui): explain non-strict sibling service lookup

This commit is contained in:
Turtle
2026-07-29 21:33:58 +08:00
parent a01c1bccd6
commit 0a2ed84665
1 file changed
+3
+3
View File
@@ -854,6 +854,9 @@ export function createTuiChat(
overlayManager,
// Optional and independently mounted: read at each use so config row order
// cannot decide whether /resume works.
// The TUI and query provider are sibling Loader fibers. During a command
// callback Cordis may transiently mark the provider non-ACTIVE even though
// its init completed and its disposal is ordered after this consumer.
sessionQuery: () => ctx.get('sessionQuery', false),
ui,
editor,