Live data from Hacker News

Cursor 1.7

cursor.com

91–100 of 169 posts

Re: Cursor 1.7

#91
post #2

I could be wrong about this, but it feels like Cursor is less and less compelling with better models and better CLI tools popping up. Are the plan limits generous enough that it's worth a spin? Again, I haven't used Cursor in a while, I'm mostly posting this hoping for Cunningham's Law to take effect :)

Cursor is your best option if you want to switch models frequently, run multiple agents in parallel, and also have the best tab complete out there. And you're still getting extra vc-funded tokens. You get ~$40 worth of tokens at API costs for the $20 plan. idk seems worth it to me. If youre shelling out on one of the $200 plans maybe its not as worth it, but it just seems like the best all in one ai product out there…

Except for the autocomplete, it's not the best option even for the user you're describing.

Re: Cursor 1.7

#93
post #83

OK I'd love to know more about how they implemented this: https://cursor.com/changelog/1-7#sandboxed-terminals "Commands now execute in a secure, sandboxed environment. If you’re on allowlist mode, non-allowlisted commands will automatically run in a sandbox with read/write access to your workspace and no internet access."

... I had Claude Code dig into it and looks like it's calling sandbox-exec.

Re: Cursor 1.7

#94
post #38

I got into Cursor a little late, went really heavy on it, and see myself using it less and less as I go back to VSCode. 1) The most useful thing about Cursor was always state management of agent edits: Being able roll back to previous states after some edits with the click of a button, or reapply changes, and preview edits, etc. But weirdly, it seems like they never recognized this differentiator, and indeed it remai…

I totally agree on point 1. Being able to make piece wise, limited updates with AI was a sweet spot, but they keep pushing towards “ai changes hundreds of lines across dozens of files” type edits. I bought into cursor heavily from the off, and I’ve seen it create auth bypasses, duplicate component libraries and break ORM models. I know what I want to do, I just want it to happen faster and in a way I can control and…

I do find the agents useful sometimes, but Cursor is most useful when it gives me visibility and granular control over what the agents are doing. Trying to follow a verbose narrative through a narrow chat pane is not it.

Re: Cursor 1.7

#95
post #55
post #38

I got into Cursor a little late, went really heavy on it, and see myself using it less and less as I go back to VSCode. 1) The most useful thing about Cursor was always state management of agent edits: Being able roll back to previous states after some edits with the click of a button, or reapply changes, and preview edits, etc. But weirdly, it seems like they never recognized this differentiator, and indeed it remai…

(I work at Cursor) 1. Checkpoints/rollbacks are still a focus for us, albeit it's less used for those working with git. Could you share the bug you saw? 2. Autocomplete for prompts was something we were skeptical of as well, but found it really useful internally to save time completing filenames of open code files, or tabbing to automatically include a recently opened file into the context. Goal here is to save you k…

Since we have cursor people joining, let me bring up my constant problems around applying code changes. For background, I mostly work with "chat":

1. The apply button does not appear. This used to be mostly a problem with Gemini 2.5 Pro and GPT-5 but now sometimes happens with all models. Very annoying because I have to apply manually

2. Cursor doesn't recognize which file to apply changes to and just uses the currently open file. Also very annoying and impossible to change the file to which I want to apply changes after they were applied to one file.

Re: Cursor 1.7

#96
post #87

Cursor will soon be irrelevant. The one thing that it excels at is autocomplete, and that's ironically the one feature they bought out and integrated (Supermaven) instead of developing themselves, which sums it up quite well. It's still making good money based on having been first to market , but it's market share has been in freefall for ages, only accelerating. The agentic side is nothing special and it's expensive…

Do not underestimate enterprise customers who buy Cursor for all their employees. Cursor will become legacy tech soon, yes. But it will be slow death, not a crash.

Re: Cursor 1.7

#97
post #93
post #83

OK I'd love to know more about how they implemented this: https://cursor.com/changelog/1-7#sandboxed-terminals "Commands now execute in a secure, sandboxed environment. If you’re on allowlist mode, non-allowlisted commands will automatically run in a sandbox with read/write access to your workspace and no internet access."

... I had Claude Code dig into it and looks like it's calling sandbox-exec.

Indeed, it's using `sandbox-exec`. I'll add this to the docs.

Re: Cursor 1.7

#98
post #38

I got into Cursor a little late, went really heavy on it, and see myself using it less and less as I go back to VSCode. 1) The most useful thing about Cursor was always state management of agent edits: Being able roll back to previous states after some edits with the click of a button, or reapply changes, and preview edits, etc. But weirdly, it seems like they never recognized this differentiator, and indeed it remai…

Cursor seems to give me access to a lot of models for a single fee. I would love to just pay for Claude and maybe ChatGPT or Grok, but it seems like that's more expensive than Cursor.

Re: Cursor 1.7

#99
post #87

Cursor will soon be irrelevant. The one thing that it excels at is autocomplete, and that's ironically the one feature they bought out and integrated (Supermaven) instead of developing themselves, which sums it up quite well. It's still making good money based on having been first to market , but it's market share has been in freefall for ages, only accelerating. The agentic side is nothing special and it's expensive…

> and that's ironically the one feature they bought out and integrated (Supermaven) instead of developing themselves

What? Cursor bought Supermaven last November and I have been using their much superior (compared to GH Copilot) completion since maybe early last year so it does not add up.

Re: Cursor 1.7

#100

Anyone have good recommendations for plugins integrating things like LM Studio or Ollama into Visual Studio or Jetbrains IDEs? I'd like to do more local AI processing on code bases instead of always relying on outside providers, but a lot of these things like Copilot and Cursor seem so well integrated into the IDE.

Copilot in VSCode supports local models through Ollama as well. Not sure about Copilot in Visual Studio. That's one of the most annoying things is VS is always behind VSCode in terms of Copilot features.
Post reply on HN