Skip to content

Releases: LkHideki/viewlyt

Release list

v0.1.1

Choose a tag to compare

@LkHideki LkHideki released this 05 Jul 03:50

Highlights

vl split + token estimates (new opt-in extra tokens)

  • After a scrape, print each output file's token count in kt and a fits-one-prompt verdict against --budget (default 128 kt; Claude Sonnet 5 ≈ 200, Gemini ≈ 1000). Shown by default when the tokens extra is installed; silence with --no-tokens.
  • New vl split out/*.md: when content exceeds the budget, it chunks on blank-line boundaries into budget-sized parts and copies each to the clipboard from a lean interactive menu (no heavy TUI). Estimate uses tiktoken/o200k_base (a proxy, ±10–20%).

Live mode

  • --capture server is now the default: the server drives its own headless Chrome on the chat popout — nothing to paste, and the only route that works with Safari. --capture browser opts back into the snippet.
  • Fix: probe cards no longer overflow — fixed-width sparkline/delta columns (they no longer grow as history accumulates), wrapping long text/tables, and a decluttered header.

Install

uv sync --extra tokens   # token counts + vl split

Full changelog: v0.1.0...v0.1.1