---
title: "[Dev Weekly #124] Claude Code Plugins Change Everything"
url: https://daily.dev/posts/dev-weekly-124-claude-code-plugins-change-everything-oglpudqk0
source_url: https://blog.codeminer42.com/dev-weekly-124-claude-code-plugins-change-everything-context-windows-are-dead-the-great-performance-sweep
type: article
source: "The Miners"
published: 2026-08-13T20:38:47.010Z
updated: 2026-08-13T21:09:16.975Z
tags: ["ruby", "claude-code", "sqlite", "fastify", "pnpm"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# [Dev Weekly #124] Claude Code Plugins Change Everything

**[The Miners](https://daily.dev/sources/miners)** · 4 min read · 0 upvotes · 0 comments

## Summary

A weekly roundup covering Claude Code plugins used to build a teaching harness, an explainer on Recursive Language Models (RLMs) that fight context rot by keeping data outside the LLM, a 40-item Ruby/Rails performance roundup, a deep dive into Ruby's small-hash implementation using SWAR techniques, Ruby 2D for game development, Node 27's new SQLite stat() methods for detecting full table scans, plus release notes for pnpm 12 (a Rust rewrite) and the first Fastify v6 alpha.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.codeminer42.com/dev-weekly-124-claude-code-plugins-change-everything-context-windows-are-dead-the-great-performance-sweep>

## Questions this post answers

### What does pnpm 12 change compared to previous versions?

pnpm 12 is a complete Rust rewrite that keeps backward compatibility while fixing longstanding issues. It adds project-aware global binaries, improved Git dependency resolution that works consistently across machines, deterministic lockfiles for cyclic dependencies, and removes the --resolution-only flag, which could break CI pipelines still relying on it.

_Teams planning a pnpm upgrade can track breaking changes like this one on daily.dev._

### What is new in the Fastify v6.0.0-alpha.0 release?

Fastify's first v6 alpha removes deprecated types and APIs, bumps the undici dependency to v8.x, and disables error handler overrides by default instead of enabling them. Production users are encouraged to test this preview early to catch breaking changes before the stable v6 release ships.

_Developers preparing for a Fastify v6 migration can follow breaking API changes on daily.dev._

### How does Node.js 27 help detect full table scans in SQLite queries?

Node 27 adds stat() and resetStats() methods to SQLite statements, allowing developers to detect full table scans at runtime without running EXPLAIN QUERY PLAN manually. This is especially useful for catching unindexed queries in tests before they reach production, including SQL generated by AI tools that may not know the schema.

_Developers debugging slow SQLite queries can keep up with runtime tooling changes like this on daily.dev._

## Similar posts on daily.dev

- [\[Dev Weekly \#113\] Claude 4.8 Rewrites Agent Systems](https://daily.dev/posts/dev-weekly-113-claude-4-8-rewrites-agent-systems-askxel3ur) · The Miners · 1 upvotes · 0 comments
- [\[Dev Weekly \#105\] Claude code source code leaked](https://daily.dev/posts/dev-weekly-105-claude-code-source-code-leaked-nkotqwo2c) · The Miners · 1 upvotes · 0 comments

---

Tags: [#ruby](https://daily.dev/tags/ruby), [#claude-code](https://daily.dev/tags/claude-code), [#sqlite](https://daily.dev/tags/sqlite), [#fastify](https://daily.dev/tags/fastify), [#pnpm](https://daily.dev/tags/pnpm)

[View this post on daily.dev](https://daily.dev/posts/dev-weekly-124-claude-code-plugins-change-everything-oglpudqk0)
