AC: - :web on/off updates tool exposure immediately and persists the toggle. - owlen providers web --enable/--disable reflects the same setting and reports current status. - Help/docs cover the new toggle paths and troubleshooting guidance. Tests: - cargo test -p owlen-cli - cargo test -p owlen-core toggling_web_search_updates_config_and_registry
Owlen CLI
This crate is the command-line entry point for the Owlen application.
It is responsible for:
- Parsing command-line arguments.
- Loading the configuration.
- Initializing the providers.
- Starting the
owlen-tuiapplication.
There are two binaries:
owlen: The main chat application.owlen-code: A specialized version for code-related tasks.