bacluc-opencode-completion-check-command 0.0.1 → 0.1.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ An [opencode](https://opencode.ai) plugin that automatically verifies task compl
|
|
|
19
19
|
<command stderr output>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
5. This retry loop continues up to a configurable maximum number of retries (default:
|
|
22
|
+
5. This retry loop continues up to a configurable maximum number of retries (default: 10). Once the limit is reached, the plugin stops re-prompting to prevent burning tokens indefinitely.
|
|
23
23
|
|
|
24
24
|
## Usage
|
|
25
25
|
|