@openaide/codex-acp 1.1.0 → 1.1.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/dist/index.js +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22155,6 +22155,10 @@ function clientSupportsSubagents(capabilities) {
|
|
|
22155
22155
|
if (typeof subagents === "object" && subagents !== null && !Array.isArray(subagents)) {
|
|
22156
22156
|
return true;
|
|
22157
22157
|
}
|
|
22158
|
+
const openaide = capabilities?._meta?.["openaide"];
|
|
22159
|
+
if (typeof openaide === "object" && openaide !== null && !Array.isArray(openaide) && openaide.nativeSubagentSessions === true) {
|
|
22160
|
+
return true;
|
|
22161
|
+
}
|
|
22158
22162
|
return clientSupportsAirCapability(capabilities, AIR_NATIVE_SUBAGENT_SESSIONS_KEY);
|
|
22159
22163
|
}
|
|
22160
22164
|
function asSdkSessionNotification(notification) {
|
|
@@ -27228,7 +27232,7 @@ var package_default = {
|
|
|
27228
27232
|
publishConfig: {
|
|
27229
27233
|
access: "public"
|
|
27230
27234
|
},
|
|
27231
|
-
version: "1.1.
|
|
27235
|
+
version: "1.1.1",
|
|
27232
27236
|
description: "",
|
|
27233
27237
|
main: "dist/index.js",
|
|
27234
27238
|
bin: {
|