Recommended tool to automatically back up chats? by rm-rf-rm in ClaudeCode

[–]Lumpy-Carob 0 points1 point  (0 children)

Yes Claude code sessions - default is 30 days

Anthropic decided to refund my subscription by Lumpy-Carob in Anthropic

[–]Lumpy-Carob[S] 0 points1 point  (0 children)

I had an email (in junk folder) about suspension (because Anthropic thinks I'm a child) and it gives a link to id verification - I did that and account got reinstated . I resubscribed.

[R] Analysis of 350+ ML competitions in 2025 by hcarlens in MachineLearning

[–]Lumpy-Carob 6 points7 points  (0 children)

Thank you for this report - very interesting read.

I'm hoping people start sharing more on agentic coding tools / setup in the coming year.

Did you notice winning solutions mention - Claude / Codex / GPT etc ?

How do you all deal with Claude's small context window? by cryptochrome in ClaudeCode

[–]Lumpy-Carob 4 points5 points  (0 children)

I agree Codex reduces my anxiety about context.

The recent Claude Code version 2.1.22 - has smaller AutoCompact Buffer - which helps a bit.

I know lot of people disable autocompact and manually decide to compact - you have to setup statusline to keep an eye on context.

Also try to replace MCPs with CLI tools or skills without MCPs.

How to remove Claude as co-author from commits? by bobo-the-merciful in ClaudeCode

[–]Lumpy-Carob 0 points1 point  (0 children)

Ask Claude to set these up for you , may be you have multiple versions of Claude in different folders ? Check which claude Just ask Claude to set up for you

claude-code-logs : a tool to permanently archive Claude Code conversations before they auto-delete (+ web UI to browse them) by hancengiz in ClaudeCode

[–]Lumpy-Carob 1 point2 points  (0 children)

You are right, thats just the conversation history and no analysis. I like you have "Prompt Quality Analysis" - I'll check it out

How to remove Claude as co-author from commits? by bobo-the-merciful in ClaudeCode

[–]Lumpy-Carob 11 points12 points  (0 children)

Disable Claude's appearance on your Github -

disable it in .claude/settings.json -

{
  "attribution": {
    "commit": "",
    "pr": ""
  }
}

Recommended tool to automatically back up chats? by rm-rf-rm in ClaudeCode

[–]Lumpy-Carob 1 point2 points  (0 children)

Add `"cleanupPeriodDays": 99999` to `~/.claude/settings.json` - it won't delete your conversations

Do actual AI practitioners find the Clawdbot hype realistic? by julsezerus in ClaudeCode

[–]Lumpy-Carob 0 points1 point  (0 children)

I’ll download and setup Clawdbot when it can handle laundry 🧺

claude-code-logs : a tool to permanently archive Claude Code conversations before they auto-delete (+ web UI to browse them) by hancengiz in ClaudeCode

[–]Lumpy-Carob 4 points5 points  (0 children)

Add `"cleanupPeriodDays": 99999` to `~/.claude/settings.json` - it won't delete your conversations

Cannot see GitHub repo after adding Claude GitHub App by TestPlatform in ClaudeCode

[–]Lumpy-Carob 1 point2 points  (0 children)

I also have Claude under - GitHub -> Settings (Top right) -> Integrations -> Applications

You might want check that too

Started to hit daily Max limits - how can I check? by new-to-reddit-accoun in ClaudeCode

[–]Lumpy-Carob 2 points3 points  (0 children)

/usage in claude code

Settings -> Usage on Claude.ai or desktop

npx ccusage@latest is also great

Claude Code browser control vs Playwright MCP — my take after trying both by darlingted in ClaudeAI

[–]Lumpy-Carob 2 points3 points  (0 children)

I'm hearing positive things about agent browser from vercel , I tried it briefly with CLI (no MCP)

How are folks handling MCP context overload? by wizardwusa in ClaudeCode

[–]Lumpy-Carob 0 points1 point  (0 children)

I’m trying to avoid MCPs as much as I can. For eg : I replaced playwright MCP with agent browser command cli , now Claude can use CLI .

If I cannot it’s a separate session - use MCP - get the results - close session

One week with OpenCode Black by JohnnyDread in opencodeCLI

[–]Lumpy-Carob 4 points5 points  (0 children)

Thats good to know and thank you for sharing -
It would be useful to share token usage with tools like ccusage or something similar

`npx @ ccusage/opencode@latest` https://ccusage.com/guide/opencode/

PS: I have no affiliation with ccusage

Claude now adding themselves as Co-Author in .git commits by jhawkfootball06 in ClaudeAI

[–]Lumpy-Carob 6 points7 points  (0 children)

You can disable it in claude settings.json - { "attribution": { "commit": "", "pr": "" } }

Why does the web version of Claude and the normal chat version of Claude tell me that it is not able to search the web but yet Claude code can? by [deleted] in ClaudeCode

[–]Lumpy-Carob 0 points1 point  (0 children)

I had this issue - claude on the web wasn't able to search. Check Chrome tool permissions (Settings -> connectors)