Skip to content

v0.3.0

Choose a tag to compare

@hampsterx hampsterx released this 09 Apr 05:35
3f3d69a

What's new

  • Tool annotations on all tools (readOnlyHint, destructiveHint, idempotentHint, openWorldHint)
  • Structured _meta on every response: durationMs, model, sessionId, totalCostUsd, token breakdown
  • Rich tool descriptions with capability summaries, cost guidance, and prompt tips
  • listSessions tool: list active sessions with cumulative cost, turn counts, and timing
  • Session tracking: in-memory store with TTL (24h) and LRU eviction (100 sessions)
  • Progress heartbeats: MCP notifications/progress every 15s for query, review, and search tools
  • 166 tests (up from 91)

See CHANGELOG.md for details.