AI Shell github:
This release includes the following changes:
- Support posting code from the sidecar AIShell to PowerShell with Invoke-AIShell -PostCode (#361)
- Improve the reliability of Start-AIShell on macOS (#362)
- Publish NuGet package and PowerShell module in deploy box release (#365)
- Fix code posting on macOS: support posting code by both running /code post from the sidecar AIShell and running Invoke-AIShell -PostCode from PowerShell (#366)
- Update model information to support the new OpenAI models (#368)
- Add /clear as an alias to the command /cls to clear console in AIShell (#370)
- Ignore the current active agent from the agent completion results for the @ operator (#372)
- Update installation script to install the AIShell module on macOS too (#374)
- Enhanced model management and system prompt integration in OllamaAgent (#351) (Thanks @cnupy!)
- Adding the Phi Silica agent for "Copilot+PC" devices (#373)
- Use deploy box and GitHubRelease task to create the GitHub draft release (#379)
- Make sure the Runspace is available when importing the AIShell module and throw otherwise (#379)
Source:
Release v1.0.0-preview.4 Release of AIShell · PowerShell/AIShell
1.0.0-preview.4 - 2025-05-15 This release includes the following changes: Support posting code from the sidecar AIShell to PowerShell with Invoke-AIShell -PostCode (#361) Improve the reliability o...