Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

AWS credential pair sandboxing dedupe fix

Fixed a bug in sandbox handling of AWS credential pairs that compared the wrong entries

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindBug Fixesin v2.1.275,
You'll notice

Fixed a bug in sandbox handling of AWS credential pairs that compared the wrong entries

What

The logic that handles AWS access-key and secret-key pairs inside the sandbox (an isolated environment Claude Code can run commands in) was reworked. The sorting and deduplication of credential pairs, and the way conflicting slots get suffixed, were restructured, fixing a bug where the wrong loop variable was being compared when deciding which AWS credential pairs were functional versus not.

Why

The previous bug could cause the sandbox to mismatch or misrank AWS credential pairs, potentially treating a working pair as broken or vice versa. The fix makes that comparison correct.

See this entry in the whole of v2.1.275 →