mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: Add custom URL support for the /bug command (#1017)
This commit is contained in:
parent
d5c6bb9740
commit
643bdf31d5
6 changed files with 79 additions and 7 deletions
|
|
@ -211,6 +211,7 @@ export async function loadCliConfig(
|
|||
telemetryOtlpEndpoint:
|
||||
process.env.OTEL_EXPORTER_OTLP_ENDPOINT ?? settings.telemetryOtlpEndpoint,
|
||||
fileDiscoveryService: fileService,
|
||||
bugCommand: settings.bugCommand,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue