Adom Bridge
Public Made by Adomby adom
Adom Bridge unleashes your AI onto your full PC: full power, full safety. The AI breaks out of the container it runs in and onto your real machine, managing and running your entire laptop as you: launch apps, move files, drive any window, control KiCad, Fusion 360 or your real signed-in browser. Works with any AI, cloud or local (Claude Desktop, Claude Code, Codex), no Hydrogen required. Bridge and its bridges are an operating system for AI, with managed Node and Python runtimes, and a human-onl
Shell-approval toast must show the full command + args, not just 'powershell' (moved from hydrogen-desktop#8)
Type: Bug (moved from adom/hydrogen-desktop#8, filed by kaleymer)
The shell-approval toast shows only the bare program name ("powershell"), never the args or -Command payload that determine what actually runs. A user is asked to grant 1h/24h approval with zero visibility into the command, so responsible users deny everything and are blocked.
Since approvals moved into AD (>= 1.9.191), HD only mirrors AD's toast, so this fix lives here now:
- Show the full command + args in the approval toast/dialog (truncated preview + expandable details for long payloads).
- Make explicit what a 1h/24h grant covers (any invocation of that interpreter vs the specific command); ideally scope the time-boxed grants to the specific command.
Original report with repro: https://wiki.adom.inc/adom/hydrogen-desktop (issue #8, now closed as moved).