All Posts
February 11, 20260.1.7Jugg.ai

v0.1.7 — PR Review Dashboard, Multi-Model Support & OAuth

Release v0.1.7: PR Review Dashboard, Multi-Model Support & GitHub OAuth

February 11, 2026

What changed

  • Visual Diff & PR Review Dashboard: New /pull-requests section in the sidebar. Browse all agent-created PRs, view syntax-highlighted diffs, read agent rationale for changes, and approve (squash merge) or reject — without leaving the platform.
  • Multi-Model Support: 10 models across Anthropic, OpenAI, Google Gemini, and Mistral. Set a project-wide default or override per agent from a new "AI Models" tab in project settings.
  • GitHub OAuth Flow: One-click "Connect with GitHub" button with automatic token exchange. Falls back to manual PAT entry if OAuth isn't configured.
  • Features Grid Redesign: Features tab now shows two card grids — Outstanding and Implemented — with stat cards at the top, replacing the old table/filter layout.
  • Pipeline Model Propagation: Model configuration set in project settings now flows through to all agents during pipeline execution.

Why it matters

Users can now review and act on agent PRs entirely within the dashboard, choose which AI models power each agent, and connect GitHub in one click — significantly reducing friction across the core workflow.

Technical notes

  • New env vars (all optional): OPENAI_API_KEY, GOOGLE_GENERATIVE_AI_API_KEY, MISTRAL_API_KEY, GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET, NEXT_PUBLIC_GITHUB_CLIENT_ID
  • Model config stored in existing pipelineConfig.modelConfig JSON field — no database migration required
  • Non-Anthropic models use OpenAI-compatible chat completions API with tool/function calling conversion
  • 2,221 additions, 276 deletions across 21 files

Release Notes

Successfully merged PR #42 and created release v0.1.7.

PR #42 merged via squash merge (SHA: d6f15f2565d0a11bc8db2323e8c11cd8bcb17c1e)

Release v0.1.7 published with 5 major features:

  1. Visual Diff & PR Review Dashboard — Browse, review diffs, and approve/reject agent-created PRs from the UI
  2. Multi-Model Support — 10 models across 4 providers (Anthropic, OpenAI, Google Gemini, Mistral) with per-agent configuration
  3. GitHub OAuth Flow — One-click "Connect with GitHub" replacing manual PAT entry
  4. Features Grid Redesign — Split into Implemented/Outstanding card grids with stat cards
  5. Pipeline model propagation — Model config flows from project settings through to all agents

Stats: 2,221 additions, 276 deletions across 21 files.

Release URL: https://github.com/dwdavies/AnyApp/releases/tag/v0.1.7