Skip to content

Commit 0607730

Browse files
committed
style(research): sort source references alphabetically by path
1 parent 6b19745 commit 0607730

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/research/anthropic-api.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,10 @@ oxide-code implements the same refresh flow: proactive refresh with the 5-minute
9898

9999
## Sources
100100

101-
- `claude-code/src/services/api/client.ts`SDK client construction
102-
- `claude-code/src/utils/betas.ts`beta header assembly
101+
- `claude-code/src/constants/betas.ts`beta header constants
102+
- `claude-code/src/constants/oauth.ts`OAuth client ID, token URL, scopes
103103
- `claude-code/src/constants/system.ts` — system prompt prefix
104-
- `claude-code/src/utils/secureStorage/plainTextStorage.ts` — credential file I/O
105-
- `claude-code/src/utils/auth.ts` — OAuth token retrieval and refresh
104+
- `claude-code/src/services/api/client.ts` — SDK client construction
106105
- `claude-code/src/services/oauth/client.ts` — token refresh endpoint and request format
107-
- `claude-code/src/constants/oauth.ts` — OAuth client ID, token URL, scopes
108-
- `claude-code/src/constants/betas.ts`beta header constants
106+
- `claude-code/src/utils/auth.ts` — OAuth token retrieval and refresh
107+
- `claude-code/src/utils/secureStorage/plainTextStorage.ts`credential file I/O

0 commit comments

Comments
 (0)