Commit 474d57f
Improve setup login: browser hint and env inheritance (#11)
## Summary
- Print helpful message before login ("If a browser window does not
open, copy the URL from the output below")
- Explicitly inherit environment via `cmd.Env = os.Environ()` so
`DISPLAY`/`WAYLAND_DISPLAY` are available for browser opening on Linux
## Test plan
- [x] `go test -v ./...` passes
- [ ] Test on Linux: verify browser opens or URL is visible in output
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3a37ad7 commit 474d57f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
0 commit comments