ai refactor

- add missing headers and body with relative content-type
- fix double quotes for empty variables (not needed by VSCode REST client)
- strip comments from JSON data
This commit is contained in:
2026-06-30 12:24:10 +02:00
parent ba01e76c75
commit 2727ec67e3
3 changed files with 108 additions and 65 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"type": "module",
"dependencies": {
"strip-json-comments": "^5.0.3",
"yaml": "^2.9.0"
}
}
}