PowerShell / ProjectMercury

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

Need to retrieve the default profile GUID from user's WT configuration file in `Start-Aish` #116

Closed daxian-dbw closed 3 months ago

daxian-dbw commented 4 months ago

Summary of the new feature / enhancement

Need to retrieve the default profile GUID from user's WT configuration file in Start-Aish.

Today, Start-Aish hard codes the profile GUID to use when starting aish in the sidecar. It should not be hard coded, but instead should be retrieved from user's WT configuration file. Look at how AzPS/AzCLI does it as an example.

Proposed technical implementation details (optional)

No response