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.

分支1Tags0
文件最后提交记录最后更新时间
fix: point $schema at schemastore.org (URL was 404) (#52239) The previous URL never resolved. Points at SchemaStore instead, where the schema is being added (generated from the Zod source in claude-cli-internal). Fixes #9686.1 个月前
Tighten invalid-label rule and require a category label on new issues 1 个月前
feat(devcontainer): add Claude Code extension and VS Code marketplace URLs - Add anthropic.claude-code extension to default extensions list - Allow VS Code marketplace URLs in firewall configuration: - marketplace.visualstudio.com (marketplace API) - vscode.blob.core.windows.net (extension downloads) - update.code.visualstudio.com (VS Code updates/metadata) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> 8 个月前
Pin GitHub Actions to commit SHAs 22 天前
Claude Code 1 年前
Improving the robustness of prerequisite checks 9 个月前
Add MDM deployment example templates (#45866)1 个月前
feat(code-review): pass confirmed=true when posting inline comments The inline-comment MCP tool now requires confirmed=true to post (otherwise calls are buffered). This structurally prevents subagent test/probe comments from reaching customer PRs — subagents that inherit the tool and probe it without confirmed=true see their calls harmlessly buffered. Backward compatible: against older versions of claude-code-action that don't know the param, the extra field is ignored and the comment posts as before. 2 个月前
Read issue number from workflow event in helper scripts (#40969) Updates edit-issue-labels.sh and comment-on-duplicates.sh to read the issue number from GITHUB_EVENT_PATH (the workflow event payload) instead of accepting it as a CLI argument. Simplifies the call signature and keeps the scripts aligned with the triggering issue. Also updates the /triage-issue and /dedupe command docs to match. :house: Remote-Dev: homespace1 个月前
Squashed history of Claude Code 1 年前
feat: Add learning-output-style plugin Add interactive learning mode plugin that requests meaningful code contributions at decision points. Based on the unshipped Learning output style, this plugin engages users in active learning by having them write 5-10 lines of code for business logic, error handling, and design decisions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> 6 个月前
chore: Update CHANGELOG.md and feed.xml 8 天前
Release Claude Code 1.0.0 with general availability - Update CHANGELOG.md to announce 1.0.0 GA release and new models - Remove beta language from LICENSE.md and README.md - Update README title and remove research preview section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> 11 个月前
docs: update installation instructions in README - Add note that npm installation is deprecated - Add link to setup documentation - Add WinGet installation option for Windows - Update Homebrew to indicate MacOS/Linux support - Mark recommended installation methods - Improve formatting with proper indentation 4 个月前
Update HackerOne links in SECURITY.md (#53949) * Update HackerOne links in SECURITY.md * Rename VDP heading to Anthropic Bug Bounty22 天前
Update demo.gif with latest recording 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> 7 个月前
chore: Update CHANGELOG.md and feed.xml 8 天前

Claude Code

npm

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. Use it in your terminal, IDE, or tag @claude on Github.

Learn more in the official documentation.

Get started

Note

Installation via npm is deprecated. Use one of the recommended methods below.

For more installation options, uninstall steps, and troubleshooting, see the setup documentation.

  1. Install Claude Code:

    MacOS/Linux (Recommended):

    curl -fsSL https://claude.ai/install.sh | bash
    

    Homebrew (MacOS/Linux):

    brew install --cask claude-code
    

    Windows (Recommended):

    irm https://claude.ai/install.ps1 | iex
    

    WinGet (Windows):

    winget install Anthropic.ClaudeCode
    

    NPM (Deprecated):

    npm install -g @anthropic-ai/claude-code
    
  2. Navigate to your project directory and run claude.

Plugins

This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins.

Reporting Bugs

We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue.

Connect on Discord

Join the Claude Developers Discord to connect with other developers using Claude Code. Get help, share feedback, and discuss your projects with the community.

Data collection, usage, and retention

When you use Claude Code, we collect feedback, which includes usage data (such as code acceptance or rejections), associated conversation data, and user feedback submitted via the /bug command.

How we use your data

See our data usage policies.

Privacy safeguards

We have implemented several safeguards to protect your data, including limited retention periods for sensitive information, restricted access to user session data, and clear policies against using feedback for model training.

For full details, please review our Commercial Terms of Service and Privacy Policy.

项目介绍

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.

定制我的领域

下载使用量

0

项目总下载次数(含Clone、Pull、 zip 包及 release 下载),每日凌晨更新

语言类型

Shell47.13%
Python29.23%
TypeScript17.66%
PowerShell4.06%
Dockerfile1.92%