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
One change · api

vaults changed

managed-agents/vaults

Nearest release: v2.1.275, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−1removed
From line 673 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits7to this page, all time

The whole hunk

from line 673, old and new numbered
/
lines
from line 673
673673 injectionLocation: ManagedAgentsInjectionLocationParams::with(header: true),
674674 ),
675675 );
676 if ($envVarCredential->auth instanceof ManagedAgentsEnvironmentVariableAuthResponse) {
676 if ($envVarCredential->auth instanceof \Anthropic\Beta\Vaults\Credentials\ManagedAgentsEnvironmentVariableAuthResponse) {
677677 $injectionLocation = $envVarCredential->auth->injectionLocation;
678678 echo 'header: ' . json_encode($injectionLocation->header) . "\n"; // header: true
679679 echo 'body: ' . json_encode($injectionLocation->body) . "\n"; // body: false