Instead of storing api keys in an env variable, it would be nice if we could store it in a secure store (like macOS keychain or BitWarden - with cli utils). With CodeCompanion.nvim we can do the following to get the key from keychain,
api_key = "cmd:security find-generic-password -s openrouter_nekot_key -w"
It would be nice to be able to do something similar in NeKot directly.
Instead of storing api keys in an env variable, it would be nice if we could store it in a secure store (like macOS keychain or BitWarden - with cli utils). With CodeCompanion.nvim we can do the following to get the key from keychain,
api_key = "cmd:security find-generic-password -s openrouter_nekot_key -w"It would be nice to be able to do something similar in NeKot directly.