agentxchain 2.155.34 → 2.155.35
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/package.json
CHANGED
|
@@ -6021,7 +6021,7 @@ function _acceptGovernedTurnLocked(root, config, opts) {
|
|
|
6021
6021
|
category: 'non_progress',
|
|
6022
6022
|
recovery: {
|
|
6023
6023
|
typed_reason: `Non-progress detected: ${newCount} accepted turns have not reduced gate failure "${gateId}".`,
|
|
6024
|
-
recovery_action: 'agentxchain resume
|
|
6024
|
+
recovery_action: 'agentxchain resume',
|
|
6025
6025
|
detail: `Gate "${gateId}" has been failing on ${failingFiles.join(', ')} for ${newCount} consecutive turns. The gated file(s) were never modified.`,
|
|
6026
6026
|
},
|
|
6027
6027
|
turnId: currentTurn.turn_id,
|