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.
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.