mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
fix(tui): fix invisible slash-command overlays and FormattedText display serialization
This commit is contained in:
parent
00c3d848d8
commit
31fc1d5294
3 changed files with 37 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ const ComposerPane = memo(function ComposerPane({
|
|||
<FloatingOverlays
|
||||
cols={composer.cols}
|
||||
compIdx={composer.compIdx}
|
||||
completions={composer.completions}
|
||||
completions={isBlocked ? [] : composer.completions}
|
||||
onModelSelect={actions.onModelSelect}
|
||||
onPickerSelect={actions.resumeById}
|
||||
pagerPageSize={composer.pagerPageSize}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue