mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-06-10 21:24:56 +03:00
d339b43763
OpenCode only accepts hex color codes (e.g. #00FFFF), not named colors (e.g. cyan). Add resolve_opencode_color() with a 14-entry lookup table and wire it into convert_opencode(). Colors already in hex pass through.