opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name') #7026

Closed
opened 2026-02-16 18:05:56 -05:00 by yindo · 2 comments
Owner

Originally created by @liu-juan on GitHub (Jan 20, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

TypeError: undefined is not an object (evaluating 'local.agent.current().name')
    at <anonymous> (src/cli/cmd/tui/component/prompt/index.tsx:850:75)
    at <anonymous> (../../node_modules/.bun/@opentui+solid@0.1.74+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62)
    at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3)
    at runTop (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:833:7)
    at runUserEffects (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:928:18)
    at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:849:17)
    at completeUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:900:17)
    at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:850:5)
    at setStore (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/store/dist/dev.js:221:5)
    at processTicksAndRejections (native:7:39)...

Plugins

No response

OpenCode version

1.1.28

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @liu-juan on GitHub (Jan 20, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at <anonymous> (src/cli/cmd/tui/component/prompt/index.tsx:850:75) at <anonymous> (../../node_modules/.bun/@opentui+solid@0.1.74+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:928:18) at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:849:17) at completeUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:900:17) at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:850:5) at setStore (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/store/dist/dev.js:221:5) at processTicksAndRejections (native:7:39)... ``` ### Plugins _No response_ ### OpenCode version 1.1.28 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the opentuibug labels 2026-02-16 18:05:56 -05:00
yindo closed this issue 2026-02-16 18:05:56 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 20, 2026):

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

  • #7918: Crash when local.agent.current() returns undefined during startup/auth
  • #9745: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name')
  • #9735: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name')
  • #9627: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name')
  • #9588: /connect to any provider followed by crashing
  • #9572: opentui: fatal: undefined is not an object (Google Antigravity Auth plugin)
  • #9558: opentui: fatal: undefined is not an object
  • #9533: opentui: fatal: undefined is not an object
  • #9437: Agent.get() returns undefined without error handling, causing crash
  • #9405: opentui: fatal: undefined is not an object (when connecting to Zhipu AI)
  • #9393: opentui: fatal: undefined is not an object (when connecting provider)
  • #9332: opentui: fatal: undefined is not an object
  • #9244: opentui: fatal: undefined is not an object
  • #9222: opentui: fatal: undefined is not an object

All of these issues share the same core error: TypeError: undefined is not an object (evaluating 'local.agent.current().name') occurring in src/cli/cmd/tui/component/prompt/index.tsx.

The root cause appears to be that local.agent.current() returns undefined when agents are not yet loaded during startup/authentication flows, but the code doesn't have null checks or proper error handling.

Feel free to ignore if this specific case has different circumstances.

@github-actions[bot] commented on GitHub (Jan 20, 2026): This issue might be a duplicate of existing issues. Please check: - #7918: Crash when local.agent.current() returns undefined during startup/auth - #9745: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name') - #9735: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name') - #9627: opentui: fatal: undefined is not an object (evaluating 'local.agent.current().name') - #9588: /connect to any provider followed by crashing - #9572: opentui: fatal: undefined is not an object (Google Antigravity Auth plugin) - #9558: opentui: fatal: undefined is not an object - #9533: opentui: fatal: undefined is not an object - #9437: Agent.get() returns undefined without error handling, causing crash - #9405: opentui: fatal: undefined is not an object (when connecting to Zhipu AI) - #9393: opentui: fatal: undefined is not an object (when connecting provider) - #9332: opentui: fatal: undefined is not an object - #9244: opentui: fatal: undefined is not an object - #9222: opentui: fatal: undefined is not an object All of these issues share the same core error: TypeError: undefined is not an object (evaluating 'local.agent.current().name') occurring in src/cli/cmd/tui/component/prompt/index.tsx. The root cause appears to be that local.agent.current() returns undefined when agents are not yet loaded during startup/authentication flows, but the code doesn't have null checks or proper error handling. Feel free to ignore if this specific case has different circumstances.
Author
Owner

@rekram1-node commented on GitHub (Jan 21, 2026):

Duplicate of #7918

@rekram1-node commented on GitHub (Jan 21, 2026): Duplicate of #7918
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7026