Files
oh-my-opencode/src/hooks/unstable-agent-babysitter/index.ts
T
YeonGyu-Kim e4583668c0 refactor(hooks): split session-notification and unstable-agent-babysitter
Extract notification and babysitter logic:
- session-notification-formatting.ts, session-notification-scheduler.ts
- session-notification-sender.ts, session-todo-status.ts
- task-message-analyzer.ts: message analysis for babysitter hook
2026-02-08 16:23:56 +09:00

10 lines
248 B
TypeScript

export { createUnstableAgentBabysitterHook } from "./unstable-agent-babysitter-hook"
export {
buildReminder,
extractMessages,
getMessageInfo,
getMessageParts,
isUnstableTask,
THINKING_SUMMARY_MAX_CHARS,
} from "./task-message-analyzer"