Skip to content

Commit 33db1bf

Browse files
authored
Merge branch 'main' into develop
Signed-off-by: Pan YANG <arielyang@gmail.com>
2 parents 5ca5103 + 2d29cb8 commit 33db1bf

File tree

5 files changed

+426
-66
lines changed

5 files changed

+426
-66
lines changed

.github/workflows/cleanup-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: true
5959

6060
- name: Comment Cleanup Status
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
env:
6363
SHOULD_CLEANUP: ${{ steps.cleanup_guard.outputs.should_cleanup }}
6464
SKIP_REASON: ${{ steps.cleanup_guard.outputs.reason }}

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Comment Preview URL
123123
if: github.event_name == 'pull_request'
124-
uses: actions/github-script@v7
124+
uses: actions/github-script@v8
125125
env:
126126
PREVIEW_URL: ${{ steps.preview_meta.outputs.preview_url }}
127127
SHOULD_DEPLOY: ${{ steps.deploy_guard.outputs.should_deploy }}

data/github-stars.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@
22
"extensions": {
33
"amp": null,
44
"augment-code": null,
5-
"claude-code": 49.3,
6-
"cline": 56.4,
7-
"codex": 54.8,
8-
"continue": 30.6,
5+
"claude-code": 55.3,
6+
"cline": 56.8,
7+
"codex": 55.9,
8+
"continue": 30.8,
99
"droid": null,
1010
"gemini-code-assist": null,
1111
"github-copilot": null,
1212
"jetbrains-junie": null,
13-
"kilo-code": 13.6,
13+
"kilo-code": 14,
1414
"qoder": null,
15-
"roo-code": 21.5,
15+
"roo-code": 21.7,
1616
"tabnine": 10.8,
1717
"verdent": 0
1818
},
1919
"clis": {
2020
"amazon-q-developer-cli": 1.9,
2121
"amp-cli": null,
2222
"augment-code-cli": 0.1,
23-
"claude-code-cli": 49.3,
23+
"claude-code-cli": 55.3,
2424
"cline-cli": null,
2525
"codebuddy-cli": null,
26-
"codex-cli": 54.8,
27-
"continue-cli": 30.6,
28-
"cursor-cli": 31.9,
29-
"deepv-code": 0,
26+
"codex-cli": 55.9,
27+
"continue-cli": 30.8,
28+
"cursor-cli": 32,
29+
"deepv-code": 0.3,
3030
"droid-cli": null,
31-
"gemini-cli": 88.9,
32-
"github-copilot-cli": 6.2,
33-
"kilo-code-cli": 13.6,
34-
"kimi-cli": 3.7,
35-
"kiro-cli": 2.5,
36-
"kode": 3.9,
31+
"gemini-cli": 90.5,
32+
"github-copilot-cli": 6.5,
33+
"kilo-code-cli": 14,
34+
"kimi-cli": 3.8,
35+
"kiro-cli": 2.8,
36+
"kode": 4.1,
3737
"neovate-code": 1.3,
38-
"opencode": 43.3,
38+
"opencode": null,
3939
"qoder-cli": null
4040
},
4141
"ides": {
4242
"air": null,
4343
"antigravity": null,
4444
"codebuddy": null,
4545
"codeflicker": null,
46-
"cursor": 31.9,
47-
"intellij-idea": 19.4,
48-
"kiro": 2.5,
46+
"cursor": 32,
47+
"intellij-idea": 19.5,
48+
"kiro": 2.8,
4949
"qoder": null,
5050
"trae": null,
5151
"verdent-deck": 0,
52-
"vscode": 180.1,
52+
"vscode": 180.6,
5353
"windsurf": null,
54-
"zed": 72.2
54+
"zed": 73
5555
},
5656
"models": {
5757
"composer": null,

0 commit comments

Comments
 (0)