Commit Graph

9 Commits

Author SHA1 Message Date
saravanakumardb1
519f348583 docs(local-llm): add Next Wave — 15 model intelligence improvements (N1–N15)
Section 8 of DASHBOARD_REVIEW.md: pre-load RAM estimates, will-it-fit
indicator, RAM budget bar, context window, architecture/vision/think
badges, sort, tok/s history, countdown, session stats, delete confirm,
co-load suggestions. Organized in 4 tiers with sprint plan.
2026-02-19 22:32:29 -08:00
saravanakumardb1
984630eb45 docs(local-llm): mark ALL 39 items complete in DASHBOARD_REVIEW.md
All bugs (11), code quality (6), features (16), performance (5), and
security (3) items are now checked off. Added Sprint 6 (ed93a6f) and
Sprint 7 (8bdd5ee) to commit log. Updated summary to reflect 100%
completion across 7 sprints.
2026-02-19 15:45:46 -08:00
saravanakumardb1
2936b9f047 docs(local-llm): mark Sprint 5 P1-P3 complete in DASHBOARD_REVIEW.md
Check off 3 items (P1, P2, P3) in performance section and sprint
tracker. Add commit b1fda3a to commit log.
2026-02-19 15:28:59 -08:00
saravanakumardb1
9892fe7145 docs(local-llm): mark Sprint 4 items complete in DASHBOARD_REVIEW.md
Check off 4 items (F2, F3, F9, F11) in features list and sprint
tracker. F4 (chat mode) deferred. Add commit 9c2f5f3 to commit log.
2026-02-19 15:26:37 -08:00
saravanakumardb1
40c40756ed docs(local-llm): mark Sprint 3 items complete in DASHBOARD_REVIEW.md
Check off 5 items (CQ1, CQ3, CQ4, S1, S2) in code quality, security,
and sprint tracker. CQ2 (inline styles) deferred. Add commit 75a3cd0
to commit log.
2026-02-19 15:22:11 -08:00
saravanakumardb1
7a82db4876 docs(local-llm): mark Sprint 2 items complete in DASHBOARD_REVIEW.md
Check off 5 items (B2, B7, B8, F1, F6) in bug list, features list,
and sprint tracker. Add commit 2d9475b to commit log.
2026-02-19 15:17:16 -08:00
saravanakumardb1
9a807f64cf docs(local-llm): mark Sprint 1 items complete in DASHBOARD_REVIEW.md
Check off 9 items (B1, B3, B4, B5, B6, B9, B10, B11, P4) in both
the bug list and sprint tracker. Add commit 2da67c2 to commit log.
2026-02-19 15:13:43 -08:00
saravanakumardb1
554a5137ec docs(local-llm): improve dashboard review — add checkboxes, commit log, new findings
Rewrite DASHBOARD_REVIEW.md with progress-tracking improvements:
- Add GitHub-style checkboxes to all 41 actionable items
- Add file inventory table with line counts and purposes
- Add commit log section for tracking implementation progress
- Add sprint tracker tables with effort estimates and commit columns
- New finding B11: prompt text not cleared on Escape close
- New finding CQ6: no Zod validation on API responses
- Consolidate priority matrix into sprint tables (less redundancy)
- Add deferred items section with dependency notes
- Improve item descriptions with more precise file:line references
- Add stack summary and total effort estimate (14–17 hrs)
2026-02-19 15:11:19 -08:00
saravanakumardb1
093682eace docs(local-llm): add systematic dashboard bug & improvement review
DASHBOARD_REVIEW.md — comprehensive code review of all 6 dashboard files
(1,395 lines). Organized into 7 sections:

- 10 bugs (B1–B10): hardcoded header, blocking pull, escape during stream,
  auto-refresh during streaming, no abort controller, vm_stat page size, etc.
- 5 code quality issues (CQ1–CQ5): monolithic component, inline styles,
  duplicated constants, no error boundary, no loading skeleton
- 16 feature ideas (F1–F16): pull progress, chat mode, prompt history,
  token/s metrics, model search, whisper test, extraction integration, etc.
- 5 performance items (P1–P5): request deduplication, cache TTL, du latency
- 3 security notes (S1–S3): input validation, shell injection pattern, CORS
- Priority matrix and 5-sprint implementation roadmap
2026-02-19 14:36:51 -08:00