addedOutput schema / properties / harnessAdapter
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / missingPackInstallHints
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "type": "string"
+ },
+ "installSpec": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "modules": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "pack": {
+ "type": "string"
+ },
+ "packageName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "pack",
+ "packageName",
+ "installSpec",
+ "modules",
+ "command",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / modulePackInstallIssues
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "command": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "expectedVersion": {
+ "type": "string"
+ },
+ "installStatus": {
+ "type": "string"
+ },
+ "installedVersion": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "pack": {
+ "type": "string"
+ },
+ "packageName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "pack",
+ "packageName",
+ "installStatus",
+ "installedVersion",
+ "expectedVersion",
+ "command",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / modulePacksAvailable
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / modulePacksConfigured
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / modulesMissingAddonPackages
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / modulesMissingPacks
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / requireToolSession
Added value: +{
+ "type": "boolean"
+}
changedOutput schema / required
Previous value: -[
- "profile",
- "toolExposure",
- "modulesEnabled",
- "modulesDisabled",
- "toolsExposed",
- "toolsRegistered",
- "toolSessionsActive",
- "frontDoorTools"
-]New value: +[
+ "profile",
+ "toolExposure",
+ "modulePacksConfigured",
+ "modulePacksAvailable",
+ "modulesMissingPacks",
+ "modulesMissingAddonPackages",
+ "modulePackInstallIssues",
+ "missingPackInstallHints",
+ "requireToolSession",
+ "harnessAdapter",
+ "modulesEnabled",
+ "modulesDisabled",
+ "toolsExposed",
+ "toolsRegistered",
+ "toolSessionsActive",
+ "frontDoorTools"
+]