Skip to main content

Microsoft AI Shell: Notes

AI Shell Agent Architecture. Credit: Microsoft

AI Shell

PS C:\Users\tuyen> winget install Microsoft.AIShell
Found AI Shell [Microsoft.AIShell] Version 1.0.0-preview.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/PowerShell/AIShell/releases/download/v1.0.0-preview.3/AIShell-1.0.0-preview.3-win-x64.zip
  ██████████████████████████████  54.6 MB / 54.6 MB
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
Path environment variable modified; restart your shell to use the new value.
Command line alias added: "aish"
Successfully installed
PS C:\Users\tuyen>

PS C:\Users\tuyen> aish
AI Shell
1.0.0-preview.3

Welcome to AI Shell! We’re excited to have you explore our Public Preview. Documentation is available at
aka.ms/AIShell-Docs, and we’d love to hear your thoughts - share your feedback with us at aka.ms/AIShell-Feedback.

Please select an AI agent to use:
(You can switch to another agent later by typing @<agent name>)

> openai-gpt
  azure

Popular posts from this blog

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

Viber: Notes

MSSQL: Fix error 'Consistency validation for SQL Server registry keys'

While installing Microsof SQL Server 2012, I ran into the following error. "The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys." How to fix Replace the D:\x64\FixSqlRegistryKey_x86.exe file with the original file from the ENU\SQLFULL_ENU.iso file downloading from Microsoft Download Center. This ISO file is 4.2GB. So you can click FixSqlRegistryKey_x86.exe to download this file only. After replacing that file, press Re-run to check. All rules are passed.