Skip to content

Commit 40032a7

Browse files
authored
Add deprecation notice for AI Shell (#375)
* Add deprecation notice for AI Shell * Change alert type * Remove project status paragraph * Remove contribution paragraphs
1 parent 7df29ed commit 40032a7

20 files changed

Lines changed: 50 additions & 27 deletions

reference/docs-conceptual/AIShell/concepts/what-is-a-command-shell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.collection: ce-skilling-ai-copilot
66
---
77
# What is a command shell?
88

9+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
10+
911
A command shell is a text-based interface for interacting with a computer, also known as a
1012
Read-Eval-Print Loop ([REPL][15]).
1113

@@ -96,4 +98,3 @@ in Windows is an exception, as it's both a command-line tool and an interactive
9698
[14]: https://support.apple.com/guide/terminal/welcome/mac
9799
[15]: https://wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop
98100
[16]: https://www.gnu.org/software/bash/
99-

reference/docs-conceptual/AIShell/developer/agent-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# AI Shell architecture
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
![AI Shell architecture diagram.][01]
1113

1214
## AIShell.Abstraction

reference/docs-conceptual/AIShell/developer/create-ollama-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# Creating an Agent
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
An agent is a code library that interfaces with the AI Shell to talk to a specific large
1113
language model or other assistance provider. Users chat with the agents using natural language to
1214
get the desired output or assistance. Agents are implemented as C# classes that implement the

reference/docs-conceptual/AIShell/developer/deploy-azure-openai.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# Deploy the Azure OpenAI Service using Bicep
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
In AIShell, the **openai-gpt** agent can be used with a public OpenAI instance or an Azure OpenAI
1113
deployment. We recommend using the Azure OpenAI Service because it has additional features and
1214
provides better manageability. This article provides the step-by-step instructions to deploy and

reference/docs-conceptual/AIShell/developer/ollama-agent-readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.collection: ce-skilling-ai-copilot
66
---
77
# Ollama Plugin
88

9+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
10+
911
This agent is used to interact with a language model running locally by utilizing the Ollama API.
1012
Before using this agent you need to have Ollama installed and running. To create an agent, you need
1113
to implement the `IAgent` interface.

reference/docs-conceptual/AIShell/get-started/aishell-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# Get started with AI Shell in PowerShell
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
AI Shell was created to help command line users find the right commands to use, recover from errors,
1113
and better understand the commands and the output they produce. Follow along and walk through some
1214
examples to get started with AI Shell.

reference/docs-conceptual/AIShell/get-started/aishell-standalone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# Get started with AI Shell
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
AI Shell was created to help command line users find the right commands to use, recover from errors,
1113
and better understand the commands and the output they produce. Follow along and walk through some
1214
examples to get started with AI Shell.

reference/docs-conceptual/AIShell/how-to/agent-azure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.collection: ce-skilling-ai-copilot
66
---
77
# Azure Copilot Agent
88

9+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
10+
911
This agent is designed to connect you to the [**Azure Copilot**][02] experience directly from your
1012
command line. It provides assistance for Azure CLI commands, Azure PowerShell commands, and general
1113
Azure knowledge. To use this agent, you need to sign in to Azure using the `az login` command from

reference/docs-conceptual/AIShell/how-to/agent-openai.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# OpenAI agent
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
This agent provides a user-friendly platform for interacting with OpenAI services. The OpenAI agent
1113
can connect to a public OpenAI service, a private deployment of the Azure OpenAI service, or any
1214
other OpenAI-compatible service. We recommend using an Azure OpenAI deployment for enhanced security

reference/docs-conceptual/AIShell/how-to/aishell-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.collection: ce-skilling-ai-copilot
77
---
88
# AI Shell command reference
99

10+
[!INCLUDE[aishell-deprecated](../../../includes/aishell-deprecated.md)]
11+
1012
## Command-line options
1113

1214
```

0 commit comments

Comments
 (0)