-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiondocs
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
I would like to be able to do exec variables substitution, example for retrieving credentials from op (1Password CLI):
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"models": {},
"options": {
"apiKey": "{exec:op read 'op://Vault/Provider/token'}"
}
}
}
}Could be interesting for these issues:
- [FEATURE]: Store provider credentials in environment variables #5423
- [FEATURE]: Allow storage of secrets in system credential store. #4318
Looks like a previous attempt at something like that was done: #2405
Metadata
Metadata
Assignees
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiondocs