Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.185 Home All releases olderv2.1.183 v2.1.186newer
Claude Code v2.1.185

Internal constant doubled (10 000 → 20 000)

A numeric constant was raised from 10000 to 20000. Given its context in the build, this is most likely a timeout value (in milliseconds) or a maximum buffer/retry ceiling somewhere in the daemon or update subsystem. Users would observe this as the tool waiting longer before surfacing a timeout error in affected code paths, rather than any explicit UI change.

Evidence

removed constant $lc = 1e4, added Woc = 20000 (search for Woc in v2.1.185 source)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.185 →