Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

Cloud/bughunter poll timeout driven by remote config client_wait_minutes

The cloud review poll timeout is no longer hardcoded at 30 minutes and now comes from remote config.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaCode Reviewwhat it touches
KindImprovementsin v2.1.259,
Group of 3 You'll notice Notable

The cloud review poll timeout is no longer hardcoded at 30 minutes and now comes from remote config.

The remote-config value client_wait_minutes is now read and clamped to a finite number between 30 and 55, falling back to 45 if it is unset, non-numeric, or out of range. This replaces the previously hardcoded 30-minute (1800000ms) timeout used by the remote/cloud-review task poller before it declares poll_timeout; the value is computed once (memoized) and reused everywhere the timeout is checked or reported, including the timeout error message. The same value is used to compute BUGHUNTER_RESULT_RELAY_MAX_SEC for the bughunter feature's result-relay wait time.

Read from
Feature flag
tengu_review_bughunter_config Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.259: no gate table built for this version

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.259. It isn't a statement about your account. What a flag value here can and cannot tell you

What has happened since
Flag reading moved The flag server now returns {"agent_timeout_seconds":600,"cost_note":"$5-$25","duration_note":"~5-10 min","enabled":true,"fleet_size":5,"max_duration_minutes":10,"total_wallclock_minutes":22} for tengu_review_bughunter_config, read as this account. A reading is one sample. Claude Code evaluates its flags remotely, so no client sees the targeting rule behind a value and this says nothing about your account.

See this across every release →

See this entry in the whole of v2.1.259 →

Feedback