datasette-agent 0.2a0 lets tools ask users questions during execution through ToolContext. Unanswered questions suspend the agent turn, render as chat UI forms, and persist across server restarts. A new save_query tool can store agent-written SQL as a Datasette saved query, but only after explicit human approval.
The open-source project Nordstjernen has officially released version 1.0.0 on GitHub. Housed under the 'nordstjernen-web' organization, this milestone release signifies a transition to a stable API and production readiness. Due to minimal release notes in the source, developers are encouraged to inspect the repository for tech stack and AI integration details.
Simon Willison released Datasette 1.0a31, a significant alpha release with two headline features: write SQL execution and stored queries. Users with the right permissions can now run database-changing queries and save queries privately or for other members of a Datasette instance. The new interface can generate templated insert, update, and delete queries for editable tables while blocking unauthorized actions such as creating tables without permission.