Releases: LkHideki/viewlyt
Releases · LkHideki/viewlyt
Release list
v0.1.1
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 thetokensextra 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 usestiktoken/o200k_base(a proxy, ±10–20%).
Live mode
--capture serveris 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 browseropts 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 splitFull changelog: v0.1.0...v0.1.1