atiaomar1978-hub opened a new pull request, #25101: URL: https://github.com/apache/camel/pull/25101
## Summary - Adds `camel.tui.shell.history` and `camel.tui.ai.promptHistory` (default **100**, **0** disables recall and persistence). - **Shell (F6)**: configures JLine command history with `~/.camel/tui-shell.history`. - **AI prompt (F8)**: Up/Down recall for submitted prompts with `~/.camel/tui-ai-prompt.history`. - Documents the settings in the camel-jbang TUI manual page. Agreed defaults from [CAMEL-24254](https://issues.apache.org/jira/browse/CAMEL-24254) (properties-only; no Settings popup in this change). _AI-generated on behalf of atiaomar1978-hub_ ## Test plan - [x] `./mvnw -pl dsl/camel-jbang/camel-jbang-plugin-tui test` (707 tests, all green) - [x] New unit tests: `TuiHistoryLimitsTest`, `TuiPromptHistoryTest`, `TuiShellHistorySupportTest`, `AiPanelPromptHistoryTest`, updated `TuiSettingsTest` Made with [Cursor](https://cursor.com) -- 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]
