You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix panic-prone unwrap() calls in production paths (adapters, verification)
- Add 82 new tests: API layer (36), database layer (27), state (2), config (4), incremental SHA (2), and more
- GitHub suggestion blocks: multi-line support with start_line/line for one-click PR fixes
- Incremental review: push-by-push delta using last_reviewed_shas and compare API
- Multi-model routing: ModelRole::Fast cascades model_fast → model_weak → primary
- Wire up dead code: InteractiveCommand → webhook, storage → API, model_name → pipeline, detect_context_window → doctor
- Remove unused Plugin trait, legacy Ollama types
- Replace all eprintln!/println! with tracing::error!/warn!/info! in server modules
- Add delete_review and prune_reviews API endpoints
- Reduce cloning by inlining OllamaShowRequest/Response
Closes#8, #16, #26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments