skopix 2.0.5 → 2.0.6
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.
|
@@ -3481,7 +3481,7 @@ async function resolveUserSecretsEnv(userId, teamMode) {
|
|
|
3481
3481
|
if (key === 'ANTHROPIC_API_KEY' && !env.CLAUDE_API_KEY) env.CLAUDE_API_KEY = value;
|
|
3482
3482
|
} catch (err) {
|
|
3483
3483
|
// Decryption failed - log and skip. Could happen if SKOPIX_SECRET_KEY changed since the value was encrypted.
|
|
3484
|
-
|
|
3484
|
+
// Silently skip secrets that can't be decrypted (e.g. encrypted with old key)
|
|
3485
3485
|
}
|
|
3486
3486
|
}
|
|
3487
3487
|
return env;
|
package/package.json
CHANGED