repowiserepowise
Sign in
adrianojlt/clipx
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseadrianojlt/clipx

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

45of 135 scored

45 commits sit in this repo's top risk tercile, which is 33% of the 135scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 7.6 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits2317%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.28bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.6out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Began other-led, now leaning feature.

Feature22%
Fix15%
Refactor4%
Docs7%
Test3%
Deps13%
Chore2%
Other34%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
ac418812first commit - base project
adrianojlt
5mo ago+7.9K -0
100%Elevated
more lines added than baseline
2
89ee90f0major refactor with an update of the TODO review tasks
adrianojlt
3mo ago+1.4K -326
99%Elevated
more lines added than baseline
3
8e25080creview: add eslint prettier
adrianojlt
3mo ago+2.2K -227
98%Elevated
more lines added than baseline
4
c63fcb5bsplit into 3 files: Pinned, History and Session components
adrianojlt
2mo ago+697 -673
97%Elevated
more lines added than baseline
5
d753ac7cAdd Sessions tab
adrianojlt
2mo ago+806 -11
97%Elevated
more lines added than baseline
6
6729c1e2review: split lib
adrianojlt
3mo ago+656 -502
96%Elevated
more lines added than baseline
7
b5c821c2add icons to open apps list
adrianojlt
4d ago+912 -39
95%Elevated
more lines added than baseline
8
94c795bcnew settings page
adrianojlt
2mo ago+748 -307
95%Elevated
more lines added than baseline
9
ba39dd74import and export feature
adrianojlt
1w ago+842 -3
93%Elevated
more lines added than baseline
10
eccb0f35add update check against github releases from settings and tray
adrianojlt
2w ago+629 -7
93%Elevated
more lines added than baseline
11
9f4b0a6alistener to clipboard and put items on a list
adrianojlt
3mo ago+637 -715
93%Elevated
more lines added than baseline
12
a9f21414select the hovered app when the open-apps shortcut is released
adrianojlt
4d ago+520 -5
90%Elevated
more lines added than baseline
13
3f5362edadd themes: light and dark
adrianojlt
2w ago+407 -146
90%Elevated
more lines added than baseline
14
6036cb49add more tests
adrianojlt
2mo ago+332 -37
90%Elevated
more lines added than baseline
15
6c402653review: fix rsp and add vitest react tests
adrianojlt
3mo ago+689 -3
90%Elevated
more lines added than baseline
16
6afa8387new tab to list and go to open apps
adrianojlt
2mo ago+419 -22
88%Elevated
more lines added than baseline
17
4d509424settings window
adrianojlt
3mo ago+365 -39
88%Elevated
more lines added than baseline
18
0eea613dorder the open-apps list by frecency
adrianojlt
4d ago+387 -29
86%Elevated
more lines added than baseline
19
a77ca70dadd clipx web page
adrianojlt
1mo ago+442 -0
86%Elevated
more lines added than baseline
20
0051f325review
adrianojlt
3mo ago+240 -86
86%Elevated
more lines added than baseline
21
d0742cfbreview: reuse db connections
adrianojlt
3mo ago+281 -55
86%Elevated
more lines added than baseline
22
ca166aa5cleanup code
adrianojlt
3mo ago+262 -111
84%Elevated
more lines added than baseline
23
2df7a9c3add startup update check with title-bar badge and settings toggle
adrianojlt
2w ago+211 -2
83%Elevated
more lines added than baseline
24
267ddee5pin feature to make it possible to put clipx app always on top
adrianojlt
1mo ago+297 -4
83%Elevated
more lines added than baseline
25
bf83a6f3review: proper error types
adrianojlt
3mo ago+227 -119
83%Elevated
more lines added than baseline
26
6750d075open list of open apps separately from the clipboard items
adrianojlt
1mo ago+223 -103
81%Elevated
more lines added than baseline
27
dc60e989code refactoring
adrianojlt
3mo ago+141 -111
80%Elevated
more lines added than baseline
28
4afddabcadd right click menu to add sessions
adrianojlt
2mo ago+131 -62
79%Elevated
more lines added than baseline
29
690151bfreview: cache history limit
adrianojlt
3mo ago+145 -15
79%Elevated
more lines added than baseline
30
7b05ccadreview: fix unwrap-panics
adrianojlt
3mo ago+141 -39
79%Elevated
more lines added than baseline
31
82573ba8fix some issues on session and update README file
adrianojlt
2mo ago+171 -107
76%Elevated
more lines added than baseline
32
fcb4afdeadd logs
adrianojlt
3mo ago+207 -59
76%Elevated
more lines added than baseline
33
d100feccadd shortcuts to switch to Pinned and History tabs
adrianojlt
3mo ago+115 -10
76%Elevated
more lines added than baseline
34
5737667dadd descriptions to pinned items
adrianojlt
3mo ago+172 -24
76%Elevated
more lines added than baseline
35
6cfcf1b1refactored tooltip code
adrianojlt
2mo ago+105 -132
73%Elevated
more lines added than baseline
36
3f5b08fereview: extract pinned item component
adrianojlt
3mo ago+134 -89
73%Elevated
more lines added than baseline
37
dda1bc07add option to hide pinned item content
adrianojlt
3mo ago+180 -38
73%Elevated
more lines added than baseline
38
da408e62confirm delete to avoid accidental deletes
adrianojlt
3mo ago+126 -37
73%Elevated
more lines added than baseline
39
068f0e81Fix critical production issues: DB contention, thread leaks, main-thread clipboard reads, settings lost-update, and input validation
adrianojlt
3mo ago+93 -32
71%Elevated
more lines added than baseline
40
43a1b570optimizations
adrianojlt
3mo ago+98 -14
71%Elevated
more lines added than baseline
41
7c22932ccode review
adrianojlt
3mo ago+79 -72
69%Elevated
more lines added than baseline
42
eb880bd2review: rust unit tests
adrianojlt
3mo ago+132 -1
69%Elevated
more lines added than baseline
43
7320772asearch history and changed pinned items UI
adrianojlt
3mo ago+111 -10
69%Elevated
more lines added than baseline
44
81287ee9add tray icon and README.md file
adrianojlt
3mo ago+108 -4
69%Elevated
more lines added than baseline
45
ab9a7167review: extract js utility functions
adrianojlt
3mo ago+86 -18
67%Elevated
more lines added than baseline
46
fc547d5breact code review on the last feature
adrianojlt
1w ago+90 -43
66%Typical
more lines added than baseline
47
1880b7fbcode review
adrianojlt
3mo ago+66 -93
66%Typical
more lines added than baseline
48
cfe7133dremove scroll bar and remember the size of the window
adrianojlt
3mo ago+79 -0
66%Typical
more lines added than baseline
49
999833eeAllow Esc as a main key in the hotkey recorder and commit on key release.
adrianojlt
1mo ago+66 -12
63%Typical
more lines added than baseline
50
c4d07713improvements
adrianojlt
2mo ago+72 -85
63%Typical
more lines added than baseline
  • ac418812first commit - base project
    Author
    adrianojlt
    When
    5mo ago
    Lines
    +7.9K -0
    Risk
    100%Elevated
  • 89ee90f0major refactor with an update of the TODO review tasks
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +1.4K -326
    Risk
    99%Elevated
  • 8e25080creview: add eslint prettier
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +2.2K -227
    Risk
    98%Elevated
  • c63fcb5bsplit into 3 files: Pinned, History and Session components
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +697 -673
    Risk
    97%Elevated
  • d753ac7cAdd Sessions tab
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +806 -11
    Risk
    97%Elevated
  • 6729c1e2review: split lib
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +656 -502
    Risk
    96%Elevated
  • b5c821c2add icons to open apps list
    Author
    adrianojlt
    When
    4d ago
    Lines
    +912 -39
    Risk
    95%Elevated
  • 94c795bcnew settings page
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +748 -307
    Risk
    95%Elevated
  • ba39dd74import and export feature
    Author
    adrianojlt
    When
    1w ago
    Lines
    +842 -3
    Risk
    93%Elevated
  • eccb0f35add update check against github releases from settings and tray
    Author
    adrianojlt
    When
    2w ago
    Lines
    +629 -7
    Risk
    93%Elevated
  • 9f4b0a6alistener to clipboard and put items on a list
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +637 -715
    Risk
    93%Elevated
  • a9f21414select the hovered app when the open-apps shortcut is released
    Author
    adrianojlt
    When
    4d ago
    Lines
    +520 -5
    Risk
    90%Elevated
  • 3f5362edadd themes: light and dark
    Author
    adrianojlt
    When
    2w ago
    Lines
    +407 -146
    Risk
    90%Elevated
  • 6036cb49add more tests
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +332 -37
    Risk
    90%Elevated
  • 6c402653review: fix rsp and add vitest react tests
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +689 -3
    Risk
    90%Elevated
  • 6afa8387new tab to list and go to open apps
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +419 -22
    Risk
    88%Elevated
  • 4d509424settings window
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +365 -39
    Risk
    88%Elevated
  • 0eea613dorder the open-apps list by frecency
    Author
    adrianojlt
    When
    4d ago
    Lines
    +387 -29
    Risk
    86%Elevated
  • a77ca70dadd clipx web page
    Author
    adrianojlt
    When
    1mo ago
    Lines
    +442 -0
    Risk
    86%Elevated
  • 0051f325review
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +240 -86
    Risk
    86%Elevated
  • d0742cfbreview: reuse db connections
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +281 -55
    Risk
    86%Elevated
  • ca166aa5cleanup code
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +262 -111
    Risk
    84%Elevated
  • 2df7a9c3add startup update check with title-bar badge and settings toggle
    Author
    adrianojlt
    When
    2w ago
    Lines
    +211 -2
    Risk
    83%Elevated
  • 267ddee5pin feature to make it possible to put clipx app always on top
    Author
    adrianojlt
    When
    1mo ago
    Lines
    +297 -4
    Risk
    83%Elevated
  • bf83a6f3review: proper error types
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +227 -119
    Risk
    83%Elevated
  • 6750d075open list of open apps separately from the clipboard items
    Author
    adrianojlt
    When
    1mo ago
    Lines
    +223 -103
    Risk
    81%Elevated
  • dc60e989code refactoring
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +141 -111
    Risk
    80%Elevated
  • 4afddabcadd right click menu to add sessions
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +131 -62
    Risk
    79%Elevated
  • 690151bfreview: cache history limit
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +145 -15
    Risk
    79%Elevated
  • 7b05ccadreview: fix unwrap-panics
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +141 -39
    Risk
    79%Elevated
  • 82573ba8fix some issues on session and update README file
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +171 -107
    Risk
    76%Elevated
  • fcb4afdeadd logs
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +207 -59
    Risk
    76%Elevated
  • d100feccadd shortcuts to switch to Pinned and History tabs
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +115 -10
    Risk
    76%Elevated
  • 5737667dadd descriptions to pinned items
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +172 -24
    Risk
    76%Elevated
  • 6cfcf1b1refactored tooltip code
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +105 -132
    Risk
    73%Elevated
  • 3f5b08fereview: extract pinned item component
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +134 -89
    Risk
    73%Elevated
  • dda1bc07add option to hide pinned item content
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +180 -38
    Risk
    73%Elevated
  • da408e62confirm delete to avoid accidental deletes
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +126 -37
    Risk
    73%Elevated
  • 068f0e81Fix critical production issues: DB contention, thread leaks, main-thread clipboard reads, settings lost-update, and input validation
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +93 -32
    Risk
    71%Elevated
  • 43a1b570optimizations
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +98 -14
    Risk
    71%Elevated
  • 7c22932ccode review
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +79 -72
    Risk
    69%Elevated
  • eb880bd2review: rust unit tests
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +132 -1
    Risk
    69%Elevated
  • 7320772asearch history and changed pinned items UI
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +111 -10
    Risk
    69%Elevated
  • 81287ee9add tray icon and README.md file
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +108 -4
    Risk
    69%Elevated
  • ab9a7167review: extract js utility functions
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +86 -18
    Risk
    67%Elevated
  • fc547d5breact code review on the last feature
    Author
    adrianojlt
    When
    1w ago
    Lines
    +90 -43
    Risk
    66%Typical
  • 1880b7fbcode review
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +66 -93
    Risk
    66%Typical
  • cfe7133dremove scroll bar and remember the size of the window
    Author
    adrianojlt
    When
    3mo ago
    Lines
    +79 -0
    Risk
    66%Typical
  • 999833eeAllow Esc as a main key in the hotkey recorder and commit on key release.
    Author
    adrianojlt
    When
    1mo ago
    Lines
    +66 -12
    Risk
    63%Typical
  • c4d07713improvements
    Author
    adrianojlt
    When
    2mo ago
    Lines
    +72 -85
    Risk
    63%Typical
Showing 50 of 135 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

015typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 135 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,000Lines changed (log) →0.04.3Diffusion →
Below typical45
Typical45
Elevated45

Commit history for adrianojlt/clipx

adrianojlt/clipx has 137 commits in its history from 3 contributors, the first of them Mar 1, 2026. In the last 90 days 44 files were touched, 231 times in total, most often App.jsx. Every commit is scored for change risk from its size, spread and the history of the files it touches.