coredevorg
coredevorg
Any change to get this fixed in the near future? Seamless integration of my existing draw.io sketches was a big point to move to Obsidian recently...
Yes, you are right @Finndersen, it's the directory where the repomap cache _.aider.tags.cache.v3_ is located and has nothing to do with the repository itself. The option is related to an...
Changed the argument name according to a suggestions from @Finndersen to less ambiguous --map-cache-dir
Sorry for the confusion, @Finndersen. Unfortunately it's not just the name of the argument in args.py and main.py but the variable is used via **kwargs in the other modules. My...
Fixed merge conflicts to be compatible with v0.81.1 and updated sources with a clean commit.
Hi @paul-gauthier , any chance to get these minor (but important for some environments) enhancements merged? Let me know, if I can help in any way...
fix: moved the --map-root argument into the correct group "Repomap settings"
I'm using a a directory structure like ``` Develop/ ├── aider-map-cache │ └── project │ └── .aider.tags.cache.v4 │ └── cache.db └── cifs-mount └── project ├── .aider.chat.history.md ├── .aider.conf.yml ├── .aider.input.history...
Hi @will-rest , following the suggestion of @Finndersen I changed the argument name to `--map-cache-dir` and updated the PR with a clean commit. Maybe this will accelerate approval and merge.
Just updated my local 0.84 build with the patch without any problems. @Finndersen / @paul-gauthier : Any chance to get the extension integrated into the aider core? Anything I can...