Hacker News new | ask | show | jobs
by girvo 221 days ago
The only editor integration I think is semi useful is wiring it into Diagnostics/Problems data that the editor has from extensions. Speeds up the agents flow quite a bit when it leans on that to check its work vs always executing (say) “eslint” directly.

But that can be done easily enough with an MCP extension for your editor/IDE of choice

1 comments

Claude hooks are great for this.