Hacker News new | ask | show | jobs
by shubhamkv1997 595 days ago
This tool sounds promising—it could really simplify designing features. I’m also curious about the debugging agent, I haven’t seen it work that well in Copilot, so I’m interested to see how this one compares!
1 comments

Absolutely, debugging is one of the things that can benefit very well from the knowledge graph. Our debugging agent has the ability to look up a function's "neighbours" i.e. functions that call it and function that it calls. This way it will be able to do more comprehensive debugging much better