Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat - tweaks to welcome #234500

Merged
merged 23 commits into from
Nov 25, 2024
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.96.0",
"distro": "0f524a5cfa305bf4a8cc06ca7fd2d4363ec8c7c1",
"distro": "b923ae4b113ee415bd170b90e6d8500a76516360",
"author": {
"name": "Microsoft Corporation"
},
Expand Down Expand Up @@ -240,4 +240,4 @@
"optionalDependencies": {
"windows-foreground-love": "0.5.0"
}
}
}
6 changes: 4 additions & 2 deletions src/vs/base/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ export interface IDefaultChatAgent {
readonly providerScopes: string[][];
readonly entitlementUrl: string;
readonly entitlementChatEnabled: string;
readonly entitlementSkuLimitedUrl: string;
readonly entitlementSkuLimitedEnabled: string;
readonly entitlementSignupLimitedUrl: string;
readonly entitlementCanSignupLimited: string;
readonly entitlementSkuType: string;
readonly entitlementSkuTypeLimited: string;
}
Loading
Loading