Last updated: February 19, 2026
Canonical source: doc/feature_audit.md
- Local free-model AI support (
localprovider, Ollama/OpenAI-compatible) with configurablelocalBaseUrland key. - External-agent (CodeRabbit-like) callback and async AI review flow documented and supported.
- PR dependency APIs:
GET /api/repos/{owner}/{repo}/pulls/dependenciesPOST /api/repos/{owner}/{repo}/pulls/stack-order
- Stack operations:
POST /api/repos/{owner}/{repo}/stacks/{stackId}/auto-updatePOST /api/repos/{owner}/{repo}/stacks/{stackId}/merge
- Explicit bulk PR merge:
POST /api/repos/{owner}/{repo}/pulls/bulk-merge
- PR auto-merge control:
GET|POST|DELETE /api/repos/{owner}/{repo}/pulls/{number}/auto-merge
- PR checks status API:
GET /api/repos/{owner}/{repo}/pulls/{number}/checks
- Analytics additions:
GET /api/repos/{owner}/{repo}/analytics/merge-frequencyGET /api/repos/{owner}/{repo}/analytics/workload
- Notifications upgrades:
- smart prioritization:
GET /api/notifications?prioritize=true - blocking filter:
GET /api/notifications?filter=blocking - digest retries/metrics:
POST /api/cron/notification-digests?maxRetries=...
- smart prioritization:
- Email delivery verification:
POST /api/user/email/test
- Repository template discovery filters and collaborator visibility:
GET /api/repos/templates?q=&owner=&visibility=
- Monorepo advanced path scoping
- Full state-specific reviewer enforcement
- CI provider parity and setup UX depth
- Plugin system enhancement
- Advanced notification personalization and routing
See doc/feature_audit.md for the full matrix and implementation plan.