Files
DeepSeek-TUI/extensions
Hunter Bown 73cd21796c brand: propagate the whale tile mark beyond web (#5738)
The website already carries the new Codewhale mark (PR #5734:
web/app/icon.svg and its raster derivatives). Bring the remaining
in-repo brand surfaces onto the same source so they match in style.

- crates/tui/src/runtime_web/codewhale-192.png: regenerated from the
  canonical web/public/icon-512.png at 192x192 (RGBA). Served at
  /assets/codewhale-192.png by runtime_api and used by the runtime web
  client's brand mark and empty-state mark; no manifest lists sizes.
- extensions/vscode/media/codewhale.svg: the activity-bar view-container
  icon. VS Code renders it as an alpha mask in the theme foreground, so
  this is the traced whale silhouette only (same path as web/app/icon.svg,
  viewBox cropped square around the whale). No defs, script, or
  foreignObject.
- extensions/vscode/media/icon.png + package.json "icon": the marketplace
  listing icon (256x256 RGBA, resized from web/public/icon-512.png). The
  extension previously declared no marketplace icon.
- crates/tui/src/integrations/dsh/brand.js: the DSH brand lockup's inline
  SVG was still the retired Signal Current mark; it now carries the tile
  gradient and whale path from web/app/icon.svg. The dsh tests that
  pinned the old paths and the 24px svg rule follow the new mark.

Signed-off-by: CodeWhale Bot <hmbown@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: CodeWhale Bot <bot@codewhale.net>
2026-09-01 01:00:18 -07:00
..