Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ bugs, suggestions, or feedback. If you would like to give more candid feedback a
[01]: ./docs/CODE_OF_CONDUCT.md
[02]: ./docs/CONTRIBUTING.md
[03]: ./docs/development/CreatingAnAgent.md
[04]: ./docs/media/AIShellDemo.gif
[05]: ./docs/SUPPORT.md
[06]: ./shell/agents/AIShell.Ollama.Agent/README.md
[07]: ./shell/agents/AIShell.Interpreter.Agent/README.md
Expand All @@ -185,7 +184,7 @@ bugs, suggestions, or feedback. If you would like to give more candid feedback a
[17]: https://learn.microsoft.com/powershell/utility-modules/aishell/how-to/agent-azure
[18]: https://github.com/PowerShell/PowerShell/releases/tag/v7.4.6
[19]: https://learn.microsoft.com/powershell/utility-modules/aishell/overview
[20]: ./docs/media/standalone-startup.gif
[21]: ./docs/media/aishellwithPowerShell.gif
[20]: ./docs/media/DemoGIFs/standalone-startup.gif
[21]: ./docs/media/DemoGIFs/azure-agent.gif
[22]: https://aka.ms/AIShell-Feedback
[logo]: ./docs/media/AIShellIconSVG.svg
134 changes: 0 additions & 134 deletions docs/GettingStarted.md

This file was deleted.

Binary file removed docs/media/AIShellDemo.gif
Binary file not shown.
Binary file removed docs/media/AIShellPredictiveIntelliSenseDemo.gif
Binary file not shown.
Binary file removed docs/media/AzureAgent.gif
Binary file not shown.
Binary file added docs/media/DemoGIFs/Invoke-AIShell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/DemoGIFs/Resolve-error.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/DemoGIFs/azure-agent.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/DemoGIFs/insert-code.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/DemoGIFs/start-aishell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/DemoGIFs/switch-agents.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed docs/media/InsertCode.gif
Binary file not shown.
Binary file removed docs/media/InvokeAIShell.gif
Binary file not shown.
Binary file removed docs/media/ResolveError.gif
Binary file not shown.
Binary file removed docs/media/ShellIntegrationDemo.gif
Binary file not shown.
Binary file removed docs/media/SwitchingAgents.gif
Binary file not shown.
Binary file removed docs/media/aishellwithPowerShell.gif
Binary file not shown.
Binary file removed docs/media/startAISHell.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion shell/AIShell.Kernel/Shell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ private void LoadAvailableAgents()
chosenAgent ??= _agents.Count is 1
? _agents[0]
: Host.PromptForSelectionAsync(
title: "Welcome to AIShell! We’re excited to have you explore our [bold]Public Preview[/]. Documentation is available at [link=https://aka.ms/AIShell-Docs]aka.ms/AIShell-Docs[/], and we’d love to hear your thoughts - share your feedback with us at [link=https://aka.ms/AIShell-Feedback]aka.ms/AIShell-Feedback[/].\n\n[orange1]Please select an AI [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
title: "Welcome to AI Shell! We’re excited to have you explore our [bold]Public Preview[/]. Documentation is available at [link=https://aka.ms/AIShell-Docs]aka.ms/AIShell-Docs[/], and we’d love to hear your thoughts - share your feedback with us at [link=https://aka.ms/AIShell-Feedback]aka.ms/AIShell-Feedback[/].\n\n[orange1]Please select an AI [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
choices: _agents,
converter: static a => a.Impl.Name)
.GetAwaiter().GetResult();
Expand Down
13 changes: 11 additions & 2 deletions shell/agents/Microsoft.Azure.Agent/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Copilot in Azure Agent

For more details about this agent please see, [Copilot in Azure Agent][01].
This agent is designed to connect you to the [Copilot in Azure][03] experience directly from your command
line. It provides assistance for Azure CLI commands, Azure PowerShell commands, and general Azure
knowledge. To use this agent, you need to sign in to Azure using the az login command from Azure
CLI. For more details about this agent please see, [Copilot in Azure Agent][01].

[01]: https://learn.microsoft.com/powershell/utility-modules/aishell/how-to/agent-azure
![Copilot in Azure Agent][02]

<!-- link references -->

[01]: https://learn.microsoft.com/powershell/utility-modules/aishell/how-to/agent-azure
[02]: ../../../docs/media/DemoGIFs/azure-agent.gif
[03]: https://azure.microsoft.com/products/copilot