RepoJournal

@anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

361 stories across 44 days in 2026, 101-day streak

Mon Wed Fri
Mar Apr May Jun Jul Aug
an entry to read activity only Less More before entries began Full year →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

Model catalog switched to models.dev

By RepoJournal , from @anurag629's public GitHub activity

1 person shipped this

Anurag Verma replaced two drifting hand-maintained lists with a live feed from models.dev, fixing pricing data that was off by 3x for some models.

The quantized-ai/luca-py repository had been tracking model metadata in two separate places: RECOMMENDED_MODELS with 22 model ids, and usage.PRICING with 6 models flagged as a mock [2]. The pricing list had gone stale. Every one of its five comparable entries disagreed with models.dev, and claude-opus-4-8 was listed at $15/M input when the real price is $5/M [1]. Verma pulled the catalog from models.dev instead, closing issue #22 [1]. The change matters because catalog.get backs get_context_window_size, which feeds four subsystems: compaction, the cost screen, the status gauge, and the @-mention size cap [1]. Before this, any model not in the hand-written lists would have had no window size at all.

One email a day. Unsubscribe in one click.

References

  1. [1] Take the model catalog from models.dev ↗ quantized-ai/luca-py
  2. [2] Take the model catalog from models.dev (#37) quantized-ai/luca-py

Quick answers

What shipped in anurag629 on August 4, 2026?
Anurag Verma replaced two drifting hand-maintained lists with a live feed from models.dev, fixing pricing data that was off by 3x for some models. In total, 1 commits and 1 pull requests landed.
Who contributed to anurag629 on August 4, 2026?
1 developer shipped this update, including anurag629.
What were the notable anurag629 updates?
Take the model catalog from models.dev and Take the model catalog from models.dev (#37).