Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a152882
chore(deps): upgrade dependencies
WH-2099 Aug 26, 2026
19bbfcf
refactor(runtime): harden lifecycle and resource ownership
WH-2099 Aug 27, 2026
994f2e0
refactor: simplify runtime and test infrastructure
WH-2099 Aug 27, 2026
f3ccdb2
fix(acp): observe process exit independently of stdio
WH-2099 Aug 27, 2026
cf6cf1e
refactor(runtime): align upstream protocol boundaries
WH-2099 Aug 28, 2026
ea4bb9c
fix(protocol): remove Node-only public boundary types
WH-2099 Aug 28, 2026
446f136
chore(deps): update Claude Agent SDK
WH-2099 Aug 28, 2026
90c3565
refactor(runtime)!: enforce durable SDK protocol boundaries
WH-2099 Aug 30, 2026
699e2fd
fix(cma): bound stalled SSE cancellation
WH-2099 Aug 30, 2026
b46812a
test(runtime): assert process-tree termination
WH-2099 Aug 30, 2026
6ec9bd1
fix(cma): bound oversized response cancellation
WH-2099 Aug 30, 2026
855c5cc
fix(skills): bound download stream cancellation
WH-2099 Aug 30, 2026
b3b0e34
fix(openai): isolate transient app-server state
WH-2099 Aug 30, 2026
cc04212
fix(storage): keep resource mounts outside snapshots
WH-2099 Aug 30, 2026
f5885e1
fix(release): gate publication on live artifacts
WH-2099 Aug 31, 2026
30e993c
fix(runtime): seal MCP failure lifecycle boundaries
WH-2099 Aug 31, 2026
1b4ba09
fix(runtime): make provider replay identities deterministic
WH-2099 Aug 31, 2026
5e66125
fix(runtime): preserve snapshots across cancellation boundaries
WH-2099 Aug 31, 2026
0c0c757
refactor(runtime)!: align latest agent SDK lifecycles
WH-2099 Sep 1, 2026
3439bed
fix(runtime)!: complete latest SDK adaptation
WH-2099 Sep 1, 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
  •  
  •  
  •  
12 changes: 9 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: read
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -48,16 +48,22 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
with:
cache: true
run-install: |
- args: ['--frozen-lockfile']

- name: Check
run: vp run check

- name: Build image
run: buildah build --http-proxy=false --platform linux/amd64 -t agent-driver:local .

- name: Test image environment
run: vp run test:image:environment
Loading
Loading