zot/internal
patriceckhart 5a70030bb6 tweak(tui): update banner emits the short domain install command
recommendedUpdateCommand() used to produce a raw.github URL
which is two redirects off the domain the rest of the project
hard-codes. The update-available banner in the TUI now matches
the README and website install snippets:

  curl -fsSL https://zot.patriceckhart.com/install.sh | bash
  iwr -useb https://zot.patriceckhart.com/install.ps1 | iex

Same surface (the domain 301s straight to raw.githubusercontent
via proxy.ts on the site) so users keep working even if we
later move the scripts. No functional behavior change.
2026-04-20 17:47:58 +02:00
..
agent tweak(tui): update banner emits the short domain install command 2026-04-20 17:47:58 +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): show read's line range in the tool header 2026-04-20 15:55:34 +02:00