This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from fd120518ecbd CAMEL-24427: camel-servlet, camel-jetty - enforce
fileNameExtWhitelist on the submitted file name (#26189)
new 81c86d4cbff9 Camel TUI: Support pasting text into the AI panel (F8)
and the shell panel (F6)
new d202eff67b17 Camel TUI: Recommend qwen3.6:35b-a3b as the local Ollama
model for the AI panel
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/ROOT/pages/camel-jbang-ai.adoc | 15 ++++---
.../modules/ROOT/pages/camel-jbang-tui.adoc | 24 ++++++++---
.../camel/dsl/jbang/core/commands/LlmClient.java | 2 +-
.../camel/dsl/jbang/core/commands/tui/AiPanel.java | 37 ++++++++++++++---
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 9 +++++
.../jbang/core/commands/tui/DocViewerPopup.java | 19 ++++++---
.../dsl/jbang/core/commands/tui/DoctorPopup.java | 2 +-
.../dsl/jbang/core/commands/tui/ShellPanel.java | 24 +++++++++++
.../dsl/jbang/core/commands/tui/AiPanelTest.java | 47 ++++++++++++++++++++++
.../jbang/core/commands/tui/ShellPanelTest.java | 15 +++++++
10 files changed, 170 insertions(+), 24 deletions(-)