@sreetej510/pi-shipd-checks 0.4.5 → 0.4.6
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 +4 -3
- package/dist/index.js +45 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,9 +51,10 @@ repeated requests sequentially after applying each result.
|
|
|
51
51
|
|
|
52
52
|
- **Solver**: reviewer model and thinking level for the final solver-result reviewer, plus the
|
|
53
53
|
solver model, thinking level, timeout, parallel solver count, and artifact-saving setting.
|
|
54
|
-
- **Analyze Tool**: separate models + thinking levels for the agent-callable gap-analysis
|
|
55
|
-
Audit modes. The
|
|
56
|
-
|
|
54
|
+
- **Analyze Tool**: timeout plus separate models + thinking levels for the agent-callable gap-analysis
|
|
55
|
+
and Test Audit modes. The timeout applies to each read-only agent phase. The audit model defaults
|
|
56
|
+
to the gap-analysis model until explicitly changed. These are stored under
|
|
57
|
+
`analyzeGap.timeoutMinutes`, `analyzeGap.testAuditProvider`, `analyzeGap.testAuditModelId`, and
|
|
57
58
|
`analyzeGap.testAuditThinkingLevel`. Fargate resources are selected automatically and are not
|
|
58
59
|
configured in this menu.
|
|
59
60
|
|