PowerShell / ProjectMercury

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

/agent config failing for Mac #166

Closed StevenBucher98 closed 3 months ago

StevenBucher98 commented 3 months ago

Prerequisites

Steps to reproduce

When I use /agent config command it should open up in the users default text editor.

Expected behavior

/agent config 
<opens in users default text editor>

Actual behavior

Gets hung trying to use Nano

Error details

n/a

Environment data

Name                           Value
----                           -----
PSVersion                      7.4.2
PSEdition                      Core
GitCommitId                    7.4.2
OS                             Darwin 23.5.0 Darwin Kernel Version 23.5.0: Wed…
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

0.11 beta

Visuals

No response

daxian-dbw commented 3 months ago

This has been fixed by #168. It's now opening the config file using the default editor on macOS.