mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
11ceca4fc2
* fix(bilibili,reddit): add identifier and url columns to hot lists Both `bilibili hot` and `reddit hot` previously dropped their per-row identifier and URL on the way out, breaking the typical agent flow where the next call needs a `bvid` / `postId` to fetch detail or comments. - bilibili/hot: add `bvid` and `url` columns (constructed from bvid) - reddit/hot: surface `postId`, `author`, `url` (already in evaluate but dropped in map) Tested via local `~/.opencli/clis/<site>/hot.js` overrides. * test(bilibili,reddit): lock hot list identifier columns