Release And Versioning
Sources: 1 • Confidence: Medium • Updated: 2026-04-13 03:32
Key takeaways
- datasette-enrichments-llm version 0.2a1 has been released.
- When an enrichment is triggered, the triggering actor is passed through to the LLM call as the actor argument to llm.mode(...).
Sections
Release And Versioning
- datasette-enrichments-llm version 0.2a1 has been released.
Actor Context Propagation Into Llm Calls
- When an enrichment is triggered, the triggering actor is passed through to the LLM call as the actor argument to llm.mode(...).
Unknowns
- What other behavioral changes, fixes, or breaking changes (if any) are included in datasette-enrichments-llm 0.2a1 besides actor propagation?
- How is the actor value defined/serialized, and under what conditions might it be null, anonymized, or unavailable during enrichment triggers?
- Does passing actor into llm.mode change authorization boundaries (for example, enabling per-actor access control) or is it informational only?
- Is there any direct decision read-through (operator, product, or investor) tied to these changes, such as recommended upgrade timing, migration steps, or compatibility guarantees?