@lexwdex-org/opencode-dcp 3.3.1 → 3.3.2
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/dist/index.js
CHANGED
|
@@ -5881,11 +5881,11 @@ function listPriorityRefsBeforeIndex(messages, priorities, anchorIndex, priority
|
|
|
5881
5881
|
|
|
5882
5882
|
// lib/messages/inject/utils.ts
|
|
5883
5883
|
var MESSAGE_MODE_NUDGE_PRIORITY = "high";
|
|
5884
|
-
function getNudgeFrequency(
|
|
5885
|
-
return
|
|
5884
|
+
function getNudgeFrequency(_config) {
|
|
5885
|
+
return 1;
|
|
5886
5886
|
}
|
|
5887
|
-
function getIterationNudgeThreshold(
|
|
5888
|
-
return
|
|
5887
|
+
function getIterationNudgeThreshold(_config) {
|
|
5888
|
+
return 1;
|
|
5889
5889
|
}
|
|
5890
5890
|
function findLastNonIgnoredMessage(messages) {
|
|
5891
5891
|
for (let i = messages.length - 1; i >= 0; i--) {
|