bugthesystem Releases AI IDE Plugin for Prompt Correction
TL;DR. bugthesystem released "Did You Get It?", an AI IDE plugin that corrects typos and errors in user prompts before they reach large language models. - The plugin runs locally and silently corrects common keyboard slips and spelling mistakes using a dictionary before model submission. - It integrates with Claude Code, Cursor, and OpenCode, operating offline with no AI components for core correction logic. - This tool aims to improve AI interaction efficiency by reducing token costs and model misinterpretations from messy input.
- "Did You Get It?" is a new AI IDE plugin that cleans prompts locally.
- It uses a lookup table and edit-distance algorithms for correction, not an AI model.
- The plugin supports Claude Code, Cursor, and OpenCode integrations.
- Corrections happen offline, preserving privacy and eliminating token costs for prompt fixing.
Sources
- AI IDE Plugin: Did you get it? — github.com