diff --git a/PleasePwsh/PleasePwsh.psd1 b/PleasePwsh/PleasePwsh.psd1 index 7fca089..2ae62af 100644 --- a/PleasePwsh/PleasePwsh.psd1 +++ b/PleasePwsh/PleasePwsh.psd1 @@ -8,7 +8,7 @@ Description = 'Translates a prompt into a PowerShell command using OpenAI GPT.' PrivateData = @{ PSData = @{ - Tags = @('PowerShell', 'GPT', 'OpenAI') + Tags = @('PowerShell', 'GPT', 'OpenAI', 'ai', 'translate', 'bash', 'windows') ProjectUri = 'https://github.com/TNG/please-pwsh' } }