You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would make it possible to place an opencode.json in your user home directory, which the function would eventually find.
another possible solution would be to use the existing ~/.config/opencode folder
The text was updated successfully, but these errors were encountered:
hi!
it would be really handy if we could configure custom providers globally. gets a bit tedious having to configure a local server in every project.
i looked at the code and i believe the easiest way would be to remove the
stop
argument (the last one) here:opencode/packages/opencode/src/config/config.ts
Lines 12 to 17 in d6d45bd
this would make it possible to place an
opencode.json
in your user home directory, which the function would eventually find.another possible solution would be to use the existing
~/.config/opencode
folderThe text was updated successfully, but these errors were encountered: