Skip to content

Commit 26827f9

Browse files
committed
fix: add status bar update after streaming completes
1 parent 707dc1c commit 26827f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instagram/chat_ui/interface/chat_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ def _display_streaming_command_result(self, result_generator):
449449
curses.napms(2000)
450450

451451
# After streaming is complete, wait for a key press to exit
452+
self.status_bar.update("Response streaming complete. Press any key...")
452453
self.screen.get_wch()
453454
self.chat_window.clear_custom_content()
454455

0 commit comments

Comments
 (0)