Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 22:35
b330fa9

Highlights

This release focuses on improving the internal structure and reliability of the CLI, particularly the fetch command. The implementation was simplified to make the code easier to maintain while fixing a plugin loading issue.

Fixed

  • Fixed incorrect plugin ID usage when loading plugins, which could prevent plugins from being resolved correctly.

Refactored

  • Simplified fetch command output handling.
  • Extracted helper methods for:
    • Creating output streams
    • Resolving output formats
  • Replaced nested conditional logic with a switch pattern for clearer stream/batch handling.
  • Improved overall readability and maintainability of the fetch workflow.

Changed

  • CLI command constructors were reformatted to remove redundant line breaks and align with the project’s code style.