Skip to content

v2.0.0

Latest

Choose a tag to compare

@steveclarke steveclarke released this 20 Oct 20:37
· 2 commits to master since this release

[2.0.0] - 2025-10-20

Added

  • Batch operation support: AI agents can now print multiple files, check multiple page counts, or cancel multiple jobs in a single MCP tool call
  • print_file now accepts files array parameter for batch printing (single operations supported via single-element arrays)
  • get_page_meta now accepts files array parameter for batch metadata retrieval
  • cancel_print_job now accepts jobs array parameter for batch cancellations
  • All batch operations support partial success - processing continues on individual failures
  • Detailed batch operation results showing success/failure status for each item
  • Batch size validation with recommended limit of 50 items per operation

Changed

  • BREAKING: print_file API signature changed to accept files array instead of individual file parameters
  • BREAKING: get_page_meta API signature changed to accept files array instead of individual file parameters
  • BREAKING: cancel_print_job API signature changed to accept jobs array instead of individual job parameters
  • Replaced print-code-review prompt with simpler print-changed prompt
  • New print-changed prompt focuses on batch printing changed files (staged, uncommitted, branch)
  • Removed complex code review document generation from prompts (stayed printer-focused)

v1.3.0...v2.0.0