docs: refresh auth storage reference examples

This commit is contained in:
Peter Steinberger 2026-04-04 07:52:22 +01:00
parent ad7461b639
commit 1c42f0e866
No known key found for this signature in database
1 changed files with 4 additions and 2 deletions

View File

@ -3041,11 +3041,13 @@ Notes:
{
auth: {
profiles: {
"anthropic:me@example.com": { provider: "anthropic", mode: "oauth", email: "me@example.com" },
"anthropic:default": { provider: "anthropic", mode: "api_key" },
"anthropic:work": { provider: "anthropic", mode: "api_key" },
"openai-codex:personal": { provider: "openai-codex", mode: "oauth" },
},
order: {
anthropic: ["anthropic:me@example.com", "anthropic:work"],
anthropic: ["anthropic:default", "anthropic:work"],
"openai-codex": ["openai-codex:personal"],
},
},
}