Start-AIShell

Starts an AIShell session in a split pane window of Windows Terminal and iTerm2 and connects a communication channel to the PowerShell session that started it.

Syntax

Start-AIShell
     [-Path <String>]
     [<CommonParameters>]

Description

Starts an AIShell session in a split pane window of Windows Terminal and iTerm2. The AIShell session is started in the right pane of the terminal window. The left pane is the current shell session. You must use these windows to interact with the AIShell session.

Examples

Example 1 - Start an AIShell session

Start-AIShell

Example 2 - Start an AIShell session with a specific path

Start-AIShell -PATH C:\Users\aish.exe

Parameters

-Path

By default, the cmdlet looks for the aish executable in the locations listed in the $env:PATH environment variable. Use this parameter to specify an alternate location for the aish executable.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Object

Notes

PowerShell includes the following alias for this cmdlet:

  • All platforms:
    • aish