davsclaus opened a new pull request, #23657: URL: https://github.com/apache/camel/pull/23657
## Summary - Auto-install bundled plugins on first use: when a user runs e.g. `camel tui` without having the plugin installed, it is automatically enabled and the user is told to re-run - Show available-but-not-installed plugins in `camel --help` output with install instructions - Fix plugin loading when `--help` flag is passed so all installed plugin commands appear in help _Claude Code on behalf of Claus Ibsen_ ## Test plan - [ ] Run `camel --help` — verify installed plugin commands (tui, etc.) appear in the command list - [ ] Run `camel --help` — verify "Plugins (not installed)" section appears at the bottom listing uninstalled plugins - [ ] Remove a bundled plugin (e.g. `camel plugin delete tui`), then run `camel tui` — verify it prints "Installed plugin: tui" and asks to re-run - [ ] Re-run `camel tui` — verify it works normally 🤖 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]
