dsh-github-copilot 0.4.0-alpha.23 → 0.4.0-alpha.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -941,7 +941,7 @@ let SearchRoutingController = (() => {
941
941
  //#endregion
942
942
  //#region package.json
943
943
  var name$1 = "dsh-github-copilot";
944
- var version = "0.4.0-alpha.23";
944
+ var version = "0.4.0-alpha.24";
945
945
  //#endregion
946
946
  //#region lib/types/probe.js
947
947
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-github-copilot",
3
3
  "description": "DSH companion for GitHub Copilot sign-in, account-aware model profiles, tool compatibility, and provider-hosted search.",
4
- "version": "0.4.0-alpha.23",
4
+ "version": "0.4.0-alpha.24",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",