Skip to content

cinsights v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:24
0372f56
  • Merge pull request #16 from deepankarm/feat/token-efficiency-tasks (0372f56)
  • chore: bump version to 0.1.5 (464b2f6)
  • chore: remove standalone /tasks page and its API (93d7918)
  • feat: per-user themes with nested task drill-in on user page (f6675fc)
  • ui: nest Themes under Activity; add expand-to-fullscreen on swimlane (f3ac8f8)
  • ui: theme swimlane on project page; backfill themes on unchanged-skip (cf4cb78)
  • feat: theme entity + extraction folded into project digest (36a12b4)
  • fix: thin out crowded y-axis labels on horizontal context-growth chart (028e7e7)
  • fix: infer source from trace_id prefix in index/analyze CLI (a16e605)
  • fix: stop logging no-op runs; include task segmentation tokens in run cost (8a6c2f1)
  • ui: simplify session-detail layout; restructure user page Activity/Tasks (d18aff3)
  • feat: parser noise filter + extracted signals; --tasks-only flag; T9/T11 fixes (09d3599)
  • fix: de-leak task segmentation prompt examples (c7bf275)
  • fix: eliminate false zero-token turns from image splits, meta messages, and continuation replays (b7aa20b)
  • fix: use total billed tokens for task labels, hide untested efficiency hero metric (1396696)
  • fix: default --source to local instead of phoenix (7641e64)
  • fix: add axis titles — Context Window above, Turn Duration below (d7092ce)
  • fix: remove gaps between duration bars for continuous background (338f4a4)
  • feat: show turn duration as low-opacity bars behind context growth line (8641440)
  • refactor: merge turn duration into context growth as dual x-axis (138b150)
  • refactor: remove redundant task list, show tokens in chart band labels (a9f0fe5)
  • fix: cap context growth chart height at 800px (ad4e0d3)
  • fix: properly handle tasks beyond data range in chart bands (0bfb308)
  • fix: filter out empty task bands and correct endIndex calculation (d7ebace)
  • fix: skip separator on first band, use neutral gray dashed lines (728fa54)
  • fix: add separator lines between task bands in context growth chart (dbd77e1)
  • fix: show full task names in chart annotations without truncation (e0dba6f)
  • fix: disable annotation clipping so edge labels are visible (1006b61)
  • fix: increase chart height and bottom padding for last label visibility (776cedf)
  • fix: dynamic chart height based on data points, not raw turn count (68677dc)
  • fix: add bottom padding to horizontal chart, show all turn labels (02faa67)
  • fix: remove half-row offset from task band annotations (5018a07)
  • fix: improve task band visibility with borders and centered labels (f81734b)
  • fix: filter out 0-token turns from context growth chart (013e654)
  • fix: horizontal context growth as line chart, not bars (2b82025)
  • fix: revert context growth chart from horizontal bars to line chart (6be9e31)
  • feat: horizontal bar chart for Context Growth with task-colored turns (322c072)
  • feat: add click-to-expand overlay for Context Growth chart (5e3105e)
  • feat: replace hand-rolled SVG charts with Chart.js (e2871d6)
  • chore: add charting rewrite prompt for Chart.js migration (96447b1)
  • fix: restructure session detail page layout (c9cf693)
  • feat: add task analytics to user pages and digest integration (7734de9)
  • feat: add token efficiency metrics, task segmentation, and tasks UI (af619e3)
  • Merge pull request #15 from deepankarm/fix/force-index-discover-new-sessions (23026de)
  • fix: --force index now discovers new sessions instead of only re-indexing DB entries (f0a6ee5)
  • Merge pull request #14 from deepankarm/feat/token-efficiency-signals (29e7c77)
  • fix: unused variable lint warning in test_stats.py (ba4cd89)
  • fix: update test_compute_all_returns_all_keys for new efficiency metrics (edc5d6c)
  • ci: trigger workflow (c356682)
  • Merge branch 'main' into feat/token-efficiency-signals (a09fd79)
  • chore: remove First Edit hero metric from session detail page (b1bc711)
  • fix: session page uses MoodQuotes component instead of inline quotes (d664ac8)
  • revert: remove broken expandable chart feature (3d4eaf0)
  • fix: expanded chart re-renders with taller SVG viewBox (500px vs 180px) (c5dc125)
  • fix: expanded chart uses horizontal scroll instead of SVG distortion (0d6fc49)
  • fix: expanded chart fills full viewport height with stretched SVG (f693b79)
  • feat: expandable chart cards — click to view full-screen overlay (0db1568)
  • fix: show ctx pressure as 0.26, not 26% — match dev/project page format (8315993)
  • feat: align session QualityBar with dev/project pages (91c5ad0)
  • fix: hero tool call count uses total from DB, not capped array length (efc55c7)
  • refactor: compute baseline averages on the fly instead of pre-stored table (9167256)
  • fix: baseline fallback — use largest user baseline when project has <3 sessions (8b623f4)
  • fix: session detail — context charts in bento, baseline comparison, errors collapsed (7de1226)
  • refactor: reorg session detail page to match dev/project page layout (4449707)
  • fix: notable_quotes field mismatch — mood vs vibe crash on session page (15e134f)
  • fix: limit tool calls in session detail API to prevent browser hang (9e0152c)
  • feat: add token efficiency signals — error retries, context resets, duplicate reads (e003732)
  • Merge pull request #13 from deepankarm/fix/session-date-display (a7c04f2)
  • fix: show date ranges and human-readable durations for multi-day sessions (a804b09)