Release And Configuration Centralization
Sources: 1 • Confidence: Medium • Updated: 2026-04-13 03:32
Key takeaways
- datasette-extract version 0.3a0 has been released.
- Available models for datasette-extract extraction tasks can be controlled using the "extract" purpose in LLM model configuration.
- datasette-extract now uses datasette-llm to manage model configuration for extraction tasks.
Sections
Release And Configuration Centralization
- datasette-extract version 0.3a0 has been released.
- datasette-extract now uses datasette-llm to manage model configuration for extraction tasks.
Purpose Based Model Access Control For Extraction
- Available models for datasette-extract extraction tasks can be controlled using the "extract" purpose in LLM model configuration.
Unknowns
- What specific changes (features, breaking changes, migrations) are included in datasette-extract 0.3a0 compared to prior versions?
- What was the prior mechanism for configuring models in datasette-extract, and is it deprecated or still supported in 0.3a0?
- How exactly is the "extract" purpose expressed in configuration (schema, defaults, examples), and what are the default allowed models if it is not set?
- Where and how is model gating enforced (UI, CLI, API), and what happens when a disallowed model is requested (error vs. fallback)?
- Are there any new constraints introduced by the datasette-llm dependency (version pinning, plugin compatibility, configuration precedence)?