Commit Graph

3 Commits

Author SHA1 Message Date
semihpolat
6b8bcee7ea updates 2026-01-26 14:02:54 -08:00
semihpolat
a591c51010 feat(expo): add GitHub integration and WebSocket client
- Add GitHub API service for fetching user repos and branches
- Add settings view for GitHub username and gateway URL
- Update NewSessionSheet to use real GitHub data
- Add Gateway WebSocket client for real-time communication
- Add useGateway hook for agent event streaming
- Prepare for real-time tool call streaming in ChatView

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 14:16:02 -08:00
Claude
9ddebad13c feat: add Expo GitHub mobile app (React Native port)
Port of SwiftUI iOS app to Expo/React Native for cross-platform support.
- Session list with repository info and status
- Chat view with collapsible tool executions
- Message input with model/repo/branch selection chips
- PR creation flow simulation
- Dark theme matching Claude Code aesthetic
- KeyboardAvoidingView for proper keyboard handling

https://claude.ai/code/session_018qmTB96S8xvNRQFrhcvzJp
2026-01-23 13:42:49 -08:00