mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 12:15:51 -04:00
a3ff063bcc
Add comprehensive cross-platform APIs for web/mobile integration:
Server endpoints:
- GET /sync?since=<ts> - Delta sync for offline clients
- GET /personas - List personas with capabilities and gateway status
- GET /themes - List available themes (built-in + persona-specific)
- GET /preferences/theme - Get current theme
- PATCH /preferences/theme - Set theme
Telegram gateway:
- Add voice note transcription support via configurable CLI
- Download voice/audio files from Telegram API
- Transcribe using {{MediaPath}} template command
Documentation:
- Update CROSS-PLATFORM.md with all new API endpoints
- Mark Phase 6 as complete in ROADMAP.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>