ammachado opened a new pull request, #24545:
URL: https://github.com/apache/camel/pull/24545

   # Description
   
   Add a Settings dialog to the Camel TUI (F2 actions menu) for choosing the
   theme, the starting tab, and the default run-from-folder, with room for
   future settings. Settings are held in a single `TuiSettings` object
   (load -> mutate -> save) persisted under `camel.tui.*` keys.
   
   Bundles two related changes:
   - Rebrand the Camel CLI user configuration file from 
`camel-jbang-user.properties`
     to `camel-cli.properties`, keeping the existing dot convention (global
     `~/.camel-cli.properties` hidden, local `./camel-cli.properties` visible). 
A
     one-time best-effort migration renames a pre-existing global and local
     legacy file at CLI startup.
   - Make the TUI settings (theme, last folder, `TuiSettings`) local-aware:
     read/write `./camel-cli.properties` when present, else 
`~/.camel-cli.properties`.
   
   The starting tab is applied on launch; the default folder is used only when
   there is no remembered last folder. Docs and the 4.22 upgrade guide are
   updated accordingly.
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (Camel 4 
uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   - [ ] I have run `mvn clean install -DskipTests` locally from root folder 
and I have committed all auto-generated changes.
   
   # AI-assisted contributions
   
   - [x] If this PR includes AI-generated code, commits have proper 
co-authorship attribution (e.g., `Co-authored-by` trailers) and the PR 
description identifies the AI tool used.
   
   _Claude Code on behalf of Adriano Machado (ammachado)_


-- 
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]

Reply via email to