TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built an Open-Source Cursor Agent, with Cursor

2 pointsby zh24082 months ago

1 comment

zh24082 months ago
I just released a simple, open-source version of Cursor Coding Agents. You give it a user request and a code base, and it’ll explore directories, search files, read them, edit them, or even delete them—all on its own!<p>I built this using the leaked Cursor system prompt (plus my own guesses about how Cursor works). It’s missing a few features like code indexing, but it still runs smoothly on the latest Sonnet 3.7 thinking model. Everything is minimal and fully open sourced, so you can customize it and add your own knowledge. If you’re curious about how I built it, I made a full step-by-step video tutorial. Enjoy!