We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf2bf1 commit 345083eCopy full SHA for 345083e
1 file changed
skills/cloud-sql-postgres-data/scripts/execute_sql.js
@@ -52,8 +52,8 @@ function mergeContextualVariables(env) {
52
additionalVars[key] = value;
53
});
54
}
55
- } else if (process.env.CLAUDE_CODE === 'true') {
56
- const prefix = 'CLAUDE_PLUGIN_';
+ } else if (process.env.CLAUDECODE === '1') {
+ const prefix = 'CLAUDE_PLUGIN_OPTION_';
57
for (const key in process.env) {
58
if (key.startsWith(prefix)) {
59
additionalVars[key.substring(prefix.length)] = process.env[key];
@@ -78,7 +78,7 @@ function prepareEnvironment() {
78
79
if (process.env.GEMINI_CLI === '1') {
80
userAgent = "skills-geminicli";
81
82
userAgent = "skills-claudecode";
83
84
0 commit comments