docs: Improve installation instructions with post-install steps and troubleshooting#155
docs: Improve installation instructions with post-install steps and troubleshooting#155visahak wants to merge 4 commits into
Conversation
…kerfile - Replace separate sandbox/Dockerfile and sandbox/codex/Dockerfile with a single multi-stage Dockerfile (--target claude / --target codex) - Rename sandbox-* justfile targets to claude-* for agent clarity - Add sandbox-build/sandbox-clean with optional target param (claude/codex/all) - Add codex-run and codex-test justfile targets - Add sandbox/codex/entrypoint.sh and bootstrap_codex_config.py - Merge sandbox/codex/README.md into unified sandbox/README.md - Update docs/integrations/evolve-lite.md target references - Add docs/integrations/evolve-lite-codex.md for Codex integration walkthrough - Add OPENAI_API_KEY placeholder to sandbox/sample.env Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…roubleshooting - Add explicit restart requirement for Bob IDE after installation - Add post-installation verification steps for all platforms - Add comprehensive troubleshooting section for common issues - Clarify what gets installed and where files are located - Add troubleshooting to Hello World tutorial - Address user feedback about unclear installation process Fixes issues reported by users where modes didn't appear after installation because they didn't restart the IDE.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR introduces Codex IDE integration alongside existing Claude Code support. It includes multi-stage Docker builds for both platforms, adds Codex-specific bootstrap and entrypoint scripts, renames Claude-related build targets, creates new Codex targets in the justfile, expands documentation with setup and usage guides, and adds Evolve Lite Codex integration documentation. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
Problem
Users reported modes not appearing after installation because the restart requirement wasn't documented.
Changes
Impact
Addresses user feedback about unclear installation process and reduces support burden.
Summary by CodeRabbit
New Features
Documentation