fix(desktop): export configured OpenAI key to every harness - #3398
Open
filipkujawa wants to merge 1 commit into
Open
fix(desktop): export configured OpenAI key to every harness#3398filipkujawa wants to merge 1 commit into
filipkujawa wants to merge 1 commit into
Conversation
filipkujawa
marked this pull request as draft
July 28, 2026 21:07
filipkujawa
force-pushed
the
fix/goose-openai-credential-alias
branch
from
July 28, 2026 21:11
2c90404 to
8e90d85
Compare
filipkujawa
marked this pull request as ready for review
July 28, 2026 21:13
michaelneale
force-pushed
the
fix/goose-openai-credential-alias
branch
2 times, most recently
from
August 7, 2026 02:42
10836e6 to
3f3eb89
Compare
Contributor
|
am taking this on - still not happy with shape, has to be simpler surely.. |
Keep Buzz's existing OPENAI_COMPAT_API_KEY configuration for buzz-agent, and mirror it to the standard OPENAI_API_KEY at the shared spawn boundary so Goose and future harnesses receive the credential they expect. Preserve an explicitly configured OPENAI_API_KEY. Signed-off-by: Michael Neale <michael.neale@gmail.com>
michaelneale
force-pushed
the
fix/goose-openai-credential-alias
branch
from
August 7, 2026 03:41
3f3eb89 to
e357e25
Compare
michaelneale
approved these changes
Aug 7, 2026
michaelneale
enabled auto-merge (squash)
August 7, 2026 04:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3395
When Buzz has
OPENAI_COMPAT_API_KEY, also export it asOPENAI_API_KEYto managed agent processes. This keepsbuzz-agentcompatibility while allowing Goose and other harnesses to read the standard variable.An explicitly configured
OPENAI_API_KEYis not overwritten.