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

Interface RunContext

lib/compress/pipeline.ts:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { applyPendingCompressionDurations } from "./timing"
13
14interface RunContext {
15 ask(input: {
16 permission: string
17 patterns: string[]
18 always: string[]
19 metadata: Record<string, unknown>
20 }): Promise<void>
21 metadata(input: { title: string }): void
22 sessionID: string
23}
24
25export interface NotificationEntry {
26 blockId: number

Callers 2

prepareSessionFunction · 0.80
prepareSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected