Glean 拾遗
Daily · timeline

A few picks a day.

Sun, Aug 23, 2026 2picks
← 08-22
Calendar ▾
2026 · 08
has picks today
08-24 →
06:00

Deterministic React code scanner that installs as an agent skill

AI agent 写的 React,它来体检:确定性扫描 + Agent 技能 + CI 门禁

React Doctor is a deterministic React code-quality scanner built for AI coding agents. It analyzes a codebase via CLI and flags issues across state/effects, performance, architecture, security, accessibility, and maintainability, including overly complex functions and repeated JSX that should be extracted. Instead of relying on LLM guesswork, it produces reproducible audit results. The findings can be installed as an agent skill for Claude Code, Cursor, Codex, OpenCode and similar tools, so the same rules guide future fixes. It also ships a GitHub Actions CI mode that only reports issues introduced by the current pull request, and can record Chrome performance traces for runtime hotspots. A good fit for teams whose React code is partially written by agents, or any engineering team that wants a low-noise React quality gate in CI.

github.com · 6 min · Agents · Code Review · Developer Tools · React · Static Analysis
06:00

Introducing Delta: a multiplayer environment for coding with agents

Zed 推出 Delta:让 Agent 与开发者在同一对话中协作

Zed introduces Delta, a multiplayer environment for coding with agents, now in private beta. At its core is DeltaDB, which replicates both the conversation and the worktree in real time to every participant in a thread, while staying compatible with regular Git repositories. Every edit and conversation is captured between commits, so teammates who never open Delta still see a normal repo. Comments can anchor to any line of code and stay in place as the code evolves, connecting review to the conversation that produced it. The browser client is not a simplified port; it is the same Rust application compiled to WebAssembly and rendered through WebGL. Delta also integrates with third-party agent harnesses starting with Claude Code, syncing terminal sessions live into threads. The interface treats the conversation as an editable document, letting you place your cursor anywhere—on a diff line, a plan step, or a thinking block—and leave comments that the agent precisely understands. A product launch post with solid technical direction but limited hard data.