21 ms·
In the chat, you can[0]: - View the current repository map using `/map` - Force a refresh of the repository map using `/map-refresh` If you want to save the
by LiveTheDream 2y ago
In the chat, you can[0]:
- View the current repository map using `/map`
- Force a refresh of the repository map using `/map-refresh`
If you want to save the repository map to a file for inspection, you can use [1]
aider --show-repo-map
[0] https://aider.chat/docs/usage/commands.html https://aider.chat/docs/usage/commands.html
[1] https://aider.chat/docs/config/options.html#--show-repo-map https://aider.chat/docs/config/options.html#--show-repo-map
- ukuina 2y agoThanks, I have tried this, but it simply shows no elements in the repo map with no accompanying errors. Inspecting the file also shows an empty repo map. I'm wondering if Aider needs additional logging when invoking tree-sitter.
- LiveTheDream 2y agoIs it possible that you the files you expect mapped at not tracked in a git repo? That would explain the empty output.
- LiveTheDream 2y agoI’m on a slightly modified version of 0.52.1 which is getting a bit dated but it works well for me even with not officially supported source, like svelte. In case this thread helps someone else, some errors with —show-repo-map can be solved by setting environment variable PYTHONIOENCODING=utf-8