devez-vibe 1.6.59 → 1.6.60
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/bin/dvz.exe
CHANGED
|
Binary file
|
|
@@ -116,7 +116,7 @@ function sanitizedEnvironment() {
|
|
|
116
116
|
const env = { ...process.env };
|
|
117
117
|
delete env.ANTHROPIC_API_KEY;
|
|
118
118
|
delete env.ANTHROPIC_AUTH_TOKEN;
|
|
119
|
-
env.CLAUDE_AGENT_SDK_CLIENT_APP = `
|
|
119
|
+
env.CLAUDE_AGENT_SDK_CLIENT_APP = `dvz/${VERSION}`;
|
|
120
120
|
return env;
|
|
121
121
|
}
|
|
122
122
|
|