| GPT pro tier has limits. Every time you ask it to edit a file it rewrites the whole thing — burning tokens just to change 3 lines. I built claudepatch to fix this. You give GPT a prompt that makes it output only the changed part, then a script applies it to your file precisely. No second AI, no guessing, just exact string matching. Supports replace, add, and delete. Works on any text file — .py, .tsx, .html, .css, anything. Mainly tested on Claude but works for ChatGPT as well. [link] [comments] |