You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
The TUI crashes with a fatal TextNodeRenderable rendering error when switching to another session after entering a folder.
Reproduction
Reported user flow:
Open Codeplane TUI.
Enter/navigate into a folder.
Switch to another session in the TUI.
The TUI shows a fatal error screen.
Error
A fatal error occurred!
Error: TextNodeRenderable only accepts strings, TextNodeRenderable instances, or StyledText instances
at add (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:81:238324)
at vEo (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:78805)
at children (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:2045:23611)
at <anonymous> (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:22686)
at wOn (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:12083)
at d_ (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:11845)
at Tfe (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:13707)
at vOn (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:14672)
at Rko (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:14007)
at wv (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:169:13901)
at y (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:1134:10933)
at async sync (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:1134:11878)
at async <anonymous> (/opt/homebrew/lib/node_modules/codeplane-ai/node_modules/codeplane-darwin-arm64/bin/runtime/tui/node-main.js:2163:3332)
at processTicksAndRejections (native:7:39)
Environment
Surface: TUI
Install path from stack: /opt/homebrew/lib/node_modules/codeplane-ai/...
Platform: macOS, Homebrew-managed Node global install path
Package binary: codeplane-darwin-arm64
Notes
The crash screen offers "Copy Issue URL (exception info pre-filled)", "Reset TUI", and "Exit". The visible bottom status line repeats:
TextNodeRenderable only accepts strings, TextNodeRenderable instances, or StyledText instances
Summary
The TUI crashes with a fatal
TextNodeRenderablerendering error when switching to another session after entering a folder.Reproduction
Reported user flow:
Error
Environment
/opt/homebrew/lib/node_modules/codeplane-ai/...codeplane-darwin-arm64Notes
The crash screen offers "Copy Issue URL (exception info pre-filled)", "Reset TUI", and "Exit". The visible bottom status line repeats: