repowiserepowise
Sign in
krsatyam36/xyz-local
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisekrsatyam36/xyz-local

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

18of 55 scored

18 commits sit in this repo's top risk tercile, which is 33% of the 55scored. 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 5.4 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 commits12%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.31bitsShannon 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 threshold5.4out 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.

How this repo's commit mix shifts over time.

Feature89%
Deps4%
Chore7%

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
9ab0c360release: bump version to 3.0.0 — 29-tool arsenal, full-screen TUI, UI abstraction layer, confirm gating
Kumar Satyam
1mo ago+1.7K -201
98%Elevated
more lines added than baseline
2
c3cb4fcdfeat: initial public release of xyz-local - fully local, privacy-first AI coding agent
Kumar Satyam
2mo ago+1.7K -0
98%Elevated
more lines added than baseline
3
ece21953feat: agentic overhaul, model picker, bug fixes, and comprehensive README
Kumar Satyam
2mo ago+575 -372
95%Elevated
more lines added than baseline
4
c29d3badrelease: bump version to 2.0.0 — Agentic Overhaul & Model Picker
Kumar Satyam
2mo ago+97 -2
94%Elevated
more lines added than baseline
5
7a10f0e1feat: add test infrastructure and basic tests (#36)
newton4th
2mo ago+70 -0
92%Elevated
more lines added than baseline
6
69173cbechore: release v1.0.0 — first stable release
Kumar Satyam
2mo ago+77 -3
90%Elevated
more lines added than baseline
7
570ff483chore: add CODE_OF_CONDUCT.md (#47)
newton4th
2mo ago+38 -0
88%Elevated
more lines added than baseline
8
e5360581feat: add .gitignore-aware grep (#30)
newton4th
2mo ago+32 -0
86%Elevated
more lines added than baseline
9
1ef53839feat: add session cleanup command (#2)
newton4th
2mo ago+26 -3
85%Elevated
more lines added than baseline
10
4a5cc870feat: add suspicious pip install detection (#31)
newton4th
2mo ago+28 -0
83%Elevated
more lines added than baseline
11
8416a6d0feat: add GitHub Actions CI workflow (#37)
newton4th
2mo ago+27 -0
80%Elevated
more lines added than baseline
12
f0816645feat: improve Ollama connectivity error messages (#3)
newton4th
2mo ago+23 -4
80%Elevated
more lines added than baseline
13
ceba5230feat: add user custom auto-approve and deny patterns (#44)
newton4th
2mo ago+25 -3
76%Elevated
more lines added than baseline
14
5d8c9b5afeat: add /retry slash command (#6)
newton4th
2mo ago+23 -5
76%Elevated
more lines added than baseline
15
7e263574feat: show model parameter size on session start (#39)
newton4th
2mo ago+23 -2
73%Elevated
more lines added than baseline
16
0a58dfb7feat: add /stats slash command (#5)
newton4th
2mo ago+22 -1
73%Elevated
more lines added than baseline
17
688e7938feat: add config file support at ~/.xyz-local/config.json (#43)
newton4th
2mo ago+22 -1
69%Elevated
more lines added than baseline
18
53c7681efeat: add Ollama health check before starting chat (#19)
newton4th
2mo ago+19 -0
69%Elevated
more lines added than baseline
19
dd0c49b5feat: add configurable temperature and timeout (#14)
newton4th
2mo ago+18 -5
66%Typical
more lines added than baseline
20
6436e41bfeat: add non-interactive run command (#49)
newton4th
2mo ago+20 -1
64%Typical
more lines added than baseline
21
1398cbf6feat: add connection retry with exponential backoff (#48)
newton4th
2mo ago+20 -2
64%Typical
more lines added than baseline
22
16a91905feat: add response caching for repeated inputs (#46)
newton4th
2mo ago+17 -10
61%Typical
more lines added than baseline
23
eb594bcdchore: add pre-commit hook configuration (#45)
newton4th
2mo ago+20 -0
55%Typical
more lines added than baseline
24
4cf67c3ffeat: add /temp command for temperature control (#26)
newton4th
2mo ago+16 -1
55%Typical
more lines added than baseline
25
9da0e0fdfeat: add Ollama version detection in doctor (#24)
newton4th
2mo ago+14 -3
55%Typical
more lines added than baseline
26
cbe93253chore: add .editorconfig (#20)
newton4th
2mo ago+16 -0
55%Typical
more lines added than baseline
27
c523be25feat: add file type icons in directory listing (#7)
newton4th
2mo ago+15 -1
55%Typical
more lines added than baseline
28
42dba932feat: add Dockerfile for containerized usage (#35)
newton4th
2mo ago+15 -0
49%Typical
more lines added than baseline
29
46e46e14feat: add binary file detection in read_file (#10)
newton4th
2mo ago+14 -0
49%Typical
more lines added than baseline
30
351d4417feat: add /inspect command to view last tool result (#41)
newton4th
2mo ago+14 -1
46%Typical
more lines added than baseline
31
f6ae3f3dfeat: add Ollama model parameters support (num_ctx) (#50)
newton4th
2mo ago+11 -1
41%Typical
more scattered than baseline
32
cb312a08feat: add file sorting options in list_directory (#40)
newton4th
2mo ago+13 -2
41%Typical
more lines added than baseline
33
f38718bafeat: add context lines support in grep_files (#27)
newton4th
2mo ago+13 -4
41%Typical
more lines added than baseline
34
8896b18dfeat: add --dir option to set workspace directory (#23)
newton4th
2mo ago+13 -0
41%Typical
more lines added than baseline
35
80ee6bbafeat: add session auto-naming (#22)
newton4th
2mo ago+12 -0
41%Typical
more lines added than baseline
36
971e6449feat: add --verbose/-v flag for debug logging (#25)
newton4th
2mo ago+10 -0
34%Typical
more scattered than baseline
37
b9d3116afeat: add human-readable file sizes in directory listing (#8)
newton4th
2mo ago+11 -1
34%Typical
more focused than baseline
38
eaf8d56bfeat: add --version flag to CLI (#1)
newton4th
2mo ago+10 -0
34%Typical
more focused than baseline
39
4989e80bfeat: add automatic backup creation on file edits and writes (#38)
newton4th
2mo ago+9 -2
29%Below typical
fewer lines added than baseline
40
155e508ffeat: add graceful recovery on empty model responses (#32)
newton4th
2mo ago+9 -2
29%Below typical
fewer lines added than baseline
41
28c08a77feat: add overwrite tracking to write_file (#17)
newton4th
2mo ago+7 -6
26%Below typical
fewer lines added than baseline
42
e407f991feat: add multi-line input support (#42)
newton4th
2mo ago+7 -0
25%Below typical
fewer lines added than baseline
43
b1277db9feat: expand auto-approve command list (#18)
newton4th
2mo ago+6 -2
22%Below typical
fewer lines added than baseline
44
40e8cd6bfeat: add system info to doctor command (#16)
newton4th
2mo ago+6 -0
22%Below typical
fewer lines added than baseline
45
9c144748feat: add /clear slash command (#4)
newton4th
2mo ago+5 -1
19%Below typical
fewer lines added than baseline
46
eaf68f81feat: add file permissions mode in list_directory (#28)
newton4th
2mo ago+5 -1
16%Below typical
fewer lines added than baseline
47
e002a525feat: add /save slash command (#15)
newton4th
2mo ago+5 -1
16%Below typical
fewer lines added than baseline
48
3e58e535feat: add context size warning (#33)
newton4th
2mo ago+4 -0
12%Below typical
fewer lines added than baseline
49
3fc4e21afeat: add max_count parameter to grep_files (#13)
newton4th
2mo ago+4 -3
12%Below typical
fewer lines added than baseline
50
b119fde7feat: add case-insensitive grep option (#12)
newton4th
2mo ago+4 -2
12%Below typical
fewer lines added than baseline
  • 9ab0c360release: bump version to 3.0.0 — 29-tool arsenal, full-screen TUI, UI abstraction layer, confirm gating
    Author
    Kumar Satyam
    When
    1mo ago
    Lines
    +1.7K -201
    Risk
    98%Elevated
  • c3cb4fcdfeat: initial public release of xyz-local - fully local, privacy-first AI coding agent
    Author
    Kumar Satyam
    When
    2mo ago
    Lines
    +1.7K -0
    Risk
    98%Elevated
  • ece21953feat: agentic overhaul, model picker, bug fixes, and comprehensive README
    Author
    Kumar Satyam
    When
    2mo ago
    Lines
    +575 -372
    Risk
    95%Elevated
  • c29d3badrelease: bump version to 2.0.0 — Agentic Overhaul & Model Picker
    Author
    Kumar Satyam
    When
    2mo ago
    Lines
    +97 -2
    Risk
    94%Elevated
  • 7a10f0e1feat: add test infrastructure and basic tests (#36)
    Author
    newton4th
    When
    2mo ago
    Lines
    +70 -0
    Risk
    92%Elevated
  • 69173cbechore: release v1.0.0 — first stable release
    Author
    Kumar Satyam
    When
    2mo ago
    Lines
    +77 -3
    Risk
    90%Elevated
  • 570ff483chore: add CODE_OF_CONDUCT.md (#47)
    Author
    newton4th
    When
    2mo ago
    Lines
    +38 -0
    Risk
    88%Elevated
  • e5360581feat: add .gitignore-aware grep (#30)
    Author
    newton4th
    When
    2mo ago
    Lines
    +32 -0
    Risk
    86%Elevated
  • 1ef53839feat: add session cleanup command (#2)
    Author
    newton4th
    When
    2mo ago
    Lines
    +26 -3
    Risk
    85%Elevated
  • 4a5cc870feat: add suspicious pip install detection (#31)
    Author
    newton4th
    When
    2mo ago
    Lines
    +28 -0
    Risk
    83%Elevated
  • 8416a6d0feat: add GitHub Actions CI workflow (#37)
    Author
    newton4th
    When
    2mo ago
    Lines
    +27 -0
    Risk
    80%Elevated
  • f0816645feat: improve Ollama connectivity error messages (#3)
    Author
    newton4th
    When
    2mo ago
    Lines
    +23 -4
    Risk
    80%Elevated
  • ceba5230feat: add user custom auto-approve and deny patterns (#44)
    Author
    newton4th
    When
    2mo ago
    Lines
    +25 -3
    Risk
    76%Elevated
  • 5d8c9b5afeat: add /retry slash command (#6)
    Author
    newton4th
    When
    2mo ago
    Lines
    +23 -5
    Risk
    76%Elevated
  • 7e263574feat: show model parameter size on session start (#39)
    Author
    newton4th
    When
    2mo ago
    Lines
    +23 -2
    Risk
    73%Elevated
  • 0a58dfb7feat: add /stats slash command (#5)
    Author
    newton4th
    When
    2mo ago
    Lines
    +22 -1
    Risk
    73%Elevated
  • 688e7938feat: add config file support at ~/.xyz-local/config.json (#43)
    Author
    newton4th
    When
    2mo ago
    Lines
    +22 -1
    Risk
    69%Elevated
  • 53c7681efeat: add Ollama health check before starting chat (#19)
    Author
    newton4th
    When
    2mo ago
    Lines
    +19 -0
    Risk
    69%Elevated
  • dd0c49b5feat: add configurable temperature and timeout (#14)
    Author
    newton4th
    When
    2mo ago
    Lines
    +18 -5
    Risk
    66%Typical
  • 6436e41bfeat: add non-interactive run command (#49)
    Author
    newton4th
    When
    2mo ago
    Lines
    +20 -1
    Risk
    64%Typical
  • 1398cbf6feat: add connection retry with exponential backoff (#48)
    Author
    newton4th
    When
    2mo ago
    Lines
    +20 -2
    Risk
    64%Typical
  • 16a91905feat: add response caching for repeated inputs (#46)
    Author
    newton4th
    When
    2mo ago
    Lines
    +17 -10
    Risk
    61%Typical
  • eb594bcdchore: add pre-commit hook configuration (#45)
    Author
    newton4th
    When
    2mo ago
    Lines
    +20 -0
    Risk
    55%Typical
  • 4cf67c3ffeat: add /temp command for temperature control (#26)
    Author
    newton4th
    When
    2mo ago
    Lines
    +16 -1
    Risk
    55%Typical
  • 9da0e0fdfeat: add Ollama version detection in doctor (#24)
    Author
    newton4th
    When
    2mo ago
    Lines
    +14 -3
    Risk
    55%Typical
  • cbe93253chore: add .editorconfig (#20)
    Author
    newton4th
    When
    2mo ago
    Lines
    +16 -0
    Risk
    55%Typical
  • c523be25feat: add file type icons in directory listing (#7)
    Author
    newton4th
    When
    2mo ago
    Lines
    +15 -1
    Risk
    55%Typical
  • 42dba932feat: add Dockerfile for containerized usage (#35)
    Author
    newton4th
    When
    2mo ago
    Lines
    +15 -0
    Risk
    49%Typical
  • 46e46e14feat: add binary file detection in read_file (#10)
    Author
    newton4th
    When
    2mo ago
    Lines
    +14 -0
    Risk
    49%Typical
  • 351d4417feat: add /inspect command to view last tool result (#41)
    Author
    newton4th
    When
    2mo ago
    Lines
    +14 -1
    Risk
    46%Typical
  • f6ae3f3dfeat: add Ollama model parameters support (num_ctx) (#50)
    Author
    newton4th
    When
    2mo ago
    Lines
    +11 -1
    Risk
    41%Typical
  • cb312a08feat: add file sorting options in list_directory (#40)
    Author
    newton4th
    When
    2mo ago
    Lines
    +13 -2
    Risk
    41%Typical
  • f38718bafeat: add context lines support in grep_files (#27)
    Author
    newton4th
    When
    2mo ago
    Lines
    +13 -4
    Risk
    41%Typical
  • 8896b18dfeat: add --dir option to set workspace directory (#23)
    Author
    newton4th
    When
    2mo ago
    Lines
    +13 -0
    Risk
    41%Typical
  • 80ee6bbafeat: add session auto-naming (#22)
    Author
    newton4th
    When
    2mo ago
    Lines
    +12 -0
    Risk
    41%Typical
  • 971e6449feat: add --verbose/-v flag for debug logging (#25)
    Author
    newton4th
    When
    2mo ago
    Lines
    +10 -0
    Risk
    34%Typical
  • b9d3116afeat: add human-readable file sizes in directory listing (#8)
    Author
    newton4th
    When
    2mo ago
    Lines
    +11 -1
    Risk
    34%Typical
  • eaf8d56bfeat: add --version flag to CLI (#1)
    Author
    newton4th
    When
    2mo ago
    Lines
    +10 -0
    Risk
    34%Typical
  • 4989e80bfeat: add automatic backup creation on file edits and writes (#38)
    Author
    newton4th
    When
    2mo ago
    Lines
    +9 -2
    Risk
    29%Below typical
  • 155e508ffeat: add graceful recovery on empty model responses (#32)
    Author
    newton4th
    When
    2mo ago
    Lines
    +9 -2
    Risk
    29%Below typical
  • 28c08a77feat: add overwrite tracking to write_file (#17)
    Author
    newton4th
    When
    2mo ago
    Lines
    +7 -6
    Risk
    26%Below typical
  • e407f991feat: add multi-line input support (#42)
    Author
    newton4th
    When
    2mo ago
    Lines
    +7 -0
    Risk
    25%Below typical
  • b1277db9feat: expand auto-approve command list (#18)
    Author
    newton4th
    When
    2mo ago
    Lines
    +6 -2
    Risk
    22%Below typical
  • 40e8cd6bfeat: add system info to doctor command (#16)
    Author
    newton4th
    When
    2mo ago
    Lines
    +6 -0
    Risk
    22%Below typical
  • 9c144748feat: add /clear slash command (#4)
    Author
    newton4th
    When
    2mo ago
    Lines
    +5 -1
    Risk
    19%Below typical
  • eaf68f81feat: add file permissions mode in list_directory (#28)
    Author
    newton4th
    When
    2mo ago
    Lines
    +5 -1
    Risk
    16%Below typical
  • e002a525feat: add /save slash command (#15)
    Author
    newton4th
    When
    2mo ago
    Lines
    +5 -1
    Risk
    16%Below typical
  • 3e58e535feat: add context size warning (#33)
    Author
    newton4th
    When
    2mo ago
    Lines
    +4 -0
    Risk
    12%Below typical
  • 3fc4e21afeat: add max_count parameter to grep_files (#13)
    Author
    newton4th
    When
    2mo ago
    Lines
    +4 -3
    Risk
    12%Below typical
  • b119fde7feat: add case-insensitive grep option (#12)
    Author
    newton4th
    When
    2mo ago
    Lines
    +4 -2
    Risk
    12%Below typical
Showing 50 of 55 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.

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

Size against diffusion

The 55 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.03.1Diffusion →
Below typical17
Typical20
Elevated18

Commit history for krsatyam36/xyz-local

Repowise tracks change history across 13 files in krsatyam36/xyz-local. In the last 90 days 13 files were touched, 79 times in total, most often agent.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.