Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9d84fd1
chore(deps): bump axios from 1.16.0 to 1.18.1 (#1499)
dependabot[bot] Jul 28, 2026
504c1b5
chore(security): clear high-severity prod audit findings blocking CI …
zbigniewsobiecki Jul 28, 2026
ca6ae64
chore(deps): bump hono from 4.12.26 to 4.12.32 (#1502)
dependabot[bot] Jul 28, 2026
ce9f680
chore(deps): bump @hono/node-server from 1.19.13 to 2.0.10 (#1500)
dependabot[bot] Jul 28, 2026
2ec180a
chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#1503)
dependabot[bot] Jul 28, 2026
0bf4f59
chore(deps): bump shell-quote and concurrently (#1504)
dependabot[bot] Jul 28, 2026
cf0d0e3
chore(deps): bump seroval 1.5.1 -> 1.5.6 in /web (#1514)
zbigniewsobiecki Jul 28, 2026
8fa26b5
chore(deps): bump postcss from 8.5.12 to 8.5.24 (#1510)
dependabot[bot] Jul 28, 2026
3534dec
chore(deps-dev): bump vite 6.4.2 -> 8.1.5 and @vitejs/plugin-react 4.…
zbigniewsobiecki Jul 28, 2026
4016504
fix(debug): render source context in analysis prompt (#1516)
aaight Jul 28, 2026
7d9ec06
test(codex): detect JSONL schema drift in CI (#1518)
aaight Jul 28, 2026
4c5ae9b
feat(codex): add structured completion reports (#1519)
aaight Jul 28, 2026
7415c23
fix(codex): use single-run API key auth and hermetic exec (#1520)
aaight Jul 28, 2026
c7fb8e0
fix(codex): resume completion continuation turns (#1521)
aaight Jul 28, 2026
ff85476
fix(codex): enforce blockGitPush with PreToolUse hook (#1517)
aaight Jul 28, 2026
7900816
fix: enforce update-channel PM posting gate for native-tool engines (…
zbigniewsobiecki Jul 31, 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: 2 additions & 0 deletions Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
# Install agent CLIs used by headless engines in worker jobs.
# All three are explicitly pinned so worker image rebuilds are reproducible —
# upstream CLI changes can introduce subtle behavioural drift in headless mode.
# When bumping Codex, regenerate tests/fixtures/codex/<version>/ with
# `codex app-server generate-json-schema --out <dir>` and record an exec JSONL stream.
RUN npm install -g \
@anthropic-ai/claude-code@2.1.185 \
@openai/codex@0.145.0 \
Expand Down
Loading
Loading