Files
oh-my-opencode/dist/features/hook-message-injector/index.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
390 B
TypeScript

export { injectHookMessage, findNearestMessageWithFields, findFirstMessageWithAgent, findNearestMessageWithFieldsFromSDK, findFirstMessageWithAgentFromSDK, resolveMessageContext, } from "./injector";
export type { StoredMessage } from "./injector";
export type { MessageMeta, OriginalMessageContext, TextPart, ToolPermission } from "./types";
export { MESSAGE_STORAGE } from "./constants";