feat(backend): add claude runtime, anthropic OAuth auth kind, and profile→runtime derivation

This commit is contained in:
Gabriel Brown
2026-07-11 10:42:48 -04:00
parent 76886621b5
commit 70396feccc
5 changed files with 81 additions and 4 deletions
@@ -24,6 +24,7 @@ const provider = v.union(
const authType = v.union(
v.literal('api_key'),
v.literal('opencode_auth_json'),
v.literal('anthropic_oauth_json'),
v.literal('none'),
);