claude-code-on-the-web.md +15 −1
363. Install the Claude GitHub app in your repositories363. Install the Claude GitHub app in your repositories
374. Select your default environment374. Select your default environment
385. Submit your coding task385. Submit your coding task
39396. Review changes and create a pull request in GitHub6. Review changes in diff view, iterate with comments, then create a pull request
40 40
41## How it works41## How it works
42 42
495. **Completion**: You're notified when finished and can create a PR with the changes495. **Completion**: You're notified when finished and can create a PR with the changes
506. **Results**: Changes are pushed to a branch, ready for pull request creation506. **Results**: Changes are pushed to a branch, ready for pull request creation
51 51
52## Review changes with diff view
53
54Diff view lets you see exactly what Claude changed before creating a pull request. Instead of clicking "Create PR" to review changes in GitHub, view the diff directly in the app and iterate with Claude until the changes are ready.
55
56When Claude makes changes to files, a diff stats indicator appears showing the number of lines added and removed (for example, `+12 -1`). Select this indicator to open the diff viewer, which displays a file list on the left and the changes for each file on the right.
57
58From the diff view, you can:
59
60* Review changes file by file
61* Comment on specific changes to request modifications
62* Continue iterating with Claude based on what you see
63
64This lets you refine changes through multiple rounds of feedback without creating draft PRs or switching to GitHub.
65
52## Moving tasks between web and terminal66## Moving tasks between web and terminal
53 67
54You can start tasks on the web and continue them in your terminal, or send tasks from your terminal to run on the web. Web sessions persist even if you close your laptop, and you can monitor them from anywhere including the Claude iOS app.68You can start tasks on the web and continue them in your terminal, or send tasks from your terminal to run on the web. Web sessions persist even if you close your laptop, and you can monitor them from anywhere including the Claude iOS app.