File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 5.9.38
1+ ## 5.9.39
229 April 2026 (Thursday)
33
4+ - vsmsh: Refined config value handling in readConfig function
5+ - feat: enhanced quote stripping for dotenv conventions
6+ - docs: updated comments for clarity on handling quotes
47- vsmsh: fix(config-manager): complete .env value escaping to satisfy CodeQL
58- Backslashes were not being escaped before double-quotes, producing: invalid .env output for values containing \. Escape order matters:
69 \\ must be processed before \" to avoid double-escaping.
Original file line number Diff line number Diff line change 1- ## 5.9.38
1+ ## 5.9.39
229 April 2026
33
4+ - Refined config value handling in readConfig function
5+ - feat: enhanced quote stripping for dotenv conventions
6+ - docs: updated comments for clarity on handling quotes
47- fix(config-manager): complete .env value escaping to satisfy CodeQL
58- Backslashes were not being escaped before double-quotes, producing
69 invalid .env output for values containing \. Escape order matters:
Original file line number Diff line number Diff line change 11{
22 "name" : " maiass" ,
33 "type" : " module" ,
4- "version" : " 5.9.38 " ,
4+ "version" : " 5.9.39 " ,
55 "description" : " MAIASS - Modular AI-Augmented Semantic Scribe - Intelligent Git workflow automation" ,
66 "main" : " maiass.mjs" ,
77 "bin" : {
You can’t perform that action at this time.
0 commit comments