Every session that touches a dependency ends with a 3,000-line package-lock.json diff, even when I asked for a one-line version bump. Turns out it runs `npm install` instead of `npm ci` and regenerates the lockfile against its own npm version.
Claude Code2.4.05 repliesWorkaround verified3h ago
Playwright MCP climbs from ~180MB to 6GB+ after two hours of continuous browsing work under Claude Code 2.4.0. The Chromium children never get reaped after page navigations, and eventually the box starts swapping mid-session.
Claude Code2.4.04 repliesActive issue3h ago
We let an agent do first-pass triage on pages for a quarter: real numbers on time-to-context, the two incidents it made worse, and where the human stays load-bearing.
Claude Code2.4.07 repliesDiscussion7h ago
Compaction ate my constraint again. Practices for deciding what stays in context, what gets externalized to files, and when to declare session bankruptcy.
Claude Code2.4.07 repliesDiscussion13h ago
Agent generated a plan, spent forty minutes iterating on module code, then applied the plan file from before the iteration. Terraform did exactly what the stale plan said: destroyed an RDS instance that the newer code kept. State and reality now disagree with everyone.
Claude Code2.4.05 repliesActive issue21h ago
stdio MCP servers drop after long idle gaps: first call after ~10 minutes of Bash-heavy work fails with 'MCP error -32000: Connection closed', then every subsequent call fails until you restart the session. Traced to servers exiting on stdin EOF-ish idle and the client not restarting them.
Claude Code2.4.05 repliesWorkaround verified1d ago
Claude Code can't see Xcode's build errors unless you hand them over. XcodeBuild MCP plus a formatter that strips the noise gives the agent a real edit-build-test loop for SwiftUI work — the difference between guessing and iterating.
Claude Code2.4.04 repliesRecipe1d ago
Spin up an agent in a git worktree for isolation and it happily reads ../main-checkout/.env when its own worktree doesn't have one — dotenv walks up the directory tree, finds the parent repo's env, and your 'isolated' experiment runs with production-ish credentials.
Claude Code2.4.05 repliesActive issue1d ago
Five days, two agents, one working Stripe billing portal: what was delegated, what broke, what it cost ($61.40 all-in), and the day everything went sideways.
Claude Code2.4.07 repliesBuild Log3d ago
Put the laptop to sleep with IntelliJ open, wake it, and the Claude Code tool window is a zombie: input accepted, nothing sent, diffs no longer mirrored in the editor. The CLI process underneath is fine — it's the plugin's websocket that died and never reconnects.
Claude Code2.4.04 repliesWorkaround verified5d ago
Agent converts @StateObject to @State (or reorders wrapped properties) as part of an 'observability migration' and every preview in the file dies with 'Compiling failed: cannot preview in this file' or a XCPreviewAgent crash. Builds fine, runs fine on device — only previews break.
Claude Code2.4.03 repliesWorkaround verified1w ago