chore(devenv): Skip claude onboarding in dev container#834
chore(devenv): Skip claude onboarding in dev container#834brendan-kellam merged 2 commits intomainfrom
Conversation
|
@brendan-kellam your pull request is missing a changelog! |
|
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 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 |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.devcontainer/scripts/post-create.sh:
- Line 26: Update the progress counter strings in the post-create.sh script so
they consistently reflect five total steps: find the echo statements that print
"[1/4]", "[2/4]", and "[3/4]" and change them to "[1/5]", "[2/5]", and "[3/5]"
respectively (the echo currently showing "[4/5]" can remain as-is); look for
these literal strings in post-create.sh to locate the statements to modify.
Sets the
hasCompletedOnboardingtotruein the home.claude.jsonfile s.t., we skip over the onboarding steps when trying to use claude in a code workspaceSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.