Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ef194b8
perf(core): Replace ZIP archive download with streaming tar.gz extrac…
yamadashy Feb 16, 2026
5262f85
refactor(core): Remove Bun worker_threads workaround
yamadashy Feb 18, 2026
44f15b6
refactor(core): Remove unused getArchiveFilename function
yamadashy Feb 18, 2026
69bc239
fix(core): Allow retry on network errors during streaming extraction
yamadashy Feb 18, 2026
618dbd9
chore(deps): update dependency @types/node to ^24.10.13
renovate[bot] Feb 21, 2026
157596a
chore(deps): bump ajv from 8.17.1 to 8.18.0 in /website/server
dependabot[bot] Feb 22, 2026
3171b57
chore(deps): update browser non-major dependencies
renovate[bot] Feb 23, 2026
2e98b5c
refactor(core): Remove dead isExtractionError check from retry logic
yamadashy Feb 23, 2026
c5fa59d
Merge pull request #1153 from yamadashy/refactor/replace-zip-with-tar…
yamadashy Feb 23, 2026
bddbc3e
chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6
dependabot[bot] Feb 23, 2026
c0085e7
chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 in /website/server
dependabot[bot] Feb 23, 2026
2f90ea6
chore(deps): update dependency minimatch to v10.2.1 [security]
renovate[bot] Feb 23, 2026
d56a98d
chore(deps): update dependency hono to v4.11.10 [security]
renovate[bot] Feb 23, 2026
361dd23
Merge pull request #1175 from yamadashy/renovate/npm-minimatch-vulner…
yamadashy Feb 23, 2026
69fcc8e
Merge pull request #1168 from yamadashy/renovate/npm-hono-vulnerability
yamadashy Feb 23, 2026
a4e1af2
chore(deps): update dependency fast-xml-parser to v5.3.6 [security]
renovate[bot] Feb 23, 2026
e6ad92c
Merge pull request #1171 from yamadashy/renovate/scripts-non-major-de…
yamadashy Feb 23, 2026
3126403
Merge pull request #1170 from yamadashy/renovate/browser-non-major-de…
yamadashy Feb 23, 2026
137f6e5
chore(deps): update anthropics/claude-code-action action to v1.0.52
renovate[bot] Feb 23, 2026
ee3b024
Merge pull request #1159 from yamadashy/renovate/npm-fast-xml-parser-…
yamadashy Feb 23, 2026
d86241e
Merge pull request #1169 from yamadashy/renovate/anthropics-claude-co…
yamadashy Feb 23, 2026
1afebfd
Merge pull request #1157 from yamadashy/dependabot/npm_and_yarn/fast-…
yamadashy Feb 23, 2026
2784c52
Merge pull request #1158 from yamadashy/dependabot/npm_and_yarn/websi…
yamadashy Feb 23, 2026
1e793ef
Merge pull request #1173 from yamadashy/dependabot/npm_and_yarn/websi…
yamadashy Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Run Claude Code Review
id: claude-review
uses: anthropics/claude-code-action@b113f49a56229d8276e2bf05743ad6900121239c # v1.0.45
uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
prompt: "/git:pr-review REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-issue-similar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1

- name: Find Similar Issues
uses: anthropics/claude-code-action@b113f49a56229d8276e2bf05743ad6900121239c # v1.0.45
uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1

- name: Run Claude Issue Triage
uses: anthropics/claude-code-action@b113f49a56229d8276e2bf05743ad6900121239c # v1.0.45
uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@b113f49a56229d8276e2bf05743ad6900121239c # v1.0.45
uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

Expand Down
90 changes: 45 additions & 45 deletions browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.1.36",
"@types/node": "^24.10.11",
"@typescript/native-preview": "^7.0.0-dev.20260207.1",
"@types/node": "^24.10.13",
"@typescript/native-preview": "^7.0.0-dev.20260216.1",
"jsdom": "^27.4.0",
"sharp": "^0.34.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"wxt": "^0.20.14"
"wxt": "^0.20.17"
},
"engines": {
"node": ">=24.0.1"
Expand Down
Loading