Files
oh-my-opencode/src/features/context-injector/index.ts
T

15 lines
325 B
TypeScript
Raw Normal View History

export { ContextCollector, contextCollector } from "./collector"
export {
createContextInjectorMessagesTransformHook,
} from "./injector"
export type {
ContextSourceType,
ContextPriority,
ContextEntry,
RegisterContextOptions,
PendingContext,
MessageContext,
OutputParts,
InjectionStrategy,
} from "./types"