zot/internal
patriceckhart 1dafef8fea assets: refresh zot logo to cleaner pixel-art Z
New 1024x1024 source replaces the previous 744x744 pixel-art
Z at internal/assets/zot-logo.png. Same file is:

  - embedded into the binary via //go:embed (served at /logo.png
    by both the oauth callback and the api-key login http
    servers)
  - referenced in README.md's top <img> tag at width=130

No code or layout change. Auth pages already render it via a
CSS image-rendering: pixelated rule so the larger source
downscales cleanly.

All tests pass; go install produces a binary with the new bytes
embedded.
2026-04-20 12:01:43 +02:00
..
agent chore(tui): reorder slash catalog 2026-04-20 11:41:45 +02:00
assets assets: refresh zot logo to cleaner pixel-art Z 2026-04-20 12:01:43 +02:00
auth feat(auth,tui): dark login pages + /logout picker 2026-04-19 20:14:22 +02:00
core feat(session): /session fork + /session tree 2026-04-20 11:10:56 +02:00
extproto feat(ext): phase 4 - full-event interception, arg rewrites, /reload-ext 2026-04-19 17:02:04 +02:00
provider perf(anthropic): fix cost double-count, tighten caching, correct catalog 2026-04-19 18:57:18 +02:00
skills perf(prompt): cut system prompt to the bone (410 -> 54 tokens) 2026-04-19 17:39:38 +02:00
tui feat(tui): /telegram connect | disconnect | status 2026-04-20 09:18:04 +02:00