Skip to content

Tuesday, April 14, 2026

Daily picks

18

articles scored

#1 GOLDReleaseClaude Code Releases

v2.1.105

  • New PreCompact hook: a hook can now block compaction entirely by exiting with code 2 or returning `{"decision":"block"}` — useful if you want to prevent Claude from summarizing context mid-session
  • Background plugin monitors now auto-arm at session start or on skill invoke via a top-level `monitors` manifest key — no more manual setup
  • `/proactive` is now an alias for `/loop`, making the recurring-task mode easier to remember
  • `WebFetch` now strips `<style>` and `<script>` contents from fetched pages so CSS-heavy sites stop exhausting the content budget before reaching actual text
  • `/doctor` gets a facelift with status icons and an `f` key shortcut that has Claude fix reported issues automatically
  • 15+ bug fixes: images on queued messages no longer dropped, blank screen on wrapped prompt input fixed, ASCII art no longer has leading whitespace stripped, and one-shot scheduled tasks no longer re-fire repeatedly
#2 SILVERTutorialSimon Willison

Exploring the new `servo` crate

  • Simon Willison tasked Claude Code with exploring the brand-new `servo` 0.1.0 crate (the Servo browser engine, now embeddable as a Rust library — released yesterday)
  • Claude Code built `servo-shot`, a working CLI tool that takes real screenshots of web pages using the Servo engine; the result accurately renders Hacker News
  • It also determined that compiling Servo to WebAssembly isn't feasible (threads + SpiderMonkey) and built an alternative playground using `html5ever` compiled to Wasm instead
#3 BRONZEReleaseDev.to Claude

I Built a Free MCP Server for European Financial Data

  • Free, open MCP server with 6 tools that pull ECB and Eurostat data into Claude as clean flat JSON — no more hand-parsing SDMX-XML
  • Covers: ECB deposit/refi/marginal lending rates, EUR exchange rates (30+ currencies), EU inflation by country (HICP), GDP by country (quarterly), and more
  • Install in 30 seconds; all sources are official and free (ECB Statistical Data Warehouse, Eurostat)

Made with passive-aggressive love by manoga.digital. Powered by Claude.