mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-01 14:43:28 +08:00
fix: preserve orchestration launcher compatibility
This commit is contained in:
@@ -39,7 +39,7 @@ function buildTemplateVariables(values) {
|
||||
const stringValue = String(value);
|
||||
const quotedValue = shellQuote(stringValue);
|
||||
|
||||
accumulator[key] = quotedValue;
|
||||
accumulator[key] = stringValue;
|
||||
accumulator[`${key}_raw`] = stringValue;
|
||||
accumulator[`${key}_sh`] = quotedValue;
|
||||
return accumulator;
|
||||
|
||||
Reference in New Issue
Block a user