Scheduled tasks support inspired by Claude Code /loop — feedback wanted #52
grinev
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
@grinev This is a great idea. It could also be useful for:
The only thing I suggest is that when it posts the results of the cron, it gives you the title or summary of the cron prompt you've set up so you know what cron the response relates to, and not cluttering your telegram messages with tool calls for background crons. On the fork, I would probably just have a single dedicated group topic for the crons for that project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I recently added scheduled tasks support to OpenCode Telegram Bot, inspired by Claude Code’s /loop command (re-running prompts on an interval while a session is open).
In our bot, the goal is a bit different: make recurring and delayed coding tasks practical from Telegram, with minimal setup.
How it works is described here: https://github.com/grinev/opencode-telegram-bot#scheduled-tasks
Quick highlights:
I’d really like your feedback:
Thanks — any examples, ideas, or criticism are very welcome.
Beta Was this translation helpful? Give feedback.
All reactions