🌐
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
🌐
GitHub
github.com › ruvnet › claude-flow › issues › 171
Claude Code auto-update system is broken. Possible ...
July 8, 2025 - Problem: The default installation path directly contradicts the documentation's promise of auto-updates. It provides the latest code but with a non-functional update mechanism, forcing the user to take corrective action immediately. Path 2: The "Alternative" curl Script Installation · This is presented as an "Alpha" method in the documentation. $ curl -fsSL claude.ai/install.sh | bash # Installs an OLDER "stable" version (v1.0.38) $ claude doctor # -> Currently running: native (1.0.38) # -> Auto-updates: Yes
Published   Jul 08, 2025
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
📋 Progress Tracking: Visual progress indicators with checkboxes that dynamically update as Claude completes tasks · 📊 Structured Outputs: Get validated JSON results that automatically become GitHub Action outputs for complex automations · 🏃 Runs on Your Infrastructure: The action executes entirely on your own GitHub runner (Anthropic API calls go to your chosen provider) ⚙️ Simplified Configuration: Unified prompt and claude_args inputs provide clean, powerful configuration aligned with Claude Code SDK
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
🌐
GitHub
github.com › 0xRaghu › claude-code-updater
GitHub - 0xRaghu/claude-code-updater: Auto-updater wrapper for Claude Code that checks for updates before execution
Auto-updater wrapper for Claude Code that checks for updates before execution - 0xRaghu/claude-code-updater
Author   0xRaghu
🌐
GitHub
github.com › anthropics › claude-code › blob › main › CHANGELOG.md
claude-code/CHANGELOG.md at main · anthropics/claude-code
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
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-code › issues › 114
Allow disabling automatic updates · Issue #114 · anthropics/claude-code
February 26, 2025 - Claude code should allow the user to disable automatic updates if they receive updates via a package manager. Currently claude code asks every time it's opened for permissions to modify the global npm directory.
Published   Feb 26, 2025
🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master. Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows.
Starred by 18.5K users
Forked by 1.1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Update process: Downloads and installs ... next time you start Claude Code Disable auto-updates: Set the DISABLE_AUTOUPDATER environment variable in your shell or settings.json file:...
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
This repository includes several Claude Code plugins that extend functionality with custom commands and agents.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
Find elsewhere
🌐
GitHub
github.com › anthropics › claude-code › issues › 5226
[BUG] Auto-update failed error persists after manual update · Issue #5226 · anthropics/claude-code
August 6, 2025 - The error message "✗ Auto-update failed" persists in the CLI interface despite successful manual update. ... claude doctor Diagnostics └ Currently running: npm-global (1.0.69) └ Path: C:\Program Files\nodejs\node.exe └ Auto-updates enabled: true └ Update permissions: Yes
Published   Aug 06, 2025
🌐
Medium
medium.com › @fra.bernhardt › automate-your-documentation-with-claude-code-github-actions-a-step-by-step-guide-2be2d315ed45
Automate Your Documentation with Claude Code & GitHub Actions: A Step-by-Step Guide | by Frank Bernhardt | Medium
October 3, 2025 - GitHub API Integration: Works ... who’s really good at documentation and never forgets to update it. ... PR-Triggered Docs Updater: Automatically updates documentation whenever code changes are made in a pull ...
🌐
Depot
depot.dev › blog › how-we-automated-github-actions-runner-updates-with-claude
How we automated GitHub Actions Runner updates with Claude
July 16, 2025 - Remember: - Keep ALL ARM64 modifications - Only update line numbers and context - Test that the patch applies cleanly - DO NOT remove any patches or suggest workarounds that would lose ARM64 functionality - **CRITICAL**: The new patch MUST make it so that, post-patch, things will run for ARM64 - You are MODIFYING the patch to ensure ARM64 compatibility, not just copying it - You may not consider the task complete until `make` runs without issue EOFCopy code · We have a shell script around running depot claude that essentially sets up the context needed, checks if the patch file needs to be modified at all, and then runs the prompt. Once Claude modifies the patch file, we can run it through our build process to verify that it applies correctly: resolve_conflicts() { print_message "$YELLOW" "Attempting automatic conflict resolution with depot claude..."
🌐
GitHub
github.com › AndyMik90 › Auto-Claude
GitHub - AndyMik90/Auto-Claude: Autonomous multi-session AI coding
Insights - Chat interface for exploring your codebase · Ideation - Discover improvements, performance issues, and vulnerabilities · Changelog - Generate release notes from completed tasks · Auto-Claude/ ├── apps/ │ ├── backend/ # Python agents, specs, QA pipeline │ └── frontend/ # Electron desktop application ├── guides/ # Additional documentation ├── tests/ # Test suite └── scripts/ # Build utilities
Starred by 2.9K users
Forked by 376 users
Languages   TypeScript 52.4% | Python 45.7%
🌐
GitHub
github.com › anthropics › claude-code › issues › 566
[BUG] Cannot disable auto updater without disabling auto updater · Issue #566 · anthropics/claude-code
March 19, 2025 - I use claude code in my editor, and don't like being bothered everytime with the "Enable automatic update?" message. To prevent this, I have some setup code in my editor to run claude config set -g autoUpdaterStatus disabled.
Published   Mar 19, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 5753
disable auto updater · Issue #5753 · anthropics/claude-code
August 14, 2025 - claude config set -g autoUpdates disabled doesn't work for me!!! I use: DISABLE_AUTOUPDATER=1 claude
Published   Aug 14, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 14452
[Bug] Auto-update fails in v2.0.72: new version stuck in temp folder, breaks claude command · Issue #14452 · anthropics/claude-code
1 week ago - Upon release of 2.0.72 the update always fails. Further investigation reveals that the new version is stuck in a "temp" folder inside the global node_modules/@anthropic-ai/claude-code folder, thus "deleting" the claude command:
Published   Dec 18, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 6021
[BUG] Claude Code Auto-Updater Not Replacing Active ...
August 18, 2025 - Claude Code Version: 1.0.67 (attempting ... auto-updates enabled · The claude update command reports successful updates but the active executable is not replaced, causing the old version to continue running....
Published   Aug 18, 2025
🌐
GitHub
github.com › anthropics › claude-code-action › releases
Releases · anthropics/claude-code-action
CI Failure Fixes - Automatically diagnose and fix failing tests · Issue Triage - Smart categorization and response to new issues · Documentation Generation - Keep docs in sync with code changes · Security Scanning - Proactive vulnerability detection · And many more! 🔧 Check out all examples at github.com/anthropics/claude-code-action/tree/main/examples
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-code › issues › 2419
[BUG] Auto-update fails for claude-code on Ubuntu 25.04 · Issue #2419 · anthropics/claude-code
June 21, 2025 - This installation method does not depend on global npm permissions. If auto-updates aren't working, you can force update with: cd ~/.claude/local && npm update @anthropic-ai/claude-code Press Enter to continue…
Published   Jun 21, 2025
🌐
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.