opencode
opencode copied to clipboard
feat: add OPENCODE_AUTH_PATH env var for custom auth.json location
A small addition to the way the authentication file path is determined in the Auth namespace. Now, the the default auth.json file path can be overridden using the OPENCODE_AUTH_PATH environment variable, providing more flexibility.
- Allows custom wrappers to manage profiles and accounts easily without needing to have separate data folders.