C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
http://colton.place/talon-ai-tools/
MIT License
46 stars 17 forks source link

Merge branch 'main' of https://github.com/C-Loftus/talon-ai-tools #8

Closed Mark-Phillipson closed 7 months ago

C-Loftus commented 7 months ago

Since we already have this command could you change your commit from

pilot previous: user.vscode("editor.action.inlineSuggest.showPrevious")
pilot last: user.vscode("editor.action.inlineSuggest.showPrevious")

to be

pilot (previous | last) : user.vscode("editor.action.inlineSuggest.showPrevious")

So we have less duplication. Thanks! I think the phrasing is fine though and certainly makes sense based on the action name

( I am assuming the fact that you saw this command was defined already but just want to change an additional phrasing)

Mark-Phillipson commented 7 months ago

Surprisingly I did not notice the command was already there.

Changed as You Suggested...

C-Loftus commented 7 months ago

Sounds good, merged.