Release Event And Versioning
Sources: 1 • Confidence: Medium • Updated: 2026-04-02 03:46
Key takeaways
- datasette-extract 0.3a0 has been released.
- datasette-extract now uses datasette-llm to manage model configuration for extraction tasks.
- Model availability for extraction tasks can be controlled using the "extract" purpose and the LLM model configuration.
Sections
Release Event And Versioning
- datasette-extract 0.3a0 has been released.
Centralized Model Configuration Via Datasette Llm
- datasette-extract now uses datasette-llm to manage model configuration for extraction tasks.
Purpose Scoped Model Access Control
- Model availability for extraction tasks can be controlled using the "extract" purpose and the LLM model configuration.
Unknowns
- What specific changes (features, bug fixes, breaking changes) are included in datasette-extract 0.3a0 relative to prior versions?
- What was the previous model-configuration mechanism for datasette-extract, and what is the exact migration path to datasette-llm-managed configuration?
- How is the "extract" purpose defined and enforced in practice (which config keys, which interfaces are gated, what are the default allowed models)?
- What are the failure modes and fallback behaviors when a configured model is unavailable or disallowed for the "extract" purpose?
- Are there any documented constraints or bottlenecks (latency, throughput, token limits, cost controls) tied to extraction tasks under the new configuration approach?