|
|
|
|
|
by awongh
306 days ago
|
|
The details on what the architecture of this aren't clear, but I can see that the big feature is deeper integration into the browser. To me this is an obvious direction for all coding agents to go in. Right now the cursor chrome browser MCP server doesn't work very well, but it's very obvious to me that this is the direction things need to go in. I'm not sure why focusing on a framework would fundamentally make this any better than the generic approach to getting good context directly from the browser. |
|
1. We annotate and understand your template language. So when you select an element, we not only know its tag and attributes, but we also know which template file rendered it. The more structured the template language is (JSX, HEEx, etc), the better job we can do, which means LLMs don't have to guess.
2. We also run code within the web framework. This means database access, built-in documentation using the exact versions in your project, access to language and framework reflection/introspection APIs, etc. So the agents have more, err, agency.
I hope this clarifies it a bit!