datasette-agent-edit 0.1a0
English summary
Simon Willison releases datasette-agent-edit 0.1a0, a base plugin for Datasette Agent that implements core tools for agentic text editing. Inspired by the Claude text editor design, it provides view, str_replace, and insert tools. The plugin aims to be a reusable foundation for other plugins that need to edit text collaboratively.
Chinese summary
Simon Willison发布了datasette-agent-edit 0.1a0,这是一个用于Datasette Agent的基础插件,实现了代理文本编辑的核心工具。受Claude文本编辑器设计启发,它提供了查看、字符串替换和插入工具。该插件旨在为其他需要协作编辑文本的插件提供可复用的基础。
Key points
Release of datasette-agent-edit 0.1a0, a base plugin for Datasette Agent.
发布了datasette-agent-edit 0.1a0,这是一个用于Datasette Agent的基础插件。
Implements three tools similar to Claude text editor: view, str_replace, insert.
实现了类似Claude文本编辑器的三个工具:查看、字符串替换和插入。
Designed as a reusable foundation to avoid recreating tool patterns for each Datasette Agent plugin.
设计为可复用的基础,避免为每个Datasette Agent插件重复创建工具模式。
Supports collaborative editing of Markdown, SQL queries, and SVG files.
支持Markdown、SQL查询和SVG文件的协作编辑。