Skip to content

Commit d2a9bff

Browse files
authored
Merge pull request #368 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-12 23:03 UTC
2 parents 6dcd845 + 939e00f commit d2a9bff

23 files changed

+99
-40
lines changed

.gitignore

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
log/
2-
obj/
31
_site/
4-
.optemp/
5-
_themes*/
6-
_repo.*/
7-
2+
_themes/
3+
.DS_Store
4+
.openpublishing.build.mdproj
85
.openpublishing.buildcore.ps1
9-
.vscode/styles
6+
.optemp/
107
.vale/
8+
.vscode/launch.json
9+
.vscode/styles/
10+
*.orig
11+
**/.ignore/**
12+
**/settings.json
13+
dependentPackages/
14+
log/
15+
maml/
16+
obj/
17+
packages.config
18+
packages/
19+
StaleContentReport.*.csv
20+
Tools/NuGet/
21+
updatablehelp/
22+
xhtml/

.vscode/extensions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
"Acrolinx.vscode-sidebar",
66
"docsmsft.docs-authoring-pack",
77
"marvhen.reflow-markdown",
8+
"chrischinchilla.vale-vscode",
89
"ms-vscode.powershell",
10+
"nhoizey.gremlins",
911
"shuworks.vscode-table-formatter",
12+
"bierner.markdown-yaml-preamble",
1013
"streetsidesoftware.code-spell-checker",
11-
"wmaurer.change-case",
12-
"yzane.markdown-pdf"
14+
"usernamehw.errorlens",
15+
"wmaurer.change-case"
1316
]
1417
}

reference/.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"markdownlint.config": {
3+
"MD028": false,
4+
"MD025": {
5+
"front_matter_title": ""
6+
}
7+
}
8+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: What is a command shell?
3-
ms.date: 11/11/2024
3+
ms.date: 01/12/2026
44
description: Learn what a command shell is and how it works.
5+
ms.collection: ce-skilling-ai-copilot
56
---
67
# What is a command shell?
78

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Architecture of AI Shell
33
description: This article explains the architecture of AI Shell and API required to support agents.
4-
ms.date: 11/11/2024
4+
ms.date: 01/12/2026
55
ms.topic: concept-article
6+
ms.collection: ce-skilling-ai-copilot
67
---
7-
88
# AI Shell architecture
99

1010
![AI Shell architecture diagram.][01]
@@ -58,3 +58,4 @@ easily merge `AIShell.App` into `AIShell.Kernel` if this idea no longer make sen
5858

5959
<!-- link references -->
6060
[01]: media/agent-architecture/aishell-agent-architecture.png
61+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: How to create an agent for Ollama
33
description: Learn how to create an agent for the Ollama language model in AI Shell.
4-
ms.date: 05/16/2025
4+
ms.date: 01/12/2026
55
ms.topic: how-to
6+
ms.collection: ce-skilling-ai-copilot
67
---
7-
88
# Creating an Agent
99

1010
An agent is a code library that interfaces with the AI Shell to talk to a specific large
@@ -503,3 +503,4 @@ folder.
503503
[04]: https://github.com/PowerShell/AIShell/tree/main/shell/agents/AIShell.Ollama.Agent
504504
[05]: https://github.com/PowerShell/AIShell/blob/main/shell/README.md
505505
[06]: https://www.nuget.org/packages/AIShell.Abstraction
506+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Deploy the Azure OpenAI Service using Bicep
33
description: This article provides the step-by-step instructions to deploy and instance of the Azure OpenAI Service using Bicep.
4-
ms.date: 01/15/2025
4+
ms.date: 01/12/2026
55
ms.topic: concept-article
6+
ms.collection: ce-skilling-ai-copilot
67
---
78
# Deploy the Azure OpenAI Service using Bicep
89

@@ -192,3 +193,4 @@ for Azure OpenAI deployments, see [Azure OpenAI Service documentation][03].
192193
[05]: /powershell/azure/install-azure-powershell
193194
[06]: https://medium.com/medialesson/deploy-an-azure-openai-service-with-llm-deployments-via-bicep-244411472d40
194195
[07]: https://raw.githubusercontent.com/PowerShell/AIShell/refs/heads/main/docs/development/AzureOAIDeployment/main.bicep
196+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Ollama agent README
33
description: Learn how to use the Ollama agent in AI Shell.
4-
ms.date: 03/03/2025
4+
ms.date: 01/12/2026
5+
ms.collection: ce-skilling-ai-copilot
56
---
67
# Ollama Plugin
78

@@ -40,4 +41,4 @@ There is an updated version of the Ollama agent available in the AI Shell reposi
4041
[01]: https://github.com/ollama/ollama
4142
[02]: https://github.com/ollama/ollama?tab=readme-ov-file#model-library
4243
[03]: https://github.com/ollama/ollama?tab=readme-ov-file#start-ollama
43-
[04]: https://github.com/PowerShell/AIShell/blob/v1.0.0-preview.2/shell/agents/AIShell.Ollama.Agent/README.md
44+
[04]: https://github.com/PowerShell/AIShell/blob/v1.0.0-preview.2/shell/agents/AIShell.Ollama.Agent/README.md

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
description: This article explains how to install and configure AI Shell, and get started chatting with an AI assistant in PowerShell.
3-
ms.date: 11/11/2024
3+
ms.date: 01/12/2026
44
title: Get started with AI Shell in PowerShell
55
ms.topic: get-started
6+
ms.collection: ce-skilling-ai-copilot
67
---
78
# Get started with AI Shell in PowerShell
89

@@ -131,3 +132,4 @@ This command allows you to interact with the AI model from your working terminal
131132
[04]: media/aishell-powershell/resolve-error.gif
132133
[05]: media/aishell-powershell/start-aishell.gif
133134
[06]: media/aishell-powershell/switch-agents.gif
135+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
description: This article explains how to install and configure AI Shell, and get started chatting with an AI assistant.
3-
ms.date: 10/29/2024
3+
ms.date: 01/12/2026
44
title: Get started with AI Shell
55
ms.topic: get-started
6+
ms.collection: ce-skilling-ai-copilot
67
---
78
# Get started with AI Shell
89

@@ -94,3 +95,4 @@ custom key bindings will be supported in a future release.
9495
<!-- link references -->
9596
[01]: aishell-powershell.md
9697
[02]: media/aishell-standalone/standalone-startup.gif
98+

0 commit comments

Comments
 (0)