Skip to content

Conversation

@brendan-kellam
Copy link
Contributor

@brendan-kellam brendan-kellam commented Jan 31, 2026

Sets the hasCompletedOnboarding to true in the home .claude.json file s.t., we skip over the onboarding steps when trying to use claude in a code workspace

Summary by CodeRabbit

  • New Features
    • Added Claude Code onboarding configuration step to development environment setup.
    • Enhanced default configuration to include GitHub repository connections.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions
Copy link
Contributor

@brendan-kellam your pull request is missing a changelog!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 31, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

The .devcontainer/scripts/post-create.sh script is updated to expand the post-create steps from 4→5, adjust all progress labels to [n/5], add a final step that creates or updates ~/.claude.json to set hasCompletedOnboarding: true, and extend the default config.json creation to include a connections block with a GitHub repo entry.

Changes

Cohort / File(s) Summary
Devcontainer Post-Create Script
.devcontainer/scripts/post-create.sh
Incremented progress labels from [1/4]..[4/4] to [1/5]..[4/5] and added new step [5/5] to create or update ~/.claude.json setting hasCompletedOnboarding: true (inline Node command when file exists, or create file when missing). Also updated default config.json generation to include a connections block with a GitHub repo.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a step to skip Claude onboarding in the dev container by configuring ~/.claude.json during post-creation setup.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bkellam/skip-claude-onboarding

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@claude
Copy link

claude bot commented Jan 31, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@brendan-kellam brendan-kellam merged commit f7e96b9 into main Jan 31, 2026
8 of 9 checks passed
@brendan-kellam brendan-kellam deleted the bkellam/skip-claude-onboarding branch January 31, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants