v0.1.1 — read price sync (upgrade required)
Upgrade required
The AgentScout service raises read from $0.002 to $0.003. @agentscout/client@0.1.0 pins its authorized spend ceiling for a read at $0.002 and refuses any 402 quoting above it, so every read() on 0.1.0 throws SpendCapError once the new price is live. 0.1.1 tracks the new price and works against the service both before and after the change.
extract ($0.012) and crawl ($0.002/page) are unchanged.
Also
- Prepaid AgentScout credits are 20% off the per-op price — each service sets its own prepay discount, and AgentScout's is deliberately shallower than AgentKV's 90%-off because every Scout call pays a real upstream fetch (and an LLM pass on
extract). Scout credit costs: read 24, extract 96, crawl 16/page. - Plugin skill reference and SDK usage fixtures requote $0.003.
Full changelog: see CHANGELOG.md