aidevops 2.172.30 → 2.172.31
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/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +3 -3
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.172.
|
|
1
|
+
2.172.31
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED
|
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
10
10
|
# AI Assistant Server Access Framework Setup Script
|
|
11
11
|
# Helps developers set up the framework for their infrastructure
|
|
12
12
|
#
|
|
13
|
-
# Version: 2.172.
|
|
13
|
+
# Version: 2.172.31
|
|
14
14
|
#
|
|
15
15
|
# Quick Install:
|
|
16
16
|
# npm install -g aidevops && aidevops update (recommended)
|
|
@@ -1021,7 +1021,7 @@ main() {
|
|
|
1021
1021
|
_headless_xml_env+=$'\n'
|
|
1022
1022
|
_headless_xml_env+=$'\t\t<key>AIDEVOPS_HEADLESS_MODELS</key>'
|
|
1023
1023
|
_headless_xml_env+=$'\n'
|
|
1024
|
-
_headless_xml_env
|
|
1024
|
+
_headless_xml_env+=$'\t\t'"<string>${_xml_headless_models}</string>"
|
|
1025
1025
|
fi
|
|
1026
1026
|
if [[ -n "${AIDEVOPS_HEADLESS_PROVIDER_ALLOWLIST:-}" ]]; then
|
|
1027
1027
|
local _xml_headless_allowlist
|
|
@@ -1029,7 +1029,7 @@ main() {
|
|
|
1029
1029
|
_headless_xml_env+=$'\n'
|
|
1030
1030
|
_headless_xml_env+=$'\t\t<key>AIDEVOPS_HEADLESS_PROVIDER_ALLOWLIST</key>'
|
|
1031
1031
|
_headless_xml_env+=$'\n'
|
|
1032
|
-
_headless_xml_env
|
|
1032
|
+
_headless_xml_env+=$'\t\t'"<string>${_xml_headless_allowlist}</string>"
|
|
1033
1033
|
fi
|
|
1034
1034
|
|
|
1035
1035
|
# Write the plist (always regenerated to pick up config changes)
|