v1.8.1
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
- JSON output now includes pagination metadata:
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