Tinyedge reviews your pull requests and surfaces what matters - suggested test scenarios and risky logic changes - then gets out of the way. No fluff, no style nits, no dashboards.
Tinyedge is narrow by design. It reads the diff, thinks about it, and leaves exactly two types of feedback.
Every feature Tinyedge does not have is a deliberate choice. Scope creep is where review bots go to die.
Clone, install, configure your GitHub App credentials, and point Tinyedge at your LLM provider.
# Install dependencies pnpm install # Build the API pnpm -C apps/api run build # Start in dev mode pnpm -C apps/api run dev
GITHUB_APP_ID=123456 GITHUB_PRIVATE_KEY="-----BEGIN RSA..." GITHUB_WEBHOOK_SECRET=your-secret TINYEDGE_LLM_PROVIDER=openai # openai | gemini | mock TINYEDGE_LLM_API_KEY=sk-... TINYEDGE_LLM_MODEL=gpt-4o-mini
openai, gemini, mockrequired
ctx.settledis truectx.settledis not guarded against undefined and may skip retry on first call