I built a tool to apply code edits without full file rewrites — saves tokens on the free tier
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 ap…