Migrate `~/.continue/config.py` to XDG_CONFIG_HOME or `~/.config/continue/config.py`
Validations
- I believe this is a way to improve. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that requests the same enhancement
Problem
I see the default of ~/.continue/config.py is used to store the configuration settings, but a lot of tools have started moving their configs to follow the XDG Base configuration: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
From that spec, config files usually go in ~/.config/<app>/<whatever> as a convention, which keeps a user's $HOME directory clean.
Solution
No response