davsclaus opened a new pull request, #23543: URL: https://github.com/apache/camel/pull/23543
## Summary - When the TUI launches examples (via F2 → Run), stdout is redirected to a log file, so the child `camel run` process detects no TTY and disables ANSI colors - Fix: pass `--logging-color=true` explicitly in both launch paths (`launchWithName()` and `launchSelectedExample()`) - The TUI's `LogTab` already parses ANSI escape sequences via `TuiHelper.ansiToLine()`, so the colored output renders correctly ## Test plan - [x] Compiles - [ ] Launch an example from TUI via F2 and verify logs are displayed with colors 🤖 Generated with [Claude Code](https://claude.com/claude-code) on behalf of Claus Ibsen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
