MCPcopy Index your code
hub / github.com/Opencode-DCP/opencode-dynamic-context-pruning / Deduplication

Interface Deduplication

lib/config.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8type CompressMode = "range" | "message"
9
10export interface Deduplication {
11 enabled: boolean
12 protectedTools: string[]
13}
14
15export interface CompressConfig {
16 mode: CompressMode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected