mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-07 10:06:34 +00:00
- Icon.tsx: "warning" caution triangle (24px grid, 1.7 stroke, Lucide-style rounded triangle + exclamation) matching the existing icon set. - Composer.tsx: ModeOption extends Dropdown's Option with `caution` (warning triangle before the label, themed via text-warnInk so it follows light/dark) and `note` (a second, dimmer italic line under the description). Bypass approvals carries the caution icon. The Auto-Approve picker entry itself remains unshipped until the settings pass gates it on the server-exposed auto_approve flag; its copy is decided (owner, 2026-08-12): description "A reviewer clears routine actions; doubtful ones still ask", note "Uses your session model for judgement - one extra model call per check". tsc clean; 111 GUI unit tests pass; rendered live and verified (note line under Auto-Approve, warnInk triangle on Bypass).