fix: OSS usability improvements (whoami, workflow create, code gen)#78
Merged
nthmost-orkes merged 2 commits intomainfrom Apr 4, 2026
Merged
fix: OSS usability improvements (whoami, workflow create, code gen)#78nthmost-orkes merged 2 commits intomainfrom
nthmost-orkes merged 2 commits intomainfrom
Conversation
This was referenced Apr 4, 2026
Closed
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.
Summary
conductor workflow create: Add success message after registration (was silent on success)conductor whoami: Gracefully handle no-auth OSS configuration instead of erroring out; shows server URL and notes OSS modeconductor code: Defaultserver_urltohttp://localhost:8080/apiwhen no server is configured, so generated projects connect out of the boxDetails
workflow create (#4)
registerWorkflownow printsWorkflow '<name>' version <N> registered successfullyon success.whoami (#16)
When no auth is configured (normal for OSS Conductor),
whoaminow shows:Instead of an error.
code default server_url (#15)
When no
CONDUCTOR_SERVER_URLenv var or config file is set, generated code now getshttp://localhost:8080/apias the server URL instead of an empty string. This pairs with CLI template fixes in conductor-oss/cli-templates.Related issues
Closes conductor-oss/getting-started#4
Closes conductor-oss/getting-started#16
Partially addresses conductor-oss/getting-started#15
🤖 Generated with Claude Code