open-azdo 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/open-azdo.js +1020 -1006
- package/dist/open-azdo.js.map +12 -12
- package/examples/azure-pipelines.review.debug.yml +1 -1
- package/examples/azure-pipelines.review.yml +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ Common Azure Pipeline defaults:
|
|
|
38
38
|
Optional flags:
|
|
39
39
|
|
|
40
40
|
- `--opencode-variant <name>` provider-specific variant or reasoning level, for example `minimal`, `low`, `medium`, `high`, or `xhigh`
|
|
41
|
-
- `--opencode-timeout-ms <milliseconds>` default `
|
|
41
|
+
- `--opencode-timeout-ms <milliseconds>` default `600000`
|
|
42
42
|
- `--workspace <path>`
|
|
43
43
|
- `--organization <name>`
|
|
44
44
|
- `--project <name>`
|
|
@@ -104,7 +104,7 @@ steps:
|
|
|
104
104
|
OPENAI_API_KEY: $(OpenAIApiKey)
|
|
105
105
|
# Alternative to the CLI flag above:
|
|
106
106
|
# OPEN_AZDO_OPENCODE_VARIANT: $(OpenCodeThinking)
|
|
107
|
-
OPEN_AZDO_OPENCODE_TIMEOUT_MS: "
|
|
107
|
+
OPEN_AZDO_OPENCODE_TIMEOUT_MS: "600000"
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
## Development
|