Skip to content

Commit 7cb3988

Browse files
committed
fix(compaction): correct changelog issue reference
1 parent b1b4cdb commit 7cb3988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3174,7 +3174,7 @@ Docs: https://docs.openclaw.ai
31743174
- Memory/LanceDB: bound memory recall embedding queries with a new `recallMaxChars` setting, prefer the latest user message over channel prompt metadata during auto-recall, and document the knob so small Ollama embedding models avoid context-length failures. Fixes #56780. Thanks @rungmc357 and @zak-collaborator.
31753175
- CLI/skills: resolve workspace-backed skills commands from `--agent`, then the current agent workspace, before falling back to the default agent, so multi-agent ClawHub installs, updates, and status checks stay scoped to the active workspace. Fixes #56161; carries forward #72726. Thanks @langbowang and @luyao618.
31763176
- Plugin SDK: fall back from partial bundled plugin directory overrides to package source public surfaces while preserving `OPENCLAW_DISABLE_BUNDLED_PLUGINS` as a hard disable. (#72817) Thanks @serkonyc.
3177-
- Agents/compaction: use the active session context budget when deciding whether tool-heavy manual `/compact` runs may bypass the idle-session skip, so compaction still proceeds once the caller model is over threshold even if the summarizer model has a larger window. Fixes #73092. Thanks @pfrederiksen.
3177+
- Agents/compaction: use the active session context budget when deciding whether tool-heavy manual `/compact` runs may bypass the idle-session skip, so compaction still proceeds once the caller model is over threshold even if the summarizer model has a larger window. Fixes #73056. Thanks @pfrederiksen.
31783178

31793179
- Agents/ACPX: stop forwarding Codex ACP timeout config controls that Codex rejects while preserving OpenClaw's run-timeout watchdog for ACP subagents. Fixes #73052. Thanks @pfrederiksen and @richa65.
31803180
- Memory Core: stream fallback vector search scoring with a bounded top-K result set so large indexes do not materialize every chunk embedding when sqlite-vec is unavailable. (#73069) Thanks @parkertoddbrooks.

0 commit comments

Comments
 (0)