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
I’d like to publish it under a more discoverable package ID like CodexSDK (or similar), but nuget.org blocks publishing with:
Response status code does not indicate success: 409 (The package ID is reserved …)
From NuGet’s docs, this typically happens when an ID prefix is reserved, and publishing is rejected unless it originates from the owner(s) of that reserved prefix. If the prefix owner delegates a sub-prefix to another owner (or marks it “public”), publishing can be allowed. (Docs mention delegation/public-prefix scenarios.)
Questions:
Does OpenAI control the reserved NuGet prefix that’s blocking CodexSDK / Codex*?
If yes: would you be willing to delegate the specific sub-prefix needed (e.g. CodexSDK* or another recommended naming pattern) to my NuGet account (), or advise what official naming you prefer?
Separately: from a naming/branding standpoint, is it acceptable for a community project to use “CodexSDK” in the package/repo name if it’s clearly labeled Unofficial / not endorsed by OpenAI? If not, what naming convention do you recommend for community SDKs?
I’m happy to:
add prominent “Unofficial” disclaimers in README/NuGet metadata,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Codex team 👋
I’m the author of a community .NET implementation/wrapper for Codex SDK-style control over the local Codex CLI:
I’d like to publish it under a more discoverable package ID like CodexSDK (or similar), but nuget.org blocks publishing with:
From NuGet’s docs, this typically happens when an ID prefix is reserved, and publishing is rejected unless it originates from the owner(s) of that reserved prefix. If the prefix owner delegates a sub-prefix to another owner (or marks it “public”), publishing can be allowed. (Docs mention delegation/public-prefix scenarios.)
Questions:
CodexSDK/Codex*?CodexSDK*or another recommended naming pattern) to my NuGet account (), or advise what official naming you prefer?I’m happy to:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions