docs: Update Claude Code installation method from npm to native installer - #426
docs: Update Claude Code installation method from npm to native installer#426keito4 wants to merge 1 commit into
Conversation
…ller Claude Code has switched from npm to native installer. Updated related scripts and documentation to reflect this change. Changes: - script/update-claude-code.sh: Use 'claude update' instead of npm - .claude/commands/update-claude-code.md: Update documentation - README.md: Update all references to Claude Code installation/update Co-authored-by: keito4 <keito4@users.noreply.github.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR レビュー: Claude Code インストール方法の npm からネイティブインストーラーへの移行概要このPRは、Claude Code のインストール方法を npm ベースからネイティブインストーラーへ移行する対応です。全体的に適切な変更ですが、いくつかの重要な問題と改善点があります。 🔴 Critical Issues(マージ前に対応必須)1.
|
| カテゴリ | 件数 | 状態 |
|---|---|---|
| Critical Issues | 3 | 🔴 対応必須 |
| Important Issues | 2 | |
| Suggestions | 2 | 💡 任意 |
総合評価: 適切な方向性だが、マージ前に Critical Issues の対応が必要
🤖 Generated with Claude Code
Summary
Claude Code has switched from npm to native installer. This PR updates all related scripts and documentation to reflect this change.
Changes
Scripts
claude updatecommandclaude --versionto check current versionclaude updateto perform updatesCommands
Documentation
Background
The following message is now displayed when using npm-based Claude Code:
Testing
Related Issue
Closes #422
🤖 Generated with Claude Code