First-Tree: Open-Source Daemon That Uses Claude Code to Triage GitHub Notifications While You Sleep

First-Tree is an open-source daemon that lives in your menu bar and delegates GitHub inbox triage to AI agents. It runs in the background, scans notifications, and only surfaces items that require a human call. In a recent scan, it handled 98 notifications autonomously and left 2 with human tags.
How it works
The daemon runs as first-tree github scan with Claude Code. It triages notifications using agents, and the menu bar shows what's pending. You manage the daemon directly from the menu bar. The tool is designed for developers who want to offload recurring triage work and only intervene when an agent decides a decision needs human judgment.
Key details from the source
- Runs as a menu bar daemon on macOS (presumably, given the menu bar mention).
- Command:
first-tree github scaninvoked with Claude Code. - Outcome of one scan: 98 notifications handled, 2 surfaced for human review with tags.
- Source code and project: github.com/agent-team-foundation/first-tree
- The author asks the community: Do you review everything yourself, or let your agent handle it? Do you have a human-in-the-loop mechanism?
Who it's for
Developers and maintainers who receive high volumes of GitHub notifications (issues, PRs, discussions) and want to automate initial triage using an AI coding agent with Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

VidLens MCP Server: Persistent YouTube Knowledge Base for Claude
VidLens is a free, open-source MCP server that indexes YouTube content locally with semantic embeddings, treating videos as a persistent knowledge base rather than extracting temporary transcripts. It provides 41 tools across 10 modules for searching, analyzing, and retrieving video content.

0Latency: A Persistent Memory Layer for AI Agents via MCP
0Latency is an MCP server that adds persistent memory to Claude and other AI agents, storing memories across sessions to prevent context loss. It works natively with Claude Desktop, Claude Code, claude.ai, GPT, Gemini, Cursor, and any MCP-compatible agent.

Pleng: Self-Hosted Cloud Platform with AI-Driven Infrastructure Management
Pleng is an AGPL-3.0 licensed, self-hosted cloud platform that uses an AI agent (currently Claude) to manage infrastructure via Telegram bot commands. It deploys from GitHub repos or local directories with automated Traefik routing, Let's Encrypt SSL, and basic analytics.

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.