docs: clarify codex compaction docs (#69612) (thanks @91wan) · openclaw/openclaw@ed0ffa4
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,6 +24,7 @@ Docs: https://docs.openclaw.ai
|
24 | 24 | |
25 | 25 | ### Fixes |
26 | 26 | |
| 27 | +- Docs/Codex harness: narrow native compaction docs to the current start/completion signals, without promising a readable summary or kept-entry audit list yet. (#69612) Thanks @91wan. |
27 | 28 | - Providers/Amazon Bedrock: use known context-window metadata for discovered models while keeping the unknown-model fallback conservative, so compaction and overflow handling improve for newer Bedrock models without overstating unlisted model limits. Thanks @wirjo. |
28 | 29 | - Providers/Amazon Bedrock Mantle: refresh IAM-backed bearer tokens at runtime instead of baking discovery-time tokens into provider config, so long-lived Mantle sessions keep working after the initial token ages out. Thanks @wirjo. |
29 | 30 | - Config/includes: write through single-file top-level includes for isolated OpenClaw-owned mutations, so `plugins install` and `plugins update` update an included `plugins.json5` file instead of flattening modular `$include` configs. Fixes #41050 and #66048. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -465,7 +465,7 @@ delegated to Codex app-server. OpenClaw keeps a transcript mirror for channel
|
465 | 465 | history, search, `/new`, `/reset`, and future model or harness switching. The |
466 | 466 | mirror includes the user prompt, final assistant text, and lightweight Codex |
467 | 467 | reasoning or plan records when the app-server emits them. Today, OpenClaw only |
468 | | -confirms that native compaction started or completed. It does not yet expose a |
| 468 | +records native compaction start and completion signals. It does not yet expose a |
469 | 469 | human-readable compaction summary or an auditable list of which entries Codex |
470 | 470 | kept after compaction. |
471 | 471 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。