🌐
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%
🌐
GitHub
github.com › anthropics › claude-code › blob › main › CHANGELOG.md
claude-code/CHANGELOG.md at main · anthropics/claude-code
VS Code: Fixed .claude.json config file being read from incorrect location · Pro users now have access to Opus 4.5 as part of their subscription! Fixed timer duration showing "11m 60s" instead of "12m 0s" Windows: Managed settings now prefer ...
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-code › releases
Releases · anthropics/claude-code
View all tags · v2.0.74 Latest · Latest · Added LSP (Language Server Protocol) tool for code intelligence features like go-to-definition, find references, and hover documentation ·
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-code-action › releases
Releases · anthropics/claude-code-action
custom_instructions, model, allowed_tools, mcp_config → claude_args with CLI format · Other deprecated: disallowed_tools, anthropic_model, trigger_phrase, timeout_minutes · 📚 Please review our Migration Guide for detailed upgrade instructions and examples. Explore the expanded possibilities with v1.0! We've created comprehensive examples showcasing various workflows: Automated PR Reviews - Intelligent code review on every pull request
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
⚙️ Simplified Configuration: Unified prompt and claude_args inputs provide clean, powerful configuration aligned with Claude Code SDK · See our Migration Guide for step-by-step instructions on updating your workflows to v1.0. The new version simplifies configuration while maintaining compatibility with most existing setups.
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
All parts of Claude Code's system prompt, including builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, Bash cmd, security review, agent creation, etc.). Updated for each Claude Code version.
Starred by 18.5K users
Forked by 1.1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
Claude
code.claude.com › docs › en › github-actions
Claude Code GitHub Actions - Claude Code Docs
You can use the SDK to build custom automation workflows beyond GitHub Actions. Claude Opus 4.5 is now available. Claude Code GitHub Actions default to Sonnet.
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
Latest version: 2.0.76, last published: 20 hours ago. Start using @anthropic-ai/claude-code in your project by running `npm i @anthropic-ai/claude-code`. There are 179 other projects in the npm registry using @anthropic-ai/claude-code.
      » npm install @anthropic-ai/claude-code
    
Published   Dec 22, 2025
Version   2.0.76
Author   Anthropic
🌐
GitHub
github.com › Cranot › claude-code-guide
GitHub - Cranot/claude-code-guide: Claude Code Comprehensive Guide
Here's the error log: [paste log]" # Investigation with Debug agent > "Use the debugger agent to investigate this issue" # Root cause analysis > "Explain what's causing this and why it's intermittent" # Fix > "Implement a fix for this issue" # Prevention > "Add tests and logging to prevent this in the future" # Documentation > "Update CLAUDE.md with what we learned about this issue" # Analyze current API > "Document all endpoints in the v1 API" # Plan migration > "Create a migration plan from v1 to v2 with these changes: [list changes]" # Implement new version > "Implement the v2 API alongside v1" # Ensure backward compatibility > "Create a compatibility layer so v1 clients still work" # Testing > "Create tests ensuring both v1 and v2 work correctly" # Documentation > "Generate migration guide for API consumers"
Starred by 2.2K users
Forked by 244 users
Find elsewhere
🌐
ClaudeLog
claudelog.com › home › changelog
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
Complete version history of Claude Code releases, from early beta versions to the latest stable release. Each version includes feature additions, bug fixes, and links to relevant documentation. Need to downgrade?
🌐
Anthropic
anthropic.com › news › claude-opus-4-5
Introducing Claude Opus 4.5
Claude Opus 4.5 delivers high-quality code and excels at powering heavy-duty agentic workflows with GitHub Copilot.
🌐
Reddit
reddit.com › r/claudeai › official: anthropic released claude code 2.0.73 with 9 cli changes,details below
r/ClaudeAI on Reddit: Official: Anthropic released Claude code 2.0.73 with 9 CLI changes,details below
5 days ago -

Claude Code CLI 2.0.73 changelog:

Added clickable [Image #N] links that open attached images in the default viewer.

• Added alt-y yank-pop to cycle through kill ring history after ctrl-y yank.

• Added search filtering to the plugin discover screen (type to filter by name, description, or marketplace).

• Added support for custom session IDs when forking sessions with --session-id combined with --resume or --continue and --fork-session

Fixed slow input history cycling and race condition that could overwrite text after message submission.

• Improved /theme command to open theme picker directly.

• Improved theme picker UI.

Improved search UX across resume session, permissions, and plugins screens with a unified SearchBox component.

• [VSCode] Added tab icon badges showing pending permissions (blue) and unread completions (orange).

Source: Anthropics Claude Code(GitHub)

🌐
GitHub
github.com › musistudio › claude-code-router
GitHub - musistudio/claude-code-router: Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
To better monitor the status of claude-code-router at runtime, version v1.0.40 includes a built-in statusline tool, which you can enable in the UI.
Starred by 24K users
Forked by 1.9K users
Languages   TypeScript 95.4% | JavaScript 2.9% | CSS 1.6%
🌐
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/

🌐
GitHub
github.com › marketplace › actions › claude-code-action-official
Claude Code Action Official - GitHub Marketplace
Can answer questions and implement code changes · v1Latest · By anthropics · Verified creator · Star4.4K (4.4K)You must be signed in to star a repository · Use latest version · Choose a version · 1 (1) ai-assisted ·
🌐
GitHub
github.com › anthropics › claude-code › issues › 14902
[BUG] Native Windows install of Claude Code is not viable · Issue #14902 · anthropics/claude-code
4 days ago - Version: 2.0.67 Location: C:\Users\priya\.local\bin\claude.exe Next: Run claude --help to get started ‼ Setup notes: • installMethod is native, but claude command not found at C:\Users\priya\.local\bin\claude.exe ✅ Installation complete!
Published   Dec 20, 2025
🌐
GitHub
github.com › thedotmack › claude-mem
GitHub - thedotmack/claude-mem: A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
Switch between stable and beta versions from the web viewer UI at http://localhost:37777 → Settings. See Beta Features Documentation for details on Endless Mode and how to try it. Node.js: 18.0.0 or higher · Claude Code: Latest version with ...
Starred by 8.9K users
Forked by 532 users
Languages   TypeScript 81.5% | JavaScript 13.7% | HTML 4.3%
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Stop bouncing between tools. Claude Code integrates with GitHub, GitLab, and your command line tools to handle the entire workflow—reading issues, writing code, running tests, and submitting PRs—all from your terminal.
🌐
GitHub
github.com › anthropics › claude-code › issues › 13576
[BUG] Latest Claude Code version not available in claude-agent-sdk · Issue #13576 · anthropics/claude-code
2 weeks ago - v2.0.64 of the Claude Code CLI was released last night. However, the latest version of the claude-agent-sdk is still v0.1.62 the next day.
Published   Dec 10, 2025