Datasette Agent 0.1a3 Release Adds SQL Query Buttons and Truncated Response Handling
Patch datasette-agent to 0.1a3 and test the new View SQL query buttons and truncated‑response handling in your Datasette instances.
Patch datasette-agent to 0.1a3 and run integration tests to confirm SQL query buttons and truncated response handling work.
Summary
Datasette Agent 0.1a3 is the latest minor release of the extensible AI assistant for Datasette. The update introduces a “View SQL query” button that appears on both visible tables and collapsed SQL result tool calls, giving users instant access to the underlying query. It also removes empty reasoning chunks from the UI, cleaning up the conversation history. Additionally, the release improves handling of truncated responses so that the table view remains visible even when the SQL results are cut off.
These changes enhance usability for developers who rely on the agent to query SQLite databases. The new button streamlines debugging by letting users inspect generated SQL without leaving the interface. The truncated‑response fix prevents loss of context during long conversations. Overall, 0.1a3 tightens the agent’s interaction flow and makes it more reliable for production use.
Key changes
- Adds View SQL query button for tables and collapsed SQL result tool calls
- Removes empty reasoning chunks from the UI
- Improves handling of truncated responses so table view stays visible
- Minor bug fixes and UI polish