- Add npm global bin dir to zsh path array so agent-browser
(and other npm -g binaries) are found in interactive shells
- Fix activation check to look for the binary at the actual npm
prefix path instead of relying on command -v with wrong PATH
- Add chromium to netty system packages
- Add home/agent-browser.nix: configures agent-browser to use nix
chromium headless, installs via npm on first activation (Linux only)
- Add scripts/sync-bw-browser-auth.sh: imports all BW login items
into agent-browser encrypted auth vault via --password-stdin
- Add just sync-browser-auth target