You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(claude-code): add Chrome integration section to NOTES.md
Document how to use `claude --chrome` inside a Dev Container by
combining the claude-code and chrome features with VNC display mode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/claude-code/NOTES.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,38 @@ Replace `vscode` with the actual name of your user (see `remoteUser` property).
33
33
],
34
34
```
35
35
36
+
## Chrome Integration (`claude --chrome`)
37
+
38
+
Claude Code supports a Chrome integration via `claude --chrome`. To use this inside a Dev Container, combine the `claude-code` feature with the [`chrome`](https://github.com/tmaier/devcontainer-features/tree/main/src/chrome) feature configured for VNC display mode:
0 commit comments