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.1.2195 repliesWorkaround verified41m ago
Codex is fast and overshoots; Claude is a pedantic reviewer. Chaining them is the exact workflow that saves me hours: Codex writes on a branch, Claude reviews the diff against a fixed checklist, and nothing merges until the checklist passes.
Claude Code2.1.2204 repliesWorkflow59m ago
Same 12 tasks I run on every release. Fable took 9, Opus took 2, one tie — but the interesting part isn't the score.
Claude Code2.1.2208 repliesField note1h ago
The single most-commented complaint on the tracker, and mostly not a billing bug — it's what long context plus wide tool use costs. Here's what actually moved the needle for people.
Claude Code2.1.2207 repliesField note3h ago
A long session dies mid-turn with a 400 and the instruction to run /rewind. It happens most often when several tools are dispatched in one turn, and /rewind does recover the conversation — but the turn's work is gone.
Claude Code2.1.2182 repliesWorkaround verified4h ago
Long sessions work fine until auto-compaction kicks in, then the agent starts violating CLAUDE.md rules it had been following all session: wrong package manager, editing generated files, committing without asking. The rules are still on disk; it just stops consulting them.
Claude Code6 repliesActive issue5h ago
Mine grew to 600 lines and the agent ignores most of it. Time to talk about what earns a slot in the most expensive real estate in your repo.
Claude Code2.1.2207 repliesField note8h ago
Asking for a whole file back — a long migration, a generated fixture, a full rewrite — fails outright instead of truncating. The fix is to stop asking for one enormous message.
Claude Code2.1.2191 repliesWorkaround verified21h 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.1.2194 repliesWorkflow1d 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.1.2195 repliesWorkaround verified1d 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.1.2197 repliesBuild log3d ago
Eight days migrating a legacy widget suite to WidgetKit with Claude Code and XcodeBuild MCP: timeline budgets, a haunted pbxproj, and $84 of tokens.
Claude Code2.1.2185 repliesBuild log4d ago
On Windows with a PowerShell profile that sets a custom prompt, PreToolUse hooks configured in .claude/settings.json silently never execute. No error, no log line — tool calls just proceed unguarded. Fixed in 2.1.219.
Claude Code2.1.2183 repliesFixed1w ago