I did something similar to get back to 1.0.88 Here’s how to do it step-by-step. See available versions npm view @anthropic-ai/claude-code versions --json That prints a JSON list like: ["1.0.82","1.0.88","2.0.5","2.0.10"] 2. Install (roll back) a specific version Example: npm install -g @anthropic-ai/[email protected] 3. Disable auto-update Append this line to your shell config: Linux (bash): echo 'export DISABLE_AUTOUPDATER=1' >> ~/.bashrc source ~/.bashrc macOS (zsh): echo 'export DISABLE_AUTOUPDATER=1' >> ~/.zshrc source ~/.zshrc macOS (bash): echo 'export DISABLE_AUTOUPDATER=1' >> ~/.bash_profile source ~/.bash_profile 4. Verify claude --version echo $DISABLE_AUTOUPDATER You should see the pinned version (e.g., 1.0.88) and 1 confirming the updater is disabled. Answer from Electronic_Froyo_947 on reddit.com
🌐
Reddit
reddit.com › r/claudeai › claude code auto update failed
r/ClaudeAI on Reddit: Claude Code Auto Update Failed
August 28, 2025 -

Anybody got the error where Claude Code says it failed to auto-update? This happened after every morning I woke up. Though I still see the new information when enter "/release-notes", however, the new releases/features are not there in CC.

My work around was to create a script to uninstall and reinstall it again after every the error happens. Although it was only once a day, but it's a pain and using "/doctor" or installing it locally as CC suggests still doesn't solve the issue.

🌐
Reddit
reddit.com › r/claudeai › don't forget to update your claude cli! it makes a huge difference
r/ClaudeAI on Reddit: Don't forget to update your Claude CLI! It makes a huge difference
June 11, 2025 -

Hey everyone, just wanted to share a quick tip that saved me a lot of headaches. I was getting super frustrated with my Claude CLI vesion 1.0.0 constantly throwing "Invalid tool argument" errors and getting stuck in loops. Turns out I was running an outdated version.

After updating to the latest version (1.0.18), it's like night and day - feels way smarter and more responsive.

The Anthropic team seems to be pushing fixes and improvements constantly.

So friendly reminder: take a minute to update your CLI.

npm install -g /claude-code@latest

You can check your current version with:

claude --version

Current version is 1.0.18

🌐
Reddit
reddit.com › r/claudecode › claude code shows "auto-update failed" but everything works fine -> should i worry?
r/ClaudeCode on Reddit: Claude Code shows "Auto-update failed" but everything works fine -> should I worry?
September 1, 2025 -

Hey everyone,

Whenever I launch Claude Code, I see this red message:

✗ Auto-update failed · Try claude doctor or npm i -g u/anthropic-ai/claude-code

Thing is, Claude works perfectly fine for me , no crashes, no issues, everything runs smoothly.

So my question is:

  • Is this something I should fix right away?

  • Or is it safe to just ignore as long as everything is working?

Curious to hear if others see the same thing!

🌐
Reddit
reddit.com › r/claudeai › latest auto-update completely broke claude code
Latest auto-update completely broke Claude Code : r/ClaudeAI
August 27, 2025 - Half the time the autoupdate fails but thats OK because it lets me know a new ver is out. It doesn't take effect until you reload anyway. Sometimes I'm in the middle of stuff and I don't exit out just because there is a new version. ... I have not had to do it in a while but sometimes a full scrape and reload can help. At one time I had a local install and a global install mismatch. npm uninstall -g --force @ anthropic-ai/claude-code (hilarious.
🌐
Reddit
reddit.com › r/claudecode › downgrade to the earlier version of claude code to restore opus
r/ClaudeCode on Reddit: Downgrade to the earlier version of Claude Code to restore Opus
6 days ago -

I don't know what on Earth happened to Opus but it's been awful these past two-three days.

BUT I saw someone on X say that downgrading the CLI to v2.0.64 improved Opus 4.5 performance significantly, and I tried this. It made a huge difference.

Something is wrong with the current harness.

To downgrade:

Would like to hear your input on this as well.

🌐
Reddit
reddit.com › r/claudeai › clauder, auto-updating toolkit for claude code
r/ClaudeAI on Reddit: Clauder, auto-updating toolkit for Claude Code
August 12, 2025 -

If you’re back to Claude Code after testing GPT5 (or maybe you never left 👀), we have something you might be interested in.

Clauder is an open source, auto-updating, safety first toolkit for Claude Code. The idea is to provide you with a safer configuration and a strong toolkit to work on production grade projects, and to have it auto-update so you don’t have to think about it again.

Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › official: anthropic just released claude code 2.0.70 with 13 cli changes, details below.
r/ClaudeAI on Reddit: Official: Anthropic just released Claude Code 2.0.70 with 13 CLI changes, details below.
1 week ago -

Claude Code CLI 2.0.70 changelog:

• Added Enter key to accept and submit prompt suggestions immediately (tab still accepts for editing)

• Added wildcard syntax mcp__server__* for MCP tool permissions to allow or deny all tools from a server.

• Added auto-update toggle for plugin marketplaces, allowing per-marketplace control over automatic updates.

• Added plan_mode_required spawn parameter for teammates to require plan approval before implementing changes.

• Added current_usage field to status line input, enabling accurate context window percentage calculations.

• Fixed input being cleared when processing queued commands while the user was typing.

• Fixed prompt suggestions replacing typed input when pressing Tab.

Fixed diff view not updating when terminal is resized.

Improved memory usage by 3x for large conversations.

Improved resolution of stats screenshots copied to clipboard (Ctrl+S) for crisper images.

Removed # shortcut for quick memory entry (tell Claude to edit your CLAUDE.md instead).

Fix thinking mode toggle in /config not persisting correctly.

Improve UI for file creation permission dialog.

Source: Anthropics (GitHub)

🔗: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

🔗: https://code.claude.com/docs/

🌐
Reddit
reddit.com › r/claudeai › automatically updating context in claude's project feature
r/ClaudeAI on Reddit: Automatically Updating Context in Claude's Project Feature
May 24, 2024 -

I'm curious about methods to dynamically update the context provided to Claude's new "Project" feature. Specifically, I'm working on a software project and would like to use this feature to give Claude context about my entire codebase.

Ideally, I'd want the context to update automatically whenever changes are made to the codebase. This way, Claude would always have the most up-to-date information about my project.

Does anyone know if there's a way to set up such automatic updates? Or are there any workarounds to keep the project context current without manually updating it each time?

Any insights or suggestions would be greatly appreciated!

🌐
GitHub
github.com › ruvnet › claude-flow › issues › 202
Anthropic fixed their auto-update system for Claude Code · Issue #202 · ruvnet/claude-flow
July 10, 2025 - By the way, Anthropic just fixed their auto-update mechanism for Claude Code. As you may remember, I've submitted my findings into their broken auto-update mechanism to Anthropic 2 days ago: anthropics/claude-code#3168 I'm happy to repor...
Published   Jul 10, 2025
🌐
Reddit
reddit.com › r/claudeai › new claude-code version feels like a downgrade compared to 1.0.88
r/ClaudeAI on Reddit: New Claude-Code Version Feels Like a Downgrade Compared to 1.0.88
September 10, 2025 -

The latest version of Claude-Code has completely lost its agentic qualities. It now behaves more like a basic, guessing flashlight-style local model dumb and unresponsive rather than the intelligent tool it used to be.

In [email protected], everything worked perfectly: it followed context seamlessly, remembered previous actions, created its own to-do lists, and genuinely felt like collaborating with a real coder buddy. But the new release is an absolute disaster. I have no idea whose idea it was to approve and release this version—it's a huge step backward.

I've disabled auto-updates in the .claude.json and downgraded back to [email protected], which is still perfect for my needs. I highly recommend others try downgrading too if you're facing the same issues.

🌐
Reddit
reddit.com › r/claudecode › auto claude looks very promising
r/ClaudeCode on Reddit: Auto Claude looks VERY promising
2 days ago -

Hi everyone,

Yesterday I stumbled upon a video on youtube

https://www.youtube.com/watch?v=s9nt8xaXFdg

and tried Auto-Claude.

https://github.com/AndyMik90/Auto-Claude?tab=readme-ov-file

I have to admit the project is still rough around the edges, but look incredibly promising. It has good things all around, and some others that need some small tweaks.

I was wondering if anyone has used it and what are your thoughts.

Full disclosure: I am not involved in the project, I am just sharing this because I like what I see and I'd love to hear if anyone else tried it and has some feedback!

🌐
Reddit
reddit.com › r/claudeai › who is approving these claude code updates? (it's broken, downgrade immediately)
r/ClaudeAI on Reddit: Who is approving these Claude Code updates? (It's broken, downgrade immediately)
October 14, 2025 -

With the latest version of Claude Code I am hitting context limits within 1-2 messages, which doesn't even make sense. Token usage is not correct either. I downgraded claude code to 1.0.88 and did /context again, went from 159k tokens to 54k tokens which sounds about right. Something is very wrong with the latest version of Claude Code. It's practically unusable with this bug.

I used these commands to downgrade and got back to a stable version of Claude Code, for anyone wondering:

https://github.com/anthropics/claude-code/issues/5969#issuecomment-3251208715

npm install -g @anthropic-ai/[email protected]
claude config set -g autoUpdates disabled

And you can set the model back to Sonnet 4.5 by doing
/model claude-sonnet-4-5-20250929

Edit: apparently setting autoUpdates to disabled does nothing now, check the github link to turn autoupdate off
🌐
Reddit
reddit.com › r/claudecode › claude code got a new ui.
r/ClaudeCode on Reddit: Claude code got a new UI.
September 29, 2025 -

Is it just me? I just opened a new Claude Code session and boom!. New UI. I don't know if its because of the VS Code extension or sth. But yeah. It's a bit buggy (see that local-command-stdout> thing), but yeah.

Real jumpscare. I don't yet know how i feel about it. I guess I'll just use it and see if i prefer the old one. I see no way of switching back, so this new UI better slap.

🌐
Reddit
reddit.com › r/claudecode › claude code is working again after today's update!
r/ClaudeCode on Reddit: Claude Code is working again after today's update!
September 9, 2025 -

Hey Folks,

Just wanted to quickly report that Claude Code is running perfectly again for me! Had some issues with it over the past few days/weeks, but after updating normally today, everything is working as it should.

Anthropic announced today that they've fixed various bugs, and I can confirm - it's definitely noticeable. The performance is back and commands are executing correctly.

Has anyone else had similar experiences?

  • Did you also have problems with Claude Code recently?

  • Is it working better for you after the update?

  • What specific improvements have you noticed?

Curious to hear about your experiences!

🌐
Reddit
reddit.com › r/claudeai › kind of annoyed at every ui update claude code has received so far
r/ClaudeAI on Reddit: Kind of annoyed at every UI update Claude Code has received so far
June 25, 2025 -

Figured this wouldn't fit the Megathread but - every update in terms of the UI that Code has received so far has been absolute buttcheeks.

First, the errors Claude would get from tool calls got hidden away, sure, no big deal, not like it's THAT important whether the issue is some access thing or smth more innocuous, not too bad

Then the remaining context label disappeared so now instead of being able to time compact requests, you now suddenly learn you only have 10% context left and have to compact immediately, right after a 3-message-long context setup. Starting to be a bit annoying. Hell, sometimes the context warning doesn't arrive until the entire context window is full, so now you lost both the context AND tokens

Now the TODO lists are completely obfuscated! What's even the point? It feels like Anthropic hired a new designer who's previous job was Airbnb with the way each update was just going more and more into minimalism.

A bit absurd really