fix: run Claude Code native installer as vscode user - #428
Conversation
rootユーザーとしてインストールすると/root/.claude/local/binに インストールされてしまい、vscodeユーザーからアクセスできない問題を修正 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
🔍 AI Code Review (Local Hook)Models: Codex (gpt-5.2-codex) / Gemini (gemini-2.5-pro) 🤖 Codex Review指摘事項はありません。 全体判定: patch is correct ✨ Gemini Reviewこの変更には、指摘すべき重要な問題は見つかりませんでした。 判定: patch is correct 🤖 Generated by post_pr_ai_review.py hook |
コードレビュー概要Claude Codeのインストールをvscodeユーザーで実行するように修正した変更を確認しました。この修正は適切で、問題を正しく解決しています。 良い点
確認事項1. PATHの整合性 ✅
2. 権限の確認 ✅
3. エラーハンドリング
|
|
🎉 This PR is included in version 1.63.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
vscodeユーザーとして実行するように修正rootユーザーでインストールすると/root/.claude/local/binにインストールされ、vscodeユーザーからアクセスできない問題を解決Test plan
claudeコマンドが動作することを確認/home/vscode/.claude/local/bin/claudeにインストールされていることを確認🤖 Generated with Claude Code
Summary by CodeRabbit