Skip to content

v1.8.1

Choose a tag to compare

@leggetter leggetter released this 24 Feb 17:42
· 52 commits to main since this release
e22ecda

Bug Fixes

  • Fix pagination cursor display in all list commands - cursors (next/prev) are now properly displayed in both JSON and human-readable output (#218)
    • JSON output now includes pagination metadata: {"models": [...], "pagination": {"next": "...", "prev": "..."}}
    • Human-readable output displays pagination info with helpful examples
    • Fixes issue #216

Internal Improvements

  • Increase acceptance test timeout from 10m to 20m to accommodate full test suite
  • Add .claude/worktrees/ to .gitignore

Full Changelog: v1.8.0...v1.8.1