v0.0.14
Patch Changes
-
d328230: Add runtime experimental mode override system
- Add
--experimentalflag support for single command invocations without persisting to config - Root-level usage with
--experimentalpersists the preference to config - Subcommands use runtime override only for the active invocation
- Add comprehensive tests for runtime override behavior
- Add
-
23fda20: Fix source registration and search formatting issues
- Improve SDK source registration and status checking
- Fix output formatting for search results display
- Add comprehensive tests for source and search commands
-
62f10f8: Improve CLI error verbosity for debugging
- Preserve structured HTTP error details so verbose mode can print response bodies and causes
- Surface underlying backend messages more clearly in shared CLI error output
- Wire inherited
--verbosehandling through command error wrappers and cover the behavior with tests