Replies: 1 comment
-
Resolution: Inline image rendering is working! (Feb 27, 2026)The full implementation is now working end-to-end. PR #23764 has been updated with the complete fix. What was needed beyond the original TUI changesThe original analysis in this discussion correctly identified the 5 root causes. The TUI changes (tool-execution.ts, tui-event-handlers.ts, tui-formatters.ts, tui-session-actions.ts) handle detection and rendering. However, two additional upstream fixes were needed:
Key architecture insightThe OpenClaw dist uses Rollup code splitting. The
The ScreenshotSee PR #23764 for the full implementation. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello Dears;
I have problem with ssh-add in wsl2 I add this in .profile or .bashrc:
and it's worked for first time and after restart system or shutdown WSL and re run it ssh-add -l is empty and won't work and I must kill agent and re run WSL because the pid of agent changed and ssh-agent file data don't change e.g pid when run first time is 3412 and when restart WSL and run again pid is 213 but content of ssh-agent file is like this:
can someone help me for fix it
I need it because I use vscode and devcontainer
Beta Was this translation helpful? Give feedback.
All reactions