Commit a2b420a
fix(llm): align plan doc with implementation, fix duplicate insights header
- Update plan doc to describe the actual JSON object format
({"insights": [...]}) instead of a bare JSON array
- Only show insights error state when there are no cached items,
preventing a duplicate "Insights" header after a failed refresh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a5caeef commit a2b420a
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
| 523 | + | |
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments