Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
25ed655
merge ci branch
github-actions[bot] Sep 8, 2026
d81d133
merge patch/contributor-approval branch
github-actions[bot] Sep 8, 2026
127c995
merge patch/model-startup-refresh-barrier branch
github-actions[bot] Sep 8, 2026
3de1fdf
merge patch/model-refresh-session-rebind branch
github-actions[bot] Sep 8, 2026
2a90984
merge patch/model-catalog-extension-refresh branch
github-actions[bot] Sep 8, 2026
764f245
merge patch/bun-bytecode-entrypoint branch
github-actions[bot] Sep 8, 2026
2166e04
merge patch/startup-benchmark-exit branch
github-actions[bot] Sep 8, 2026
f244a93
merge patch/native-wrapper-release branch
github-actions[bot] Sep 8, 2026
efdba4d
merge patch/update-clean branch
github-actions[bot] Sep 8, 2026
51a7a9f
merge patch/agent-run-failure-seam branch
github-actions[bot] Sep 8, 2026
4d752c2
merge patch/managed-tool-executions branch
github-actions[bot] Sep 8, 2026
dcab850
merge patch/esc-abort branch
github-actions[bot] Sep 8, 2026
3c5574f
merge patch/manual-retry branch
github-actions[bot] Sep 8, 2026
e5eb861
merge patch/changelog-prerelease branch
github-actions[bot] Sep 8, 2026
f06535f
merge patch/skill-overrides branch
github-actions[bot] Sep 8, 2026
fb6b5e7
merge patch/retry-non-retryable-patterns branch
github-actions[bot] Sep 8, 2026
e5e7a9b
merge patch/slow-hook-tui-only branch
github-actions[bot] Sep 8, 2026
3af0b6c
merge patch/session-tree-splice branch
github-actions[bot] Sep 8, 2026
21baa70
record upstream sync inputs
github-actions[bot] Sep 8, 2026
70545ec
feat(coding-agent): use embedded Bun for xz-dev standalone packages
JohnsonRan Sep 8, 2026
627c958
fix(coding-agent): resolve embedded Bun integration with main
JohnsonRan Sep 8, 2026
d0c7f84
fix(coding-agent): add projectless Bun metadata patch and regressions
JohnsonRan Sep 9, 2026
68730f3
docs: clarify runtime-only review scope
JohnsonRan Sep 9, 2026
c2c2edf
merge ci branch
github-actions[bot] Sep 9, 2026
a39b149
merge patch/contributor-approval branch
github-actions[bot] Sep 9, 2026
f1e6dd8
merge patch/model-startup-refresh-barrier branch
github-actions[bot] Sep 9, 2026
3fada0c
merge patch/model-refresh-session-rebind branch
github-actions[bot] Sep 9, 2026
f7bdcf4
merge patch/model-catalog-extension-refresh branch
github-actions[bot] Sep 9, 2026
560047c
merge patch/bun-bytecode-entrypoint branch
github-actions[bot] Sep 9, 2026
87ad36c
merge patch/startup-benchmark-exit branch
github-actions[bot] Sep 9, 2026
951f65c
merge patch/native-wrapper-release branch
github-actions[bot] Sep 9, 2026
339e5f9
merge patch/update-clean branch
github-actions[bot] Sep 9, 2026
42d5314
merge patch/agent-run-failure-seam branch
github-actions[bot] Sep 9, 2026
3b6fe23
merge patch/managed-tool-executions branch
github-actions[bot] Sep 9, 2026
ccdc5aa
merge patch/esc-abort branch
github-actions[bot] Sep 9, 2026
dd41855
merge patch/manual-retry branch
github-actions[bot] Sep 9, 2026
11cefe7
merge patch/changelog-prerelease branch
github-actions[bot] Sep 9, 2026
8e69f58
merge patch/skill-overrides branch
github-actions[bot] Sep 9, 2026
98911a5
merge patch/retry-non-retryable-patterns branch
github-actions[bot] Sep 9, 2026
19368b8
merge patch/slow-hook-tui-only branch
github-actions[bot] Sep 9, 2026
d8b7942
merge patch/session-tree-splice branch
github-actions[bot] Sep 9, 2026
2b3a99b
record upstream sync inputs
github-actions[bot] Sep 9, 2026
eb918d4
fix(coding-agent): refresh standalone package patch against current main
JohnsonRan Sep 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .github/APPROVED_CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,5 @@ y-nk pr
edverma pr

Charlie0113-T pr

JohnsonRan pr
4 changes: 2 additions & 2 deletions .github/workflows/approve-contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Checkout
- name: Checkout contributor approval branch
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.event.repository.default_branch }}
ref: patch/contributor-approval

- name: Update contributor approval
id: update
Expand Down
Loading