davsclaus opened a new pull request, #23225: URL: https://github.com/apache/camel/pull/23225
## Summary Add a new History tab (tab 6) to the TUI monitor that shows the last message history, similar to the CLI `camel get history` command. - Reads from `<pid>-history.json` file (overwritten each cycle) - Direction arrows (`-->` first, `<--` last, `>` intermediate) showing message flow - Columns: direction, time, route, node ID, processor, elapsed, exchange - Detail panel with exchange info, headers, body, exception - `h`/`b` toggles for headers/body display - `f` toggle for follow mode - Auto-refreshes on each tick cycle ## Test plan - [x] Module builds successfully - [x] Code formatting passes - [ ] Run `camel tui monitor` with a running integration - [ ] Press `6` to switch to History tab - [ ] Verify history entries appear with direction arrows - [ ] Select an entry and verify detail panel shows headers/body - [ ] Test `h`/`b`/`f` toggles 🤖 Generated with [Claude Code](https://claude.com/claude-code) _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]
