Integration Guide
OpenHuman GitHub Integration Guide — AI That Manages Your Repos
OpenHuman's GitHub integration brings AI-powered code awareness to your desktop. Track PRs, issues, commits, and code reviews — all synced into your Memory Tree for context-aware assistance.
What You Get
- PR tracking — OpenHuman knows what PRs you have open, reviewed, or merged
- Issue awareness — ask "what issues am I assigned to?" and get a list
- Commit history — AI understands recent changes to your codebase
- Code review context — reference discussions from past reviews
Setting Up GitHub Integration
Step 1: Open Integrations
Go to Settings → Integrations → GitHub in OpenHuman.
Step 2: Authorize
Click "Connect GitHub". A browser window opens — authorize OpenHuman to access your GitHub account. OpenHuman requests read-only access to your public and private repositories.
Step 3: Select Repositories
After authorization, choose which repositories OpenHuman should monitor. You can select specific repos or grant access to all.
Configuration
Fine-tune GitHub integration in config.toml:
[integrations.github] enabled = true sync_interval_minutes = 30 track_prs = true track_issues = true track_commits = true repos = ["user/repo1", "org/repo2"]Using GitHub Integration
Once connected, you can ask questions like:
- "What PRs did I review this week?"
- "Summarize the open issues in my-project"
- "What was the last commit to the main branch?"
- "Remind me about the PR I was reviewing yesterday"
Privacy
All repository data is stored locally. No code or issue content is sent to external servers (except through your configured LLM API). You can restrict access to specific repos only.