opencode-acp 1.14.25-pr.345.69 → 1.14.25-pr.348.72

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 CHANGED
@@ -324,12 +324,11 @@ Each level overrides the previous, so project settings take priority over global
324
324
  // Soft upper threshold: above this, ACP keeps injecting strong
325
325
  // compression nudges (based on nudgeFrequency), so compression is
326
326
  // much more likely. Accepts: number or "X%" of model context window.
327
- "maxContextLimit": "80%",
328
- // Soft lower threshold for turn/iteration reminder nudges: below this,
329
- // those reminders are off (compression less likely). At/above this, they
330
- // are on. Growth nudges have their own floor: minNudgeContextPercent.
331
- // Accepts: number or "X%" of model context window.
332
- "minContextLimit": "80%",
327
+ "maxContextLimit": "55%",
328
+ // Soft lower threshold for reminder nudges: below this, turn/iteration
329
+ // reminders are off (compression less likely). At/above this, reminders
330
+ // are on. Accepts: number or "X%" of model context window.
331
+ "minContextLimit": "45%",
333
332
  // Optional per-model override for maxContextLimit by providerID/modelID.
334
333
  // If present, this wins over the global maxContextLimit.
335
334
  // Accepts: number or "X%".
@@ -344,14 +343,6 @@ Each level overrides the previous, so project settings take priority over global
344
343
  // "openai/gpt-5.3-codex": 50000,
345
344
  // "anthropic/claude-sonnet-4.6": "25%"
346
345
  // },
347
- // Optional per-model override for the growth-nudge floor
348
- // (minNudgeContextPercent). Keyed by providerID/modelID; accepts a
349
- // token count or "X%" of that model's context window. If present,
350
- // this wins over the global minNudgeContextPercent for that model.
351
- // "modelMinNudgeLimits": {
352
- // "openai/gpt-5.6": 150000,
353
- // "openrouter/z-ai/glm-5.3": "20%"
354
- // },
355
346
  // How often the context-limit nudge fires (1 = every fetch, 5 = every 5th)
356
347
  "nudgeFrequency": 5,
357
348
  // Start adding compression reminders after this many
package/README.zh-CN.md CHANGED
@@ -279,10 +279,9 @@ ACP 使用自己的配置文件,按以下顺序搜索:
279
279
  // compression nudges (based on nudgeFrequency), so compression is
280
280
  // much more likely. Accepts: number or "X%" of model context window.
281
281
  "maxContextLimit": "55%",
282
- // Soft lower threshold for turn/iteration reminder nudges: below this,
283
- // those reminders are off (compression less likely). At/above this, they
284
- // are on. Growth nudges have their own floor: minNudgeContextPercent.
285
- // Accepts: number or "X%" of model context window.
282
+ // Soft lower threshold for reminder nudges: below this, turn/iteration
283
+ // reminders are off (compression less likely). At/above this, reminders
284
+ // are on. Accepts: number or "X%" of model context window.
286
285
  "minContextLimit": "45%",
287
286
  // Optional per-model override for maxContextLimit by providerID/modelID.
288
287
  // If present, this wins over the global maxContextLimit.
@@ -298,14 +297,6 @@ ACP 使用自己的配置文件,按以下顺序搜索:
298
297
  // "openai/gpt-5.3-codex": 50000,
299
298
  // "anthropic/claude-sonnet-4.6": "25%"
300
299
  // },
301
- // Optional per-model override for the growth-nudge floor
302
- // (minNudgeContextPercent). Keyed by providerID/modelID; accepts a
303
- // token count or "X%" of that model's context window. If present,
304
- // this wins over the global minNudgeContextPercent for that model.
305
- // "modelMinNudgeLimits": {
306
- // "openai/gpt-5.6": 150000,
307
- // "openrouter/z-ai/glm-5.3": "20%"
308
- // },
309
300
  // How often the context-limit nudge fires (1 = every fetch, 5 = every 5th)
310
301
  "nudgeFrequency": 5,
311
302
  // Start adding compression reminders after this many