yyqdbngt opened a new pull request, #3847: URL: https://github.com/apache/rocketmq-dashboard/pull/3847
### Motivation The existing `QoderAgentProviderTest` covers model selection in `buildCommand` only. The model-less prompt-only command and the provider's engine/child-environment contract were untested. ### Changes - `buildCommandWithoutModelKeepsPromptOnly`: with no config and no override the command stays `qodercli -p <prompt>`. - `advertisesTheQoderEngineAndNoChildEnvironment`: the provider registers as `qoder` and contributes no child environment variables. ### Verification ``` mvn -B test -Dtest=QoderAgentProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
