plugins/_text_editor/README.md
Provide an LLM-friendly file editing tool for reading, writing, and patching text files.
This plugin exposes a native text editing tool that agents can use to inspect files, write complete contents, and apply validated patch operations while tracking file freshness between reads and edits.
tools/text_editor.py implements method dispatch, stale-file checks, patching flow, and prompt responses.helpers/file_ops.py provides file info, read/write helpers, edit validation, and patch application.default_config.yaml defines read limits and token budgets.prompts/ contains the agent-facing success and error messages.agenttruetrue_text_editorText Editor