PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
52 stars 13 forks source link

Naming Refactor (5): Use '~\.aish' as the config home on Windows and add optimization profiling #177

Closed daxian-dbw closed 3 months ago

daxian-dbw commented 3 months ago

PR Summary

Fix #118 Fix #138

This PR changes to use ~\.aish as the config home folder on Windows too, so it's consistent cross-platform. I also added optimization profiling at the startup, to load assemblies in parallel if possible (when CPU has multiple cores).