datasette-agent 0.1a4

Simon Willison's Blog Tools

Summary

datasette-agent 0.1a4 adds a 'Start a new agent chat' interface integrated into Datasette's Jump to menu, leveraging the new makeJumpSections() JavaScript plugin hook.

No content available
Original Article
View Cached Full Text

Cached at: 05/25/26, 02:36 AM

# Release: datasette-agent 0.1a4 Source: [https://simonwillison.net/2026/May/24/datasette-agent/](https://simonwillison.net/2026/May/24/datasette-agent/) Taking advantage of the new[makeJumpSections\(\)](https://docs.datasette.io/en/latest/javascript_plugins.html#javascript-plugins-makejumpsections)JavaScript plugin hook added in[Datasette 1\.0a30](https://docs.datasette.io/en/latest/changelog.html#a30-2026-05-24),`datasette\-agent`now presents this "Start a new agent chat" interface as part of the Jump to menu, any time you hit`/`: ![Animated demo - this time the demo starts on agent.datasette.io and when the menu opens it has a new Start chat box below the search box - entering 'count entries' and hitting the button causes it to start an agent conversation that counts the number of entries and returns 3300.](https://static.simonwillison.net/static/2026/menu-agent.gif) You can try this out by signing into[agent\.datasette\.io](https://agent.datasette.io/)using your GitHub account\.

Similar Articles

datasette-agent 0.1a2

Simon Willison's Blog

datasette-agent 0.1a2, a new alpha release of the datasette-agent tool, is now available.

datasette-agent 0.4a0

Simon Willison's Blog

Datasette Agent 0.4a0 adds a new browser_task() mechanism, letting plugin tools run JavaScript directly in the user's browser. This enables new debugging capabilities for Datasette Apps.

datasette-agent-edit 0.1a0

Simon Willison's Blog

Simon Willison releases datasette-agent-edit 0.1a0, a base plugin for Datasette Agent that implements agentic text editing tools (view, str_replace, insert) reusable by other plugins.

datasette-agent 0.2a0

Simon Willison's Blog

datasette-agent 0.2a0 adds the ability for tools to ask user questions mid-execution and a new save_query tool that requires human approval.

datasette-agent 0.1a3

Simon Willison's Blog

Datasette-Agent 0.1a3 is released with UI improvements including 'View SQL query' buttons, better handling of empty reasoning chunks, and improved truncated response display.