MCPcopy Create free account
hub / github.com/arctic-cli/interface / compaction

Function compaction

packages/arctic/src/session/system.ts:125–132  ·  view source on GitHub ↗
(providerID: string)

Source from the content-addressed store, hash-verified

123 }
124
125 export function compaction(providerID: string) {
126 switch (providerID) {
127 case "anthropic":
128 return [PROMPT_ANTHROPIC_SPOOF.trim(), PROMPT_COMPACTION]
129 default:
130 return [PROMPT_COMPACTION]
131 }
132 }
133
134 export function summarize(providerID: string) {
135 switch (providerID) {

Callers 1

UserMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected