Skip to content

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 31 Mar 23:02
· 42 commits to main since this release
e0868b6

Patch Changes

  • d328230: Add runtime experimental mode override system

    • Add --experimental flag support for single command invocations without persisting to config
    • Root-level usage with --experimental persists the preference to config
    • Subcommands use runtime override only for the active invocation
    • Add comprehensive tests for runtime override behavior
  • 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 --verbose handling through command error wrappers and cover the behavior with tests