fix(rectification): refresh remaining probes and targeted collect before delivering range (BUG-653/654)
Dated-choice exhaustion is not convergence. Refresh probes from remaining active candidates, then ask a targeted collect, then deliver. Skill 10.0.24. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -176,6 +176,8 @@ function publicLatestResult(
|
||||
credibleRange: projected.credible_range ?? decision.credibleRange,
|
||||
credible_range: projected.credible_range ?? decision.credibleRange,
|
||||
skill_verification_report: toolProjection.skill_verification_report,
|
||||
evidence: dossier.evidence,
|
||||
declinedTopics: dossier.conversationSummary.declinedSkippedTopics,
|
||||
});
|
||||
const withDelivery = {
|
||||
...projected,
|
||||
|
||||
@@ -3329,6 +3329,7 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
|
||||
.rectification-range-delivery__likelihood,
|
||||
.rectification-range-delivery__block p,
|
||||
.rectification-range-delivery__more,
|
||||
.rectification-range-delivery__narrow,
|
||||
.rectification-range-delivery__shared,
|
||||
.rectification-range-delivery__column > p {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user