davsclaus opened a new pull request, #23607: URL: https://github.com/apache/camel/pull/23607
## Summary - Add "Run Infra Service..." action to the TUI F2 actions menu (User Actions group, after "Run an example...") - Opens a browser listing all ~71 available test infrastructure services from the catalog - Already-running services shown dimmed with "(running)" and are non-selectable - Type-ahead search: press a letter to jump to first service starting with that letter - After selecting a service, a port dialog allows optional port configuration and implementation selection (for services with multiple implementations) - Launches via `camel infra run <alias> [impl] --background [--port N]` - Word-wrapped descriptions matching the example browser style ## Test plan - [ ] F2 → "Run Infra Service..." opens browser with full service list - [ ] Already-running services shown dimmed with "(running)", not selectable - [ ] Type-ahead: press `k` jumps to kafka, `p` jumps to postgres, etc. - [ ] Select a service → port dialog appears with optional port input - [ ] For services with multiple implementations, left/right arrows cycle implementations - [ ] Leave port empty + Enter → launches with default port - [ ] Type port + Enter → launches with custom port - [ ] Esc from port dialog → back to browser, Esc from browser → back to F2 _Claude Code on behalf of Claus Ibsen_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
