You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/lib/releases.ts
+30-10Lines changed: 30 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,47 @@ export type Release = {
13
13
};
14
14
15
15
exportconstLATEST: Release={
16
-
version: '3.0.0',
17
-
theme: 'Discover',
18
-
date: 'Jun 14, 2026',
16
+
version: '3.1.1',
17
+
theme: 'Subscription Auth Fix',
18
+
date: 'Jun 25, 2026',
19
19
summary:
20
-
'Five features that turn your library from a passive catalogue into an active research tool.',
20
+
'ChatGPT and Claude subscription sign-ins now actually work — Codex Responses API replaces the broken API-key minting path, plus rate-limit retry for Claude.',
21
21
highlights: [
22
-
'Discovery mode — search GitHub from inside the extension; results filtered to repos you don’t already have.',
23
-
'Recommendations — peers suggested from your own adopted and trial decisions.',
24
-
'N-way compare — any 2–10 repos as columns in a structured matrix, exportable to CSV or Markdown.',
25
-
'Decision-matrix export — the full visible library with fit, health, decisions, and per-rubric eval scores.',
26
-
'Drift alerts — a daily background check flags repos that have gone stale.',
22
+
'ChatGPT sign-in uses the Codex Responses API (chatgpt.com/backend-api/codex/responses) with the OAuth access token directly — no API platform access required.',
23
+
'Claude token exchange and refresh now retry with exponential backoff on 429 rate limits.',
24
+
'OpenAI model catalog updated: GPT-5.4 (recommended), GPT-5.4 mini, and GPT-5.5 added.',
25
+
'OAuth error messages fixed — no more [object Object] on failed token exchanges.',
27
26
],
28
27
};
29
28
30
29
exportconstRELEASES: Release[]=[
30
+
{
31
+
version: '3.1.0',
32
+
theme: 'Interactive Canvas',
33
+
date: 'Jun 16, 2026',
34
+
summary:
35
+
'Blueprint canvas, guided tour, corkboard, stack studio, live first-class model catalogs, Claude sign-in restored, and six new themes.',
36
+
},
37
+
{
38
+
version: '3.0.0',
39
+
theme: 'Discover',
40
+
date: 'Jun 14, 2026',
41
+
summary:
42
+
'Five features that turn your library from a passive catalogue into an active research tool.',
43
+
highlights: [
44
+
"Discovery mode — search GitHub from inside the extension; results filtered to repos you don't already have.",
45
+
"Recommendations — peers suggested from your own adopted and trial decisions.",
46
+
"N-way compare — any 2–10 repos as columns in a structured matrix, exportable to CSV or Markdown.",
47
+
"Decision-matrix export — the full visible library with fit, health, decisions, and per-rubric eval scores.",
48
+
"Drift alerts — a daily background check flags repos that have gone stale.",
49
+
],
50
+
},
31
51
{
32
52
version: '2.9.0',
33
53
theme: 'Evaluate',
34
54
date: 'Jun 14, 2026',
35
55
summary:
36
-
'Evaluations Workbench: score repos 1–5 against a custom weighted rubric (e), a weighted-average badge on every card, sort by eval score, an evaluated-only filter, and a one-command auto-decide from Vee’s fit suggestion.',
56
+
"Evaluations Workbench: score repos 1–5 against a custom weighted rubric, a weighted-average badge on every card, sort by eval score, an evaluated-only filter, and a one-command auto-decide from Vee\u2019s fit suggestion.",
0 commit comments