Albert Örwall

Results 29 comments of Albert Örwall

Thanks! The code is parsed to "CodeBlocks" using Treesitter, so the logic and prompts are agnostic to the programming language being used. What's needed is to add a new parser...

`repo_dir` must be an absolute file path to a directory. Like `/home/osboxes/Desktop/repo` for example.

The solution is a bit over and underengineered at the same time :sweat_smile: The idea was to group small chunks (classes and methods) into the same vector. The different token...

I actually started adding support for JavaScript and TypeScript in an earlier version of Moatless Tools. It's not done yet, but I pushed the changes I made to the branch...

Yes, would make a lot of sense. Right now all files are also parsed/split every time even if they're not changed since the last commit also. So both these changes...

Thanks! Sounds like a good idea. I enabled it 🚀 https://github.com/aorwall/moatless-tools/discussions

I’m thinking about figuring out a way to let others share trajectories and info about experiments done with moatless tools on [experiments.moatless.ai](https://experiments.moatless.ai). It could maybe work as a nice complement...

Forgot to reply to your discussion post, sorry for that. But good job getting it to work with the non-existent documentation 😅 Model config will read from the file `models.json`...

Looks like #166 fixed the Django isses :+1: