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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Release files should be published from GitHub Releases and mirrored in `download

Expected core artifact:

- `vscode-cosmosdb-0.33.3.vsix`
- `vscode-cosmosdb-0.33.5.vsix`

See:

Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This guide describes how private preview participants can install and validate t
- Visual Studio Code `1.103+` (Stable or Insiders)
- Azure account with access to an Azure Cosmos DB NoSQL account
- GitHub Copilot and GitHub Copilot Chat enabled in VS Code
- Preview artifact: `vscode-cosmosdb-0.33.3.vsix`
- Preview artifact: `vscode-cosmosdb-0.33.5.vsix`

## 1. Install Preview VSIX

1. Download `vscode-cosmosdb-0.33.3.vsix` from the release page.
1. Download `vscode-cosmosdb-0.33.5.vsix` from the [release page](https://github.com/AzureCosmosDB/cosmosdb-vscode-ai-assistant-preview/releases/tag/untagged-47a45f8b45b5db8a6915).
2. Open VS Code.
3. Open Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`).
4. Select `...` -> `Install from VSIX...`.
Expand Down
2 changes: 1 addition & 1 deletion downloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder tracks metadata and structure for private preview artifacts.

## Expected Artifact Naming

- `vscode-cosmosdb-0.33.3.vsix`
- `vscode-cosmosdb-0.33.5.vsix`

## Distribution Model

Expand Down
9 changes: 5 additions & 4 deletions preview-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"previewName": "cosmosdb-vscode-ai-assistant-private-preview",
"channel": "private-preview",
"version": "0.33.3",
"releaseDate": "2026-04-09",
"version": "0.33.5",
"releaseDate": "2026-05-20",
"releaseUrl": "https://github.com/AzureCosmosDB/cosmosdb-vscode-ai-assistant-preview/releases/tag/untagged-47a45f8b45b5db8a6915",
"artifacts": [
{
"name": "vscode-cosmosdb-0.33.3.vsix",
"path": "downloads/vscode-cosmosdb-0.33.3.vsix",
"name": "vscode-cosmosdb-0.33.5.vsix",
"path": "downloads/vscode-cosmosdb-0.33.5.vsix",
"sha256": "REPLACE_WITH_SHA256"
}
],
Expand Down
Loading