pi-spell-check

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

pi-spell-check

Spell-check extension for pi coding agent.

Press Ctrl+Shift+S to fix spelling and grammar in the editor. Uses the current model via a tool call for reliable structured extraction.

Install

pi install npm:pi-spell-check

How it works

  1. Reads the current editor text
  2. Sends it as JSON ({ "text": "..." }) to the active model with a spell-correction tool
  3. Extracts the corrected text from the tool call response
  4. Replaces the editor content

Works with any editor, including custom editors like vim mode extensions.

License

MIT