You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Code adds an attribution header to every request that causes the full prompt to be reprocessed each time, leading to faster token depletion. To disable this:
246
+
247
+
```bash
248
+
# Add to ~/.claude/settings.json
249
+
{
250
+
"env": {
251
+
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
252
+
}
253
+
}
254
+
```
255
+
256
+
---
257
+
258
+
## 🤖 AI Agent & Skill Ekleme Rehberi
259
+
260
+
Aşağıdaki üçüncü parti agent ve skill'leri Claude Code'a ekleyebilirsin:
261
+
262
+
### 1. Scientific Skills (Bilimsel Araştırma)
263
+
**K-Dense-AI/claude-scientific-skills** - 140+ bilimsel skill
0 commit comments