Glenn 'devalias' Grant
Glenn 'devalias' Grant
> At Blar we are trying to create a traversable graph for agents to use similar to what you suggested. I will be trying to integrate our solution in the...
> Due to the complexity of implementing and benchmarking this idea (to verify it actually works) this will not be a priority in the near-term @ofirpress Totally valid/understandable :) >...
> Yesterday I played around with integrating a graph-based search into the agent (using Blar). The agent managed to use the tool in a good way easily jumping between code...
> This seems to be aligned to how some other agents have chosen to go, eg. > > * [aider.chat/2023/10/22/repomap.html](https://aider.chat/2023/10/22/repomap.html) > > * > Building a better repository map with...
Using https://astexplorer.net/ with `@babel/parser` With this sample ([Ref](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties#syntax)): ```js class ClassWithPrivate { #privateField; #privateFieldWithInitializer = 42; #privateMethod() { // … } static #privateStaticField; static #privateStaticFieldWithInitializer = 42; static #privateStaticMethod() {...
> A bit relevant but going directly back to replacing identifiers would lead to the same problems as before. @j4k0xb Yeah, I definitely wasn't suggestion a naive switch from `BindingIdentifier`...
Copying the following here as the more relevant place for it: --- > The current implementation doesn't rename class or static fields so I thought leveraging the TypeScript API could...
Older context from the linked PR for easier reference: > Thanks for the PR > > This breaks compatibility with node 18.x and 20.x unfortunately (majority of users), I can...
I was surprised to find that profile scoped MCP servers wasn't already a thing. I feel like not having this currently is a bit of a security / privacy risk...
Another example from the same site, unsure if using the same method: [WiNOMy0.js.txt](https://github.com/j4k0xb/webcrack/files/15329284/WiNOMy0.js.txt)