We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a2dcf commit 1338367Copy full SHA for 1338367
.claude/anthropic_key.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-echo "sk-........."
+echo "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"
set_api_key.sh
@@ -12,10 +12,10 @@ EOF
12
# Write anthropic_key.sh with your API key (replace with your real key)
13
cat > .claude/anthropic_key.sh <<'EOF'
14
15
16
EOF
17
18
# Make the key script executable
19
chmod +x .claude/anthropic_key.sh
20
21
-echo "Claude API key helper configured successfully."
+echo "Claude API key helper configured successfully."
0 commit comments