v0.7.2
Foresights v0.7.2
First published release. Foresights spins up a live, product-customised news
dashboard from Cowork — GitHub releases / PRs / issues plus RSS / Atom feeds,
curated highlights, a rotating spotlight, per-product relevance flagging, and
built-in Claude Code upgrade prompts.
Install
Download foresights-0.7.2.plugin from the assets below and drag it into
Cowork. Start a fresh message so the skills register, then run
/create-dashboard (also included: /refresh-dashboard, /setup-cc).
Since v0.7.0
v0.7.1 — packaging fix. v0.7.0 shipped a structurally incomplete template
tree: 14 source modules were missing and 61 imports were broken, so the
/create-dashboard build crashed before producing anything. v0.7.1 restores
the 14 modules and adds an import-completeness guard to the packaging script
so an incomplete tree can never ship again.
v0.7.2 — wizard build speed-ups.
- The build orchestrator fetches RSS feeds itself, in Node, all feeds in
parallel — no wizard-agent round-trips. - New
--fastbuild flag (esbuild only, ~2s). - Build-recipe fixes in the skill docs: read-only plugin dir handling,
/tmpstaging, synchronous install.
Verification
tsc strict clean · biome clean · 558 / 558 tests green · end-to-end
dashboard build confirmed.