Show HN: xhr.dev – Bot Detection Avoidance via Forward Proxy
xhr.dev15 pointsby skilbjo3 comments
const job = await client.startScrapeJob({ url: "https://example.com" });
console.log(job);
const job = await client.getScrapeJob(job.jobId);
console.log(job);
})();
``` let job = await client.startScrapeJob({ url: "https://example.com" }); // s/const/let
console.log(job);
job = await client.getScrapeJob(job.jobId); // remove const
console.log(job);
})();
can you tell me more about how it discovers project interdependencies (ie a frontend repo needs a backend repo's api endpoints)?
ie you can't just open `claude`/`gemini`/`codex` in the parent folder and it will discover the project relationships themselves?
have you found an interesting way to make the agent "get better over time", ie maybe with any interesting findings the agent learns, it can write to `~/.modulus/MEMORY.md`