This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch tui-mcp-CAMEL-23606
in repository https://gitbox.apache.org/repos/asf/camel.git
from 26e1f1270313 CAMEL-23606: camel-tui - auto-select launched integration
and clear stale selection
add d7c7a3715f12 CAMEL-23606: camel-tui - fix footer overlap and space
keystroke label
add 269348245b80 CAMEL-23606: camel-tui - Ctrl+K toggles keystroke
overlay, expose in MCP state
add 59d95c7f7996 CAMEL-23606: camel-tui - VHS tape recording for humans
and AI agents
add b5487fdbc75b CAMEL-23606: camel-tui - tape recording guide and MCP
save option
add b004755b0dc4 CAMEL-23606: camel-tui - improve MCP tape recording and
caption display
No new revisions were added by this update.
Summary of changes:
.../camel-jbang-plugin-tui/docs/video/readme.md | 97 +++++++++-
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 74 +++++++-
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 95 ++++++++--
.../jbang/core/commands/tui/CaptionOverlay.java | 10 +-
.../dsl/jbang/core/commands/tui/TapeRecorder.java | 205 +++++++++++++++++++++
.../dsl/jbang/core/commands/tui/TuiMcpServer.java | 141 +++++++++++++-
6 files changed, 585 insertions(+), 37 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/TapeRecorder.java