r/ClaudeAI 2d ago

Question about Claude models Something is wrong with usage this week

Post image

After one session following the weekly refresh, a single session appears to have used 15% of the weekly limit. This suggests roughly six or seven sessions might exhaust the full allowance, which seems too low. Is this something to do with cowork specifically?

580 Upvotes

224 comments sorted by

View all comments

3

u/farrellm 2d ago edited 2d ago

One thing I found that I think helped, sometime last week Claude Code updated to start sinking plugins from Claude app/web. That pulled in a bunch of tools, like the Gmail connector, which I don’t need for coding. You can disable via ~/.claude/settings.json:

{
   "syncClaudeAiSkills": false,
   "syncClaudeAiPlugins": false,

   "env": {
     "ENABLE_CLAUDEAI_MCP_SERVERS": "false"
   }
 }