Skip to content

v0.2.0

Latest

Choose a tag to compare

@kmlx kmlx released this 10 Sep 12:06

feat: add pagination support for large card execution results

  • Add _estimate_tokens helper function for rough token counting
  • Enhance execute_card to detect large results and suggest pagination
  • Add execute_card_paginated tool with server-side and client-side pagination fallback
  • Implement token-based result trimming to stay within context limits
  • Support configurable page sizes and token limits