Collected Feedback for OPENTUI #2140

Closed
opened 2026-02-16 17:34:21 -05:00 by yindo · 5 comments
Owner

Originally created by @AngDrew on GitHub (Oct 16, 2025).

Originally assigned to: @thdxr on GitHub.

step to reproduce:

opencode
[press bottom arrow]

system:
WSL 2.0
Ubuntu 20

Windows 11 on top of that
i7 processor
40gb ram

=== FATAL ERROR OCCURRED ===
Console cache:
2025-10-17T02:19:40.184Z LOG event,server.connected
2025-10-17T02:19:40.506Z LOG [object Object],[object Object]
2025-10-17T02:19:40.517Z LOG {"type":"home"}
2025-10-17T02:19:41.021Z ERROR TypeError: undefined is not an object (evaluating 'store.prompt.input')
Error details:
undefined is not an object (evaluating 'store.prompt.input')
Error
    at <anonymous> (/$bunfs/root/src/index.js:130539:143)
    at runComputation (/$bunfs/root/src/index.js:123159:24)
    at updateComputation (/$bunfs/root/src/index.js:123142:17)
    at runTop (/$bunfs/root/src/index.js:123265:24)
    at runUserEffects (/$bunfs/root/src/index.js:123378:13)
    at runUpdates (/$bunfs/root/src/index.js:123286:20)
    at completeUpdates (/$bunfs/root/src/index.js:123346:15)
    at runUpdates (/$bunfs/root/src/index.js:123287:20)
    at setStore (/$bunfs/root/src/index.js:126848:10)
    at <anonymous> (/$bunfs/root/src/index.js:130431:19)
    at <anonymous> (/$bunfs/root/src/index.js:130397:44)
    at <anonymous> (/$bunfs/root/src/index.js:116129:35)
    at emitWithPriority (/$bunfs/root/src/index.js:111437:16)
    at <anonymous> (/$bunfs/root/src/index.js:111385:20)
    at emit (node:events:95:22)
    at addChunk (internal:streams/readable:265:47)
    at readableAddChunkPushByteMode (internal:streams/readable:243:18)
    at internalRead (unknown:38:40)
    at processTicksAndRejections (unknown:7:39)
Originally created by @AngDrew on GitHub (Oct 16, 2025). Originally assigned to: @thdxr on GitHub. step to reproduce: > opencode >[press bottom arrow] system: WSL 2.0 Ubuntu 20 Windows 11 on top of that i7 processor 40gb ram ``` === FATAL ERROR OCCURRED === Console cache: 2025-10-17T02:19:40.184Z LOG event,server.connected 2025-10-17T02:19:40.506Z LOG [object Object],[object Object] 2025-10-17T02:19:40.517Z LOG {"type":"home"} 2025-10-17T02:19:41.021Z ERROR TypeError: undefined is not an object (evaluating 'store.prompt.input') Error details: undefined is not an object (evaluating 'store.prompt.input') Error at <anonymous> (/$bunfs/root/src/index.js:130539:143) at runComputation (/$bunfs/root/src/index.js:123159:24) at updateComputation (/$bunfs/root/src/index.js:123142:17) at runTop (/$bunfs/root/src/index.js:123265:24) at runUserEffects (/$bunfs/root/src/index.js:123378:13) at runUpdates (/$bunfs/root/src/index.js:123286:20) at completeUpdates (/$bunfs/root/src/index.js:123346:15) at runUpdates (/$bunfs/root/src/index.js:123287:20) at setStore (/$bunfs/root/src/index.js:126848:10) at <anonymous> (/$bunfs/root/src/index.js:130431:19) at <anonymous> (/$bunfs/root/src/index.js:130397:44) at <anonymous> (/$bunfs/root/src/index.js:116129:35) at emitWithPriority (/$bunfs/root/src/index.js:111437:16) at <anonymous> (/$bunfs/root/src/index.js:111385:20) at emit (node:events:95:22) at addChunk (internal:streams/readable:265:47) at readableAddChunkPushByteMode (internal:streams/readable:243:18) at internalRead (unknown:38:40) at processTicksAndRejections (unknown:7:39) ```
yindo added the opentui label 2026-02-16 17:34:21 -05:00
yindo closed this issue 2026-02-16 17:34:21 -05:00
Author
Owner

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

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

  • #3221: Both issues report fatal errors when using arrow keys in opencode TUI, with identical error message 'undefined is not an object (evaluating 'store.prompt.input')' and same stack trace pattern

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

@github-actions[bot] commented on GitHub (Oct 16, 2025): This issue might be a duplicate of existing issues. Please check: - #3221: Both issues report fatal errors when using arrow keys in opencode TUI, with identical error message 'undefined is not an object (evaluating 'store.prompt.input')' and same stack trace pattern Feel free to ignore if none of these address your specific case.
Author
Owner

@AngDrew commented on GitHub (Oct 16, 2025):

i cant alt + arrow right / left to move cursor by word
can't ctrl + arrow left / right to move session
can't ctrl + backspace / delete or alt + backspace / delete

@AngDrew commented on GitHub (Oct 16, 2025): i cant `alt + arrow right / left` to move cursor by word can't `ctrl + arrow left / right` to move session can't `ctrl + backspace / delete` or `alt + backspace / delete`
Author
Owner

@AngDrew commented on GitHub (Oct 16, 2025):

when trying to select with mouse (copy the text). it crashes

=== FATAL ERROR OCCURRED ===
Console cache:
2025-10-17T02:52:39.347Z LOG event,server.connected
2025-10-17T02:52:40.004Z LOG [object Object],[object Object]
2025-10-17T02:52:40.021Z LOG {"type":"home"}
2025-10-17T02:52:41.677Z LOG clipboard: using wl-copy
2025-10-17T02:52:41.789Z ERROR Error: Executable not found in $PATH: "wl-copy"
Error details:
Executable not found in $PATH: "wl-copy"
Error
    at spawn (unknown)
    at <anonymous> (/$bunfs/root/src/index.js:126552:33)
    at <anonymous> (/$bunfs/root/src/index.js:126551:31)
    at copy (/$bunfs/root/src/index.js:126598:26)
    at copy (/$bunfs/root/src/index.js:126597:25)
    at <anonymous> (/$bunfs/root/src/index.js:133032:29)
    at <anonymous> (/$bunfs/root/src/index.js:133025:43)
    at processMouseEvent (/$bunfs/root/src/index.js:116931:43)
    at processMouseEvent (/$bunfs/root/src/index.js:116934:36)
    at processMouseEvent (/$bunfs/root/src/index.js:116934:36)
    at processMouseEvent (/$bunfs/root/src/index.js:116934:36)
    at processMouseEvent (/$bunfs/root/src/index.js:116934:36)
    at handleMouseData (/$bunfs/root/src/index.js:118579:44)
    at <anonymous> (/$bunfs/root/src/index.js:118523:47)
    at emit (node:events:95:22)
    at addChunk (internal:streams/readable:265:47)
    at readableAddChunkPushByteMode (internal:streams/readable:243:18)
    at internalRead (unknown:38:40)
    at processTicksAndRejections (unknown:7:39)
@AngDrew commented on GitHub (Oct 16, 2025): when trying to select with mouse (copy the text). it crashes ``` === FATAL ERROR OCCURRED === Console cache: 2025-10-17T02:52:39.347Z LOG event,server.connected 2025-10-17T02:52:40.004Z LOG [object Object],[object Object] 2025-10-17T02:52:40.021Z LOG {"type":"home"} 2025-10-17T02:52:41.677Z LOG clipboard: using wl-copy 2025-10-17T02:52:41.789Z ERROR Error: Executable not found in $PATH: "wl-copy" Error details: Executable not found in $PATH: "wl-copy" Error at spawn (unknown) at <anonymous> (/$bunfs/root/src/index.js:126552:33) at <anonymous> (/$bunfs/root/src/index.js:126551:31) at copy (/$bunfs/root/src/index.js:126598:26) at copy (/$bunfs/root/src/index.js:126597:25) at <anonymous> (/$bunfs/root/src/index.js:133032:29) at <anonymous> (/$bunfs/root/src/index.js:133025:43) at processMouseEvent (/$bunfs/root/src/index.js:116931:43) at processMouseEvent (/$bunfs/root/src/index.js:116934:36) at processMouseEvent (/$bunfs/root/src/index.js:116934:36) at processMouseEvent (/$bunfs/root/src/index.js:116934:36) at processMouseEvent (/$bunfs/root/src/index.js:116934:36) at handleMouseData (/$bunfs/root/src/index.js:118579:44) at <anonymous> (/$bunfs/root/src/index.js:118523:47) at emit (node:events:95:22) at addChunk (internal:streams/readable:265:47) at readableAddChunkPushByteMode (internal:streams/readable:243:18) at internalRead (unknown:38:40) at processTicksAndRejections (unknown:7:39) ```
Author
Owner

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

thx for feedback

@rekram1-node commented on GitHub (Oct 17, 2025): thx for feedback
Author
Owner

@rekram1-node commented on GitHub (Nov 4, 2025):

I think these are fixed

@rekram1-node commented on GitHub (Nov 4, 2025): I think these are fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2140