native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(asset): make Codex icon render solid + cutout under template tint

The two-path Codex SVG painted as a hollow flower with the `>_` glyph
filled in the middle when SwiftUI flattens it for template rendering
(both paths take currentColor; evenodd on the flower turns it into a
ring instead of a solid mark).

Merge the glyph sub-paths into the flower path and drop the
`m0 1.328` inner sub-ring so a single `fill-rule="evenodd"` path
gives a solid flower with the `>_` punched out as native cutouts —
matching what LobeHub's React component achieves via two-colour fill.

onevcat f31eecc9 a372091d

+1 -1
+1 -1
supacode/Assets.xcassets/CommandIcons/Codex.imageset/Codex.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" viewBox="1 1 18 18" fill="currentColor"><path d="M13.333 11.418a.665.665 0 0 1 0 1.33h-2.5a.665.665 0 1 1 0-1.33zM6.741 7.347a.665.665 0 0 1 .912.228l1.25 2.083a.67.67 0 0 1 0 .685l-1.25 2.083a.666.666 0 0 1-1.14-.685L7.557 10 6.513 8.259a.665.665 0 0 1 .228-.912"/><path fill-rule="evenodd" d="M9.002 1.75c1.114 0 2.134.405 2.922 1.072q.392-.072.806-.073a4.523 4.523 0 0 1 4.447 5.326 4.524 4.524 0 0 1-1.922 7.18 4.52 4.52 0 0 1-4.256 2.995 4.5 4.5 0 0 1-2.923-1.073q-.391.072-.805.074a4.523 4.523 0 0 1-4.448-5.327 4.5 4.5 0 0 1-1.066-2.69l-.007-.233a4.53 4.53 0 0 1 2.994-4.258A4.525 4.525 0 0 1 9.002 1.75m0 1.328a3.2 3.2 0 0 0-3.087 2.367.67.67 0 0 1-.47.47 3.197 3.197 0 0 0-1.43 5.346.67.67 0 0 1 .17.64q-.106.398-.108.828A3.195 3.195 0 0 0 8.1 15.815l.087-.017a.66.66 0 0 1 .552.188 3.197 3.197 0 0 0 5.346-1.432l.028-.083a.66.66 0 0 1 .442-.386 3.2 3.2 0 0 0 2.368-3.086c0-.882-.358-1.681-.937-2.26a.66.66 0 0 1-.17-.64q.107-.397.108-.828A3.196 3.196 0 0 0 11.9 4.185a.66.66 0 0 1-.64-.171 3.19 3.19 0 0 0-2.093-.933z" clip-rule="evenodd"/></svg> 1 + <svg xmlns="http://www.w3.org/2000/svg" viewBox="1 1 18 18" fill="currentColor"><path fill-rule="evenodd" d="M9.002 1.75c1.114 0 2.134.405 2.922 1.072q.392-.072.806-.073a4.523 4.523 0 0 1 4.447 5.326 4.524 4.524 0 0 1-1.922 7.18 4.52 4.52 0 0 1-4.256 2.995 4.5 4.5 0 0 1-2.923-1.073q-.391.072-.805.074a4.523 4.523 0 0 1-4.448-5.327 4.5 4.5 0 0 1-1.066-2.69l-.007-.233a4.53 4.53 0 0 1 2.994-4.258A4.525 4.525 0 0 1 9.002 1.75zM13.333 11.418a.665.665 0 0 1 0 1.33h-2.5a.665.665 0 1 1 0-1.33zM6.741 7.347a.665.665 0 0 1 .912.228l1.25 2.083a.67.67 0 0 1 0 .685l-1.25 2.083a.666.666 0 0 1-1.14-.685L7.557 10 6.513 8.259a.665.665 0 0 1 .228-.912z"/></svg>