mono/packages/kbot/docs/scripts/update-todos.sh
2025-02-20 14:44:05 +01:00

11 lines
312 B
Bash

kbotd modify \
--path=. \
--prompt="./.kbot/todos.md" \
--mode=completion \
--router2=openai \
--model=openai/gpt-4-32k \
--include2="src/commands/run.ts" \
--include2="src/commands/run-tools.ts" \
--disable="npm,terminal,git,user,search,email" \
--dst="./.kbot/todos-log.md"