-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME_DATA.json
More file actions
263 lines (263 loc) · 11.4 KB
/
README_DATA.json
File metadata and controls
263 lines (263 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{
"title": "OSS Contributions",
"featured_projects": [
{
"repo_name": "openai/codex",
"order": 1.0,
"repo_url": "https://github.com/openai/codex",
"avatar_url": "https://github.com/openai.png"
},
{
"repo_name": "Kilo-Org/kilocode",
"order": 2.0,
"repo_url": "https://github.com/Kilo-Org/kilocode",
"avatar_url": "https://github.com/Kilo-Org.png"
},
{
"repo_name": "home-assistant/android",
"order": 3.0,
"repo_url": "https://github.com/home-assistant/android",
"avatar_url": "https://github.com/home-assistant.png"
}
],
"years": [
{
"year": 2026,
"months": [
{
"month_number": 5,
"month_name": "May",
"rows": [
{
"status": "MERGED",
"repo_name": "Kilo-Org/kilocode-legacy",
"repo_url": "https://github.com/Kilo-Org/kilocode-legacy",
"logo_url": "https://github.com/Kilo-Org.png",
"tech_stack": "TypeScript",
"contributions": [
{
"number": 140,
"title": "fix(jetbrains): use application-scoped commit message service",
"url": "https://github.com/Kilo-Org/kilocode-legacy/pull/140",
"text": "#140: fix(jetbrains): use application-scoped commit message service"
}
],
"contribution_text": "#140: fix(jetbrains): use application-scoped commit message service"
}
]
},
{
"month_number": 4,
"month_name": "April",
"rows": [
{
"status": "MERGED",
"repo_name": "Kilo-Org/kilocode",
"repo_url": "https://github.com/Kilo-Org/kilocode",
"logo_url": "https://github.com/Kilo-Org.png",
"tech_stack": "TypeScript",
"contributions": [
{
"number": 9445,
"title": "refactor(vscode): split webview messages.ts into per-domain files",
"url": "https://github.com/Kilo-Org/kilocode/pull/9445",
"text": "#9445: refactor(vscode): split webview messages.ts into per-domain files"
},
{
"number": 9457,
"title": "fix(vscode): harden message contract union extraction",
"url": "https://github.com/Kilo-Org/kilocode/pull/9457",
"text": "#9457: fix(vscode): harden message contract union extraction"
}
],
"contribution_text": "#9445: refactor(vscode): split webview messages.ts into per-domain files | #9457: fix(vscode): harden message contract union extraction"
}
]
},
{
"month_number": 3,
"month_name": "March",
"rows": [
{
"status": "MERGED",
"repo_name": "Kilo-Org/kilocode",
"repo_url": "https://github.com/Kilo-Org/kilocode",
"logo_url": "https://github.com/Kilo-Org.png",
"tech_stack": "TypeScript",
"contributions": [
{
"number": 6726,
"title": "fix(docs): correct package paths in CONTRIBUTING.md",
"url": "https://github.com/Kilo-Org/kilocode/pull/6726",
"text": "#6726: fix(docs): correct package paths in CONTRIBUTING.md"
},
{
"number": 6729,
"title": "fix(docs): add Kilo Code logo to README.md",
"url": "https://github.com/Kilo-Org/kilocode/pull/6729",
"text": "#6729: fix(docs): add Kilo Code logo to README.md"
},
{
"number": 6824,
"title": "fix(cli): stop hardcoding opencode in kilo pr",
"url": "https://github.com/Kilo-Org/kilocode/pull/6824",
"text": "#6824: fix(cli): stop hardcoding opencode in kilo pr"
}
],
"contribution_text": "#6726: fix(docs): correct package paths in CONTRIBUTING.md | #6729: fix(docs): add Kilo Code logo to README.md | #6824: fix(cli): stop hardcoding opencode in kilo pr"
}
]
},
{
"month_number": 2,
"month_name": "February",
"rows": [
{
"status": "MERGED",
"repo_name": "Kilo-Org/kilocode",
"repo_url": "https://github.com/Kilo-Org/kilocode",
"logo_url": "https://github.com/Kilo-Org.png",
"tech_stack": "TypeScript",
"contributions": [
{
"number": 5990,
"title": "fix(providers): avoid duplicate /v1 in OpenAI Responses fallback URL",
"url": "https://github.com/Kilo-Org/kilocode/pull/5990",
"text": "#5990: fix(providers): avoid duplicate /v1 in OpenAI Responses fallback URL"
}
],
"contribution_text": "#5990: fix(providers): avoid duplicate /v1 in OpenAI Responses fallback URL"
}
]
},
{
"month_number": 1,
"month_name": "January",
"rows": [
{
"status": "MERGED",
"repo_name": "home-assistant/android",
"repo_url": "https://github.com/home-assistant/android",
"logo_url": "https://github.com/home-assistant.png",
"tech_stack": "Kotlin, Jetpack Compose",
"contributions": [
{
"number": 6237,
"title": "Add connectivity check feature for troubleshooting server connections ",
"url": "https://github.com/home-assistant/android/pull/6237",
"text": "#6237: Add connectivity check feature for troubleshooting server connections "
},
{
"number": 6247,
"title": "Add MIUI-specific DiskReadViolation ignore rules for FontSettings and…",
"url": "https://github.com/home-assistant/android/pull/6247",
"text": "#6247: Add MIUI-specific DiskReadViolation ignore rules for FontSettings and…"
},
{
"number": 6287,
"title": "Refactor: reuse modifier and text styles in connectivity checks section",
"url": "https://github.com/home-assistant/android/pull/6287",
"text": "#6287: Refactor: reuse modifier and text styles in connectivity checks section"
}
],
"contribution_text": "#6237: Add connectivity check feature for troubleshooting server connections | #6247: Add MIUI-specific DiskReadViolation ignore rules for FontSettings and… | #6287: Refactor: reuse modifier and text styles in connectivity checks section"
},
{
"status": "MERGED",
"repo_name": "ImranR98/Obtainium",
"repo_url": "https://github.com/ImranR98/Obtainium",
"logo_url": "https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/icon_small.png",
"tech_stack": "Dart",
"contributions": [
{
"number": 2728,
"title": "fix: ensure apps with unknown release dates sort to the bottom in descending order",
"url": "https://github.com/ImranR98/Obtainium/pull/2728",
"text": "#2728: fix: ensure apps with unknown release dates sort to the bottom in descending order"
},
{
"number": 2742,
"title": "feat: Detect GitHub repo renames",
"url": "https://github.com/ImranR98/Obtainium/pull/2742",
"text": "#2742: feat: Detect GitHub repo renames"
}
],
"contribution_text": "#2728: fix: ensure apps with unknown release dates sort to the bottom in descending order | #2742: feat: Detect GitHub repo renames"
},
{
"status": "MERGED",
"repo_name": "Kilo-Org/kilocode",
"repo_url": "https://github.com/Kilo-Org/kilocode",
"logo_url": "https://github.com/Kilo-Org.png",
"tech_stack": "TypeScript",
"contributions": [
{
"number": 5167,
"title": "fix(extension): allow killing detached processes",
"url": "https://github.com/Kilo-Org/kilocode/pull/5167",
"text": "#5167: fix(extension): allow killing detached processes"
},
{
"number": 5150,
"title": "fix(core): implement deduplication of tool_use blocks to prevent API errors and add tests",
"url": "https://github.com/Kilo-Org/kilocode/pull/5150",
"text": "#5150: fix(core): implement deduplication of tool_use blocks to prevent API errors and add tests"
},
{
"number": 5162,
"title": "fix: preserve images when editing messages with checkpoint",
"url": "https://github.com/Kilo-Org/kilocode/pull/5162",
"text": "#5162: fix: preserve images when editing messages with checkpoint"
}
],
"contribution_text": "#5167: fix(extension): allow killing detached processes | #5150: fix(core): implement deduplication of tool_use blocks to prevent API errors and add tests | #5162: fix: preserve images when editing messages with checkpoint"
},
{
"status": "MERGED",
"repo_name": "metabrainz/listenbrainz-android",
"repo_url": "https://github.com/metabrainz/listenbrainz-android",
"logo_url": "https://github.com/metabrainz.png",
"tech_stack": "Kotlin",
"contributions": [
{
"number": 673,
"title": "feat: Migrate to DataStore and add shared module",
"url": "https://github.com/metabrainz/listenbrainz-android/pull/673",
"text": "#673: feat: Migrate to DataStore and add shared module"
}
],
"contribution_text": "#673: feat: Migrate to DataStore and add shared module"
}
]
}
]
},
{
"year": 2025,
"months": [
{
"month_number": 12,
"month_name": "December",
"rows": [
{
"status": "MERGED",
"repo_name": "openai/codex",
"repo_url": "https://github.com/openai/codex",
"logo_url": "https://github.com/openai.png",
"tech_stack": "Rust",
"contributions": [
{
"number": 8590,
"title": "fix(core): require approval for force delete on Windows",
"url": "https://github.com/openai/codex/pull/8590",
"text": "#8590: fix(core): require approval for force delete on Windows"
}
],
"contribution_text": "#8590: fix(core): require approval for force delete on Windows"
}
]
}
]
}
]
}