repowiserepowise
Sign in
2233admin/FreeToken
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowise2233admin/FreeToken

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

9of 27 scored

9 commits sit in this repo's top risk tercile, which is 33% of the 27scored. 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.9 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 commits27%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.35bitsShannon 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.9out 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.

Feature33%
Fix7%
Refactor4%
Docs19%
Deps7%
Chore30%

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
3af9d90efeat: initial open-source release
Xiaoze Fan
1w ago+100.7K -0
98%Elevated
more lines added than baseline
2
9dc3ff4cSupport minimax m3 (#1)
Shuo Yang
1w ago+6.0K -65
94%Elevated
more lines added than baseline
3
6223cda1Support muse glimmer (#4)
Shuo Yang
4d ago+3.6K -186
91%Elevated
more lines added than baseline
4
d7cd6ed8[Feature] unify reasoning effort on one shared scale (#5)
Xiaoze Fan
1w ago+1.2K -186
87%Elevated
more lines added than baseline
5
76edc162build(release): pypi-ready wheels, metadata, and publish workflow
Xiaoze Fan
5d ago+456 -41
83%Elevated
more lines added than baseline
6
586a6c16perf(fp8): run per-tensor fp8 as W8A8 via scaled_mm (#7)
Xiaoze Fan
4d ago+276 -17
80%Elevated
more lines added than baseline
7
ea5348b4feat(kvcache): checkpoint decode state at the tool-call opener token
Xiaoze Fan
1w ago+160 -8
76%Elevated
more lines added than baseline
8
4f510f1bfeat(server): enable reasoning_effort on /v1/chat/completions (#2)
Xiaoze Fan
1w ago+122 -18
72%Elevated
more lines added than baseline
9
fca27580docs: refine README.md, add quick start guide
jason-fxz
4d ago+91 -22
69%Elevated
more lines added than baseline
10
12ed6953feat(stats): record per-request TTFT and report its mean
jason-fxz
4d ago+88 -6
65%Typical
more lines added than baseline
11
a2572083feat(launch): support launch deepseek harness (#3)
Xiaoze Fan
1w ago+106 -2
61%Typical
more lines added than baseline
12
17af154bfeat(assets): add dark/light logos
jasonfan
1w ago+26 -0
57%Typical
more lines added than baseline
13
a8669e49chore(assets): add freetoken icon & logo
jasonfan
1w ago+21 -0
54%Typical
more lines added than baseline
14
ee54f638fix(gemma4): read head_dim / kv heads per attention type from per_layer_config
Xiaoze Fan
1w ago+22 -11
50%Typical
more lines added than baseline
15
f4373f8adocs(README): add install commands to Getting Started
jason-fxz
4d ago+20 -3
46%Typical
more lines added than baseline
16
711325d1fix(server): stop API server when backend dies
jason-fxz
6d ago+18 -0
43%Typical
more lines added than baseline
17
5528af06docs(README): add Citation
jason-fxz
4d ago+13 -0
39%Typical
more lines added than baseline
18
fdfcacd4chore: Enhance README with logo
Xiaoze Fan
1w ago+12 -3
35%Typical
more focused than baseline
19
3f02e3c5docs(README): use absolute URLs so PyPI renders assets and links
jason-fxz
4d ago+9 -9
31%Below typical
fewer lines added than baseline
20
c28e93a8chore(assets): update icons & logos
jasonfan
1w ago+5 -5
28%Below typical
fewer lines added than baseline
21
3e5214d4build(deps): pin apache-tvm-ffi, flashlib, triton to exact versions
jasonfan
1w ago+6 -6
24%Below typical
fewer lines added than baseline
22
5812fbd0chore(README.md): add links.
Xiaoze Fan
4d ago+4 -5
20%Below typical
fewer lines added than baseline
23
9ecbc9f3docs(README): add a Desktop screenshot to Getting Started
jason-fxz
4d ago+4 -0
17%Below typical
fewer lines added than baseline
24
2635246bci: move nightly wheels to 11:00 UTC
jason-fxz
6d ago+1 -1
13%Below typical
fewer lines added than baseline
25
0ab982f1chore(README): Add Community WeChat link to README
Shuo Yang
2d ago+1 -1
7%Below typical
fewer lines added than baseline
26
9db1a394chore(release): 0.1.2
Xiaoze Fan
4d ago+1 -1
7%Below typical
fewer lines added than baseline
27
bc6b269cchore(assets): Add FreeToken wechat group invite
Shuo Yang
2d ago+0 -0
2%Below typical
fewer lines added than baseline
  • 3af9d90efeat: initial open-source release
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +100.7K -0
    Risk
    98%Elevated
  • 9dc3ff4cSupport minimax m3 (#1)
    Author
    Shuo Yang
    When
    1w ago
    Lines
    +6.0K -65
    Risk
    94%Elevated
  • 6223cda1Support muse glimmer (#4)
    Author
    Shuo Yang
    When
    4d ago
    Lines
    +3.6K -186
    Risk
    91%Elevated
  • d7cd6ed8[Feature] unify reasoning effort on one shared scale (#5)
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +1.2K -186
    Risk
    87%Elevated
  • 76edc162build(release): pypi-ready wheels, metadata, and publish workflow
    Author
    Xiaoze Fan
    When
    5d ago
    Lines
    +456 -41
    Risk
    83%Elevated
  • 586a6c16perf(fp8): run per-tensor fp8 as W8A8 via scaled_mm (#7)
    Author
    Xiaoze Fan
    When
    4d ago
    Lines
    +276 -17
    Risk
    80%Elevated
  • ea5348b4feat(kvcache): checkpoint decode state at the tool-call opener token
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +160 -8
    Risk
    76%Elevated
  • 4f510f1bfeat(server): enable reasoning_effort on /v1/chat/completions (#2)
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +122 -18
    Risk
    72%Elevated
  • fca27580docs: refine README.md, add quick start guide
    Author
    jason-fxz
    When
    4d ago
    Lines
    +91 -22
    Risk
    69%Elevated
  • 12ed6953feat(stats): record per-request TTFT and report its mean
    Author
    jason-fxz
    When
    4d ago
    Lines
    +88 -6
    Risk
    65%Typical
  • a2572083feat(launch): support launch deepseek harness (#3)
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +106 -2
    Risk
    61%Typical
  • 17af154bfeat(assets): add dark/light logos
    Author
    jasonfan
    When
    1w ago
    Lines
    +26 -0
    Risk
    57%Typical
  • a8669e49chore(assets): add freetoken icon & logo
    Author
    jasonfan
    When
    1w ago
    Lines
    +21 -0
    Risk
    54%Typical
  • ee54f638fix(gemma4): read head_dim / kv heads per attention type from per_layer_config
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +22 -11
    Risk
    50%Typical
  • f4373f8adocs(README): add install commands to Getting Started
    Author
    jason-fxz
    When
    4d ago
    Lines
    +20 -3
    Risk
    46%Typical
  • 711325d1fix(server): stop API server when backend dies
    Author
    jason-fxz
    When
    6d ago
    Lines
    +18 -0
    Risk
    43%Typical
  • 5528af06docs(README): add Citation
    Author
    jason-fxz
    When
    4d ago
    Lines
    +13 -0
    Risk
    39%Typical
  • fdfcacd4chore: Enhance README with logo
    Author
    Xiaoze Fan
    When
    1w ago
    Lines
    +12 -3
    Risk
    35%Typical
  • 3f02e3c5docs(README): use absolute URLs so PyPI renders assets and links
    Author
    jason-fxz
    When
    4d ago
    Lines
    +9 -9
    Risk
    31%Below typical
  • c28e93a8chore(assets): update icons & logos
    Author
    jasonfan
    When
    1w ago
    Lines
    +5 -5
    Risk
    28%Below typical
  • 3e5214d4build(deps): pin apache-tvm-ffi, flashlib, triton to exact versions
    Author
    jasonfan
    When
    1w ago
    Lines
    +6 -6
    Risk
    24%Below typical
  • 5812fbd0chore(README.md): add links.
    Author
    Xiaoze Fan
    When
    4d ago
    Lines
    +4 -5
    Risk
    20%Below typical
  • 9ecbc9f3docs(README): add a Desktop screenshot to Getting Started
    Author
    jason-fxz
    When
    4d ago
    Lines
    +4 -0
    Risk
    17%Below typical
  • 2635246bci: move nightly wheels to 11:00 UTC
    Author
    jason-fxz
    When
    6d ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 0ab982f1chore(README): Add Community WeChat link to README
    Author
    Shuo Yang
    When
    2d ago
    Lines
    +1 -1
    Risk
    7%Below typical
  • 9db1a394chore(release): 0.1.2
    Author
    Xiaoze Fan
    When
    4d ago
    Lines
    +1 -1
    Risk
    7%Below typical
  • bc6b269cchore(assets): Add FreeToken wechat group invite
    Author
    Shuo Yang
    When
    2d ago
    Lines
    +0 -0
    Risk
    2%Below typical
Showing 27 of 27 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.

04typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 27 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,00010,000100,000Lines changed (log) →0.08.0Diffusion →
Below typical9
Typical9
Elevated9

Commit history for 2233admin/FreeToken

2233admin/FreeToken has 30 commits in its history from 4 contributors, the first of them Aug 11, 2026. In the last 90 days 447 files were touched, 547 times in total, most often generation.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.