Honestly, can't say I miss my Cursor subscription at all, and I'm surprised they're still a going concern. Why would I want to use a proprietary VSCode fork with an identity crisis when I can use literally any editor with any agent and have about the same experience?
I use Claude Code (both Desktop and CLI) all day every day (as well as OpenCode with DeepSeek V4 among others). For non-mission-critical stuff (small internal tools, anything that doesn't touch the client and doesn't handle critical data or infra), I'm on Auto (sandboxed in the working directory). For everything else I approve every change, meaning I review every code change the model proposes. Plan mode is great to write the architecture as well, as it doesn't touch any file, doesn't write anything, and lets me iterate until the arch is perfect and the proposed high-level code (modules etc) is solid. I haven't used an editor in over 4 years, apart from writing specs.
How do you review the code? I can use git to see changes, but it's super annoying to tell the agent file line plus comment for each change, so I catch less stuff early which seems to compound.
We have a subscription at work. They have a CLI agent that works pretty well. Lately I mostly use it with grok, which is actually quite a capable model.