5 Commits

Author SHA1 Message Date
Julien Cabillot be3edc0e14 feat: import
perso/opencode-dispatch/pipeline/head This commit looks good
2026-03-27 19:12:29 -04:00
alexanxin c0e82369cd Update README with vision, badges, and cover image 2026-03-25 17:05:14 +01:00
alexanxin d2b2d219b1 Add TELEGRAM_ALLOWED_CHAT_ID option to restrict bot to single user 2026-03-25 15:50:31 +01:00
alexanxin 7bb9c7b81a Update README with centered title, badges, and navigation links
Borrowed formatting from openclaw/openclaw:
- Centered title with emoji
- shields.io badge buttons (stars, license, opencode)
- Navigation links row
- Contributor note at top

Also includes: /working command, queue system, security section, realistic use cases
2026-03-25 15:37:56 +01:00
alexanxin bcb3233ecb Initial release: opencode-dispatch
Control opencode from Telegram — like Claude's Dispatch feature.

- Python (bot.py) and Node.js (bot.js) implementations
- Connects to opencode server API via POST /session/:id/message
- Queue system for handling concurrent messages
- /start, /help, /status, /working, /clear commands
- Workspace scoping via cd into project directory
- Password protection support via OPENCODE_SERVER_PASSWORD
2026-03-25 15:22:55 +01:00