mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 改善 seo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "上下文压缩"
|
||||
description: "对话太长怎么办——优雅地'遗忘'不重要的信息"
|
||||
title: "上下文压缩 - Compaction 优雅遗忘机制"
|
||||
description: "详解 Claude Code 上下文压缩策略:当对话 token 接近 200K 上限时,如何通过 Compaction 机制智能压缩历史消息,保留关键信息。"
|
||||
keywords: ["上下文压缩", "Compaction", "token 管理", "对话压缩", "上下文窗口"]
|
||||
---
|
||||
|
||||
{/* 本章目标:解释 Compaction 机制的设计和策略 */}
|
||||
|
||||
Reference in New Issue
Block a user