Skip to content

fix(scan): allow 20-item async batches#204

Merged
cdot65 merged 1 commit into
mainfrom
agent/fix-async-batch-limit-20
Jul 17, 2026
Merged

fix(scan): allow 20-item async batches#204
cdot65 merged 1 commit into
mainfrom
agent/fix-async-batch-limit-20

Conversation

@cdot65

@cdot65 cdot65 commented Jul 17, 2026

Copy link
Copy Markdown
Owner

What changed

  • raise asyncScan() from 5 to 20 request objects per call
  • keep scan-result and report-result query limits at 5 IDs
  • add a public regression proving all 20 objects reach one fetch and 21 fails before fetch
  • correct guides, architecture docs, examples index, release notes, and changeset
  • bump the package and SDK version to 0.13.2

Why

The current AIRS API accepts 20 prompts in one async submission, but SDK v0.13.1 incorrectly rejected valid 6–20 item batches locally.

Validation

  • 1,373 tests
  • format, lint, typecheck, build
  • docs coverage and Docusaurus production build
  • schema preflight with zero unacknowledged drift
  • npm package dry-run for @cdot65/prisma-airs-sdk@0.13.2

@cdot65
cdot65 merged commit 20f0ca3 into main Jul 17, 2026
4 checks passed
@cdot65
cdot65 deleted the agent/fix-async-batch-limit-20 branch July 17, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant