fc75eeb76d
tool-starter.tsx was hardcoding ssh_key_ids=[] and only showing a read-only SSH key status. Users couldn't select keys when starting tools from workspaces. Changes: - tool-starter.tsx: add checkboxes for SSH key selection with repo key pre-selected, pass selected keys to createInstance/startInstance - AGENTS.md: add explicit rule forbidding docker compose commands without user approval and proper isolation The web container must be rebuilt to pick up the frontend changes: docker compose up -d --build web Quality gates: tsc clean, pytest (19 passed, 1 skipped)