"Session went idle" text #2333

Closed
opened 2026-02-16 17:35:10 -05:00 by yindo · 6 comments
Owner

Originally created by @joecarney on GitHub (Oct 29, 2025).

Originally assigned to: @rekram1-node on GitHub.

Description

Really annoying that this keeps appearing and doesn't disappear when you begin to type. Also, the "enter send" message appears broken

Image

Am using Ghostty terminal if that is of any difference

Image Image

OpenCode version

v0.15.23

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @joecarney on GitHub (Oct 29, 2025). Originally assigned to: @rekram1-node on GitHub. ### Description Really annoying that this keeps appearing and doesn't disappear when you begin to type. Also, the "enter send" message appears broken <img width="320" height="145" alt="Image" src="https://github.com/user-attachments/assets/de39920e-33ff-4363-922b-b0abdaee0ccd" /> Am using Ghostty terminal if that is of any difference <img width="320" height="145" alt="Image" src="https://github.com/user-attachments/assets/7164af78-1f41-4310-b3cc-9804d3848863" /> <img width="320" height="145" alt="Image" src="https://github.com/user-attachments/assets/05c75285-5933-40fa-8d0a-e2ba808ac2ae" /> ### OpenCode version v0.15.23 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bug label 2026-02-16 17:35:10 -05:00
yindo closed this issue 2026-02-16 17:35:10 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 29, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #3124: Similar reports of sessions pausing and returning to 'enter send' mode for extended periods
  • #3271: UI positioning issues specifically when using Ghostty terminal that affect display rendering
  • #811: General text rendering and UI display problems that could affect status messages
  • #2013: Input/display issues specifically with Ghostty terminal compatibility

The 'Session went idle' text not disappearing when typing and broken 'enter send' messages sound very similar to the UI display and session state management issues reported in these other tickets.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Oct 29, 2025): This issue might be a duplicate of existing issues. Please check: - #3124: Similar reports of sessions pausing and returning to 'enter send' mode for extended periods - #3271: UI positioning issues specifically when using Ghostty terminal that affect display rendering - #811: General text rendering and UI display problems that could affect status messages - #2013: Input/display issues specifically with Ghostty terminal compatibility The 'Session went idle' text not disappearing when typing and broken 'enter send' messages sound very similar to the UI display and session state management issues reported in these other tickets. Feel free to ignore if none of these address your specific case.
Author
Owner

@rekram1-node commented on GitHub (Oct 29, 2025):

@joecarney did you write a custom plugin? This text isn't in our codebase.

Is your terminal in a really small window? I'm not really sure what is broken?

@rekram1-node commented on GitHub (Oct 29, 2025): @joecarney did you write a custom plugin? This text isn't in our codebase. Is your terminal in a really small window? I'm not really sure what is broken?
Author
Owner

@joecarney commented on GitHub (Oct 29, 2025):

Image

No plugins (that I know of) have looked everywhere on my mac and cannot find any. Installed via brew. Screenshot is just of the affected area. Here is a short video (you may need to zoom in)

@joecarney commented on GitHub (Oct 29, 2025): ![Image](https://github.com/user-attachments/assets/cf5557d7-c630-4c74-860b-d4a1375808b9) No plugins (that I know of) have looked everywhere on my mac and cannot find any. Installed via `brew`. Screenshot is just of the affected area. Here is a short video (you may need to zoom in)
Author
Owner

@rekram1-node commented on GitHub (Oct 29, 2025):

Can you do opencode debug config and show me the output?

@rekram1-node commented on GitHub (Oct 29, 2025): Can you do `opencode debug config` and show me the output?
Author
Owner

@joecarney commented on GitHub (Oct 29, 2025):

OK. Am an idiot, apologies for wasting your time

grep -R "Session went idle" ~/.tmux.conf ~/.tmux ~/.zshrc ~/.config 2>/dev/null

/Users/me/.config/opencode/plugin/terminal-bell.js:        console.log("Session went idle")

Found a plugin for a "terminal bell" that didn't even work. Deleted the plugin folder. I will close this, thanks for pointing me in the right direction 😃

@joecarney commented on GitHub (Oct 29, 2025): OK. Am an idiot, apologies for wasting your time ``` grep -R "Session went idle" ~/.tmux.conf ~/.tmux ~/.zshrc ~/.config 2>/dev/null /Users/me/.config/opencode/plugin/terminal-bell.js: console.log("Session went idle") ``` Found a plugin for a "terminal bell" that didn't even work. Deleted the plugin folder. I will close this, thanks for pointing me in the right direction 😃
Author
Owner

@rekram1-node commented on GitHub (Oct 29, 2025):

no problem!

@rekram1-node commented on GitHub (Oct 29, 2025): no problem!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2333