mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 13:04:08 +00:00
parent
7868b25a2b
commit
0f0c54b812
2 changed files with 2 additions and 1 deletions
|
|
@ -2246,7 +2246,7 @@ export class InteractiveMode {
|
|||
}
|
||||
|
||||
private async handleFollowUp(): Promise<void> {
|
||||
const text = this.editor.getText().trim();
|
||||
const text = (this.editor.getExpandedText?.() ?? this.editor.getText()).trim();
|
||||
if (!text) return;
|
||||
|
||||
// Queue input during compaction (extension commands execute immediately)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue