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 CHANGED
@@ -1 +1 @@
1
- 2.172.30
1
+ 2.172.31
package/aidevops.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # AI DevOps Framework CLI
4
4
  # Usage: aidevops <command> [options]
5
5
  #
6
- # Version: 2.172.30
6
+ # Version: 2.172.31
7
7
 
8
8
  set -euo pipefail
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "2.172.30",
3
+ "version": "2.172.31",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "bin": {
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.30
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+="\t\t<string>${_xml_headless_models}</string>"
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+="\t\t<string>${_xml_headless_allowlist}</string>"
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)