microsoft / vscode-commander

MIT License
8 stars 3 forks source link

commander does not directly execute to change theme #70

Open anthonykim1 opened 1 month ago

anthonykim1 commented 1 month ago

Testing #51

I thought commander would execute command on behalf of me and could actually change the theme color if I have provided the exact name of some theme. It seems to fail to directly execute the command but rather just provide me with options. Image

and then I would get

I attempted to change the theme to "Monokai". The command to select the theme was executed, but there was an issue updating the settings directly. You can manually select the "Monokai" theme by using the keybinding `Cmd+K Cmd+T

Commander agent does successfully open and focuses the "correct file" if I were to say something like:

@commander show me my files
sandy081 commented 1 month ago

Hmm, it changes the theme for me

Image

benibenj commented 1 month ago

It also works for me, but I believe if there is a long history, it is possible that the llm has a harder time.

anthonykim1 commented 1 month ago

I deleted all my history and still no luck :/ Image Image

commander version: v0.1.2024102416 latest insiders: Image

sandy081 commented 1 month ago

Interesting it says, it encountered an error. I have this response some times, that could be the reason it is using the command. Is there anything you see in the commander logs?