feat(backend): add claude runtime, anthropic OAuth auth kind, and profile→runtime derivation
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user