Files
oh-my-opencode/src/hooks/task-reminder/index.ts
T
YeonGyu-Kim ccbec13c9e feat(hooks): add task-reminder hook for task tool usage tracking
Injects a reminder after 10 tool turns without task tool usage. Tracks
per-session counters and cleans up on session deletion.

🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
2026-02-21 17:07:39 +09:00

2 lines
49 B
TypeScript

export { createTaskReminderHook } from "./hook";