Skip to content

v0.1.3

Choose a tag to compare

@robinbraemer robinbraemer released this 24 Feb 11:39
· 12 commits to main since this release

What's changed

  • Strip error responses from spec — Only 2xx/default responses are kept in the processed spec. Error schemas (401, 404, 500) are identical boilerplate on every endpoint and were wasting context tokens.
    • Full CNAP spec: ~58K → ~26K tokens (56% reduction)
    • Single endpoint query: ~990 → ~358 tokens (64% reduction)