refactor(agents): hide manual compaction boundary type · openclaw/openclaw@c3c4d44
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit c3c4d44
refactor(agents): hide manual compaction boundary type
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
src/agents/embedded-agent-runner
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,7 +11,7 @@ import {
|
11 | 11 | |
12 | 12 | type CompactionEntry = Extract<SessionEntry, { type: "compaction" }>; |
13 | 13 | |
14 | | -export type HardenedManualCompactionBoundary = { |
| 14 | +type HardenedManualCompactionBoundary = { |
15 | 15 | applied: boolean; |
16 | 16 | firstKeptEntryId?: string; |
17 | 17 | leafId?: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments