mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(tui): read mounted session query during sibling activation
This commit is contained in:
@@ -854,7 +854,7 @@ export function createTuiChat(
|
||||
overlayManager,
|
||||
// Optional and independently mounted: read at each use so config row order
|
||||
// cannot decide whether /resume works.
|
||||
sessionQuery: () => ctx.get('sessionQuery'),
|
||||
sessionQuery: () => ctx.get('sessionQuery', false),
|
||||
ui,
|
||||
editor,
|
||||
appendNotice,
|
||||
|
||||
Reference in New Issue
Block a user