dsh-coding-subscription-oauth 0.7.0 → 0.7.1
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/CHANGELOG.md +6 -0
- package/INSTALL.md +7 -6
- package/README.de.md +4 -4
- package/README.es.md +4 -4
- package/README.fr.md +4 -4
- package/README.ja.md +4 -4
- package/README.ko.md +4 -4
- package/README.md +5 -5
- package/README.pt-BR.md +4 -4
- package/README.ru.md +4 -4
- package/README.zh-CN.md +6 -6
- package/docs/02-architecture.md +1 -1
- package/docs/02-architecture.zh-CN.md +1 -1
- package/lib/adapter.d.ts.map +1 -1
- package/lib/client.js +1 -1
- package/lib/client.js.map +1 -1
- package/lib/index.js +2 -0
- package/lib/index.js.map +2 -2
- package/package.json +4 -1
- package/scripts/verify-adapter-host.mjs +70 -0
package/lib/index.js
CHANGED
|
@@ -27130,6 +27130,8 @@ function profile(provider, displayName, piProvider, retryPolicy, headers) {
|
|
|
27130
27130
|
"dsh-coding-subscription-oauth retryPolicy"
|
|
27131
27131
|
),
|
|
27132
27132
|
configuredMaxTokens: /* @__PURE__ */ new Map(),
|
|
27133
|
+
// Host dsh-llm-pi-ai 0.1.5+ calls modelErrors.get during resolveModel (#38).
|
|
27134
|
+
modelErrors: /* @__PURE__ */ new Map(),
|
|
27133
27135
|
...REQUEST_IMAGE_POLICY,
|
|
27134
27136
|
...headers === void 0 ? {} : { headers },
|
|
27135
27137
|
piProvider
|