Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
8ffd634
feat: general lifecycle outbox — JSONL + webhook, turn_start/stall/fa…
M-Maciej Aug 21, 2026
294d7fc
feat(tui): emit folded turn_end on the engine-disconnect failure path
M-Maciej Aug 21, 2026
9200719
feat(tui): outbox events carry workspace (and subagent) on every emit…
M-Maciej Aug 21, 2026
e1675dd
docs: outbox contract — workspace on every event and TUI failure-path…
M-Maciej Aug 21, 2026
75271c6
feat(tui): doctor posture row for the lifecycle outbox
M-Maciej Aug 21, 2026
aa47840
docs(rfc): lifecycle outbox design notes and changelog status
M-Maciej Aug 21, 2026
eceb6b0
fix(tui): emit outbox turn_start/turn_end for goal-continuation turns
M-Maciej Aug 21, 2026
ae2472e
fix(hooks): make outbox seq assignment atomic across processes
M-Maciej Aug 21, 2026
3d2318d
fix(hooks): drop stale WriterState fields from the in-file outbox test
M-Maciej Aug 21, 2026
8c9b241
fix(tui): compaction TurnComplete writes no phantom turn_end
M-Maciej Aug 21, 2026
12ae8b8
fix(outbox): close minor robustness gaps in the lifecycle outbox
M-Maciej Aug 21, 2026
456ca2e
fix(outbox): session ownership of turn boundaries — boot reconciliati…
M-Maciej Aug 21, 2026
85d0fbc
docs(rfc): reference the filed upstream issue #5531 instead of the pr…
M-Maciej Aug 21, 2026
a079050
test(hooks): tolerate a not-yet-created outbox file in the concurrent…
M-Maciej Aug 21, 2026
5b8f217
docs: Unreleased changelog entry for the lifecycle outbox (#5531)
M-Maciej Aug 23, 2026
64e1011
feat(tui): add /relaunch — save like /exit, then self-exec resume of …
M-Maciej Aug 21, 2026
7efa6a9
fix(relaunch): fall back to argv[0] when current_exe is dead or renamed
M-Maciej Aug 21, 2026
fd91a0a
fix(tui): cfg-gate relaunch_argv for Windows builds
M-Maciej Aug 23, 2026
3619347
docs: Unreleased changelog entry for /relaunch (#5532)
M-Maciej Aug 23, 2026
c4d4119
feat(tui): per-session control socket with message/interrupt/relaunch…
M-Maciej Aug 21, 2026
e093f49
fix(tui): back off control-socket bind retries after a refused takeover
M-Maciej Aug 21, 2026
6232687
fix(tui): make accepted control-socket connections blocking on BSD pl…
M-Maciej Aug 21, 2026
b42372c
fix(tui): cfg-gate unix-only control-socket items for Windows builds
M-Maciej Aug 23, 2026
8d43880
docs: Unreleased changelog entry for the per-session control socket (…
M-Maciej Aug 23, 2026
2d22073
fix(subagents): persist child approval receipts
cyq1017 Aug 23, 2026
f005243
docs: drop the internal build-log changelog from the upstream pack
M-Maciej Aug 23, 2026
2b50126
fix(tui): release stale write-claims by liveness and add coordinate r…
Aug 23, 2026
360bff0
docs(roles): describe the verifier surface truthfully (#5562)
Aug 23, 2026
f65ca09
docs(rebrand): stop presenting api.deepseeki.com as a China fallback …
Aug 23, 2026
eb43a86
fix(approval): session grants match the command family, never the who…
Aug 23, 2026
b0d43a7
fix(client): surface Chat-Completions mid-stream error frames (R3)
Aug 23, 2026
4a1dd97
fix(client): bound non-streaming HTTP requests with a read timeout (R4)
Aug 23, 2026
e54835b
fix(cache): fingerprint the tool catalog in provider wire order (C1)
Aug 23, 2026
39fb26b
fix(context): meter uses the same pressure estimate as the compaction…
Aug 23, 2026
211789d
test(web): cover the workflow dispatch-rejection summary (#5548)
Aug 23, 2026
6ae8bf1
feat(mentions): attach @path:START-END line ranges (#5550, half)
Aug 23, 2026
e9c310f
feat(export): write a predictable last-copy backup for clipboard expo…
Aug 23, 2026
1b72bd3
fix(mentions): clippy needless-borrow on the ranged mention path
Aug 23, 2026
7be48ca
feat(shell): wait on multiple background tasks with until=any|all (#5…
Aug 23, 2026
70b0bc4
feat(context): surface the real provider cache hit rate in /context (C3)
Aug 23, 2026
8fa0be7
fix(fleet): enforce the per-task wall-clock timeout (R5)
Aug 23, 2026
fc611ad
fix(fleet): reap detached workers when the manager dies (R7)
Aug 23, 2026
9755aa8
feat(workflow): typed task error kinds + fail-fast parallel/pipeline …
Aug 23, 2026
5c02aec
fix(workflow): make /workflow confirm find the draft despite interlea…
Aug 23, 2026
748ac7e
fix(status): surface 'cost: unknown' in the footer instead of hiding it
Aug 23, 2026
c87b3f3
feat(composer): double-click selects a word, triple-click a line
Aug 23, 2026
a9c8fe8
feat(underwater): shape the ambient animation by live agent activity
Aug 23, 2026
a7561d9
fix(files): refuse workspace writes to hard-linked files (S2, #5569)
Aug 23, 2026
492a3c6
fix(cache): assert prefix changes are always declared (C5)
Aug 23, 2026
a1fc9ca
fix(mcp): reactively refresh OAuth on 401/403 and name the recovery p…
Aug 23, 2026
b5c3087
feat(engine): step-budget soft landing + report-on-exhaustion (A1/A2)
Aug 23, 2026
e4cf031
fix(cost): price per-step TurnUsage receipts so cost moves during lon…
Aug 23, 2026
c45bedd
feat(underwater): make the water itself read the session state from a…
Aug 23, 2026
13cd2fa
feat(plugins): surface plugin load failures as a startup hint (#5579)
Aug 23, 2026
829b9e1
refactor(underwater): steady attention tints (no breath) and a distin…
Aug 23, 2026
fd103cf
fix(underwater): dissolve the mid-water seam on tall windows
Aug 23, 2026
807aac5
feat(compaction): name every refusal — no more silent holds under pre…
Aug 23, 2026
12553c5
perf(compaction): project prune outcomes without cloning the transcript
Aug 23, 2026
58b0c52
feat(sandbox): opt-in read deny-list — S1 (#5568)
Aug 23, 2026
70d9899
fix(sandbox): restore SandboxManager doc placement (clippy doc-list l…
Aug 23, 2026
e5ca0aa
chore(tui): remove eight verified-dead items; document the facts-drif…
Aug 23, 2026
fda5d24
fix(context): meter honors the provider-billed prompt, same as the tr…
Aug 23, 2026
b2d0212
feat(fleet): run-wide usage ceiling — R6 (#5567)
Aug 23, 2026
782686a
test(protocol): fleet fixture gains usage_ceiling field (R6, #5567)
Aug 23, 2026
b884625
fix(providers): three DeepSeek-exclusivity bugs from the neutrality a…
Aug 23, 2026
30cbbf4
fix(workflow): degraded runs no longer project as ordinary success (#…
Aug 23, 2026
e25e3b4
feat(client): OpenRouter app attribution headers
Aug 23, 2026
a2740af
feat(workflow-js): bounded responseSchema repair with typed receipts …
Aug 24, 2026
7d6ddae
docs(tui): reference the filed issue #5533 in the control-socket modu…
M-Maciej Aug 24, 2026
de4e601
feat(workflow): durable responseSchema receipts — kind, attempt, raw,…
Aug 24, 2026
d959068
feat(workflow): explicit partial-success mode for parallel() schema s…
Aug 24, 2026
3e788d6
refactor(workflow): split the mega-file into a module directory (#558…
Aug 24, 2026
792cd0b
fix(tui): make read-only child shell authority coherent
Aug 24, 2026
c4c35d5
fix(tui): park turn-owned agents resumably
Aug 24, 2026
8632dbd
chore(web): refresh generated repository facts
Aug 24, 2026
4e4fa54
chore(web): align public surface tool count
Aug 24, 2026
9d700f1
fix(fleet): compile local host on non-Unix targets
Aug 24, 2026
059119a
fix(auth): isolate NVIDIA credentials from DeepSeek
Aug 24, 2026
05f553a
test(tui): isolate composer click geometry assertions
Aug 24, 2026
10c56d5
fix(agent): keep detached schema within runtime budget
Aug 24, 2026
eea3226
test(pricing): use provider-neutral costless routes
Aug 24, 2026
fb09fdb
fix(auth): keep CLI credentials provider-scoped
Aug 24, 2026
169565a
test(pricing): refresh neutral costless route matrix
Aug 24, 2026
0351607
fix(config): keep OpenAI defaults provider-native
Aug 24, 2026
bdab575
fix(update): respect Omarchy package ownership
Aug 24, 2026
be3a201
refactor(workflow): extract journal module
Aug 24, 2026
cf612a2
fix(runtime): resolve omitted models by provider
Aug 24, 2026
282ddfa
test(cli): avoid secret-scanner false positive
Aug 24, 2026
a4a788c
refactor(workflow): extract usage module
Aug 24, 2026
9656fb7
feat(packaging): add verified Omarchy AUR path
Aug 24, 2026
ea97cbc
fix(packaging): preserve AUR compatibility alias
Aug 24, 2026
80cd79d
Merge origin/main into codex/v0912-integration-20260823
Aug 24, 2026
64545ae
refactor(workflow): extract report module
Aug 24, 2026
26a9435
chore(credit): recognize agent contributors in co-author trailer gate
Aug 24, 2026
8343c89
fix(cost): count detached interactive agent usage in session totals
Aug 24, 2026
fa16a34
docs(tui): describe the catalog-first onboarding picker accurately
Aug 24, 2026
d5bc801
fix(cache): declare mid-turn tool-surface changes (C5)
Aug 24, 2026
4bde311
fix(engine): fail honestly on a reasoning-only length stop
Aug 24, 2026
040bdad
test(engine): script the zero-step host drain turn's A2 request
Aug 24, 2026
87668e2
docs(changelog): record the v0.9.12 integration branch work
Aug 24, 2026
c9c067c
feat(cli): doctor --fix plans and applies repairs with consent
Aug 24, 2026
b0d01bc
fix(approval): session grants for MCP tools are reviewed kinds (R2 fo…
Aug 24, 2026
204d7f9
fix(shell): decode Windows output reliably
zhuowp Aug 24, 2026
d05f604
feat(tui): /import-claude plans an explicit Claude Code migration (#5…
Aug 24, 2026
7e0950a
fix(tui): a 404 /models probe no longer rejects a valid provider key …
Aug 24, 2026
80f026e
feat(runtime): unify managed Chat with native runtime threads
Aug 24, 2026
313da6e
test(tui): config group owns 13 commands with /import-claude
Aug 24, 2026
b3def2c
fix(config): parse ConfigFile on a dedicated 16MiB-stack thread
Aug 24, 2026
063af10
docs(changelog): receipts for /import-claude, C3 cache rate, and the …
Aug 24, 2026
d82e112
fix(shell): split read-only commands Windows-style on Windows (#5595)
Aug 24, 2026
fe4a636
Merge remote-tracking branch 'origin/main' into codex/v0912-integrati…
Aug 24, 2026
6cbde41
fix(ci): clear the three red legs on the integration matrix
Aug 24, 2026
bc40121
feat(tui): show tool and MCP schema costs
wuisabel-gif Aug 24, 2026
d89c26f
feat(tui): make Fleet roster editing discoverable
wuisabel-gif Aug 24, 2026
6fb3172
refactor(client): extract SSE wire parsing into client/wire.rs (#5586)
Aug 24, 2026
3451c0f
Merge PR #5603: show tool and MCP schema costs in the context inspector
Aug 24, 2026
5f97c24
Merge PR #5604: make Fleet roster editing discoverable
Aug 24, 2026
0d2cbde
refactor(config): extract load/merge pipeline into config/merge.rs (#…
Aug 24, 2026
ef3775c
refactor(tui): extract the CLI arg surface into cli_args.rs (#5586)
Aug 24, 2026
523a4ac
refactor(tui): extract the doctor CLI report layer into doctor_cli.rs…
Aug 24, 2026
9219cc8
refactor(runtime-threads): extract agent-mail helpers into agent_mail…
Aug 24, 2026
63b6d31
fix(config): shelter ConfigToml parses on a 16MiB stack thread (#5585)
Aug 24, 2026
37fd1f8
refactor(config): extract credential persistence into config/credenti…
Aug 24, 2026
5fad9d5
refactor(client): extract secret redaction into client/redaction.rs (…
Aug 24, 2026
079ebc5
fix(lint): provider-registry check follows the config module tree (#5…
Aug 24, 2026
e9e4f87
refactor(client): extract wire-dialect helpers into client/wire_diale…
Aug 24, 2026
546adad
refactor(runtime-threads): extract record schema and store into store…
Aug 24, 2026
276184e
Merge PR #5602: decode Windows shell output reliably
Aug 24, 2026
0a85b13
fix(shell): annotate the Windows ACP mapping as test-used off Windows…
Aug 24, 2026
9f9e528
refactor(tui): extract the exec agent assembly into exec_agent.rs (#5…
Aug 25, 2026
3dcdee4
refactor(config): dedup wire_config_prefers_anthropic onto one defini…
Aug 25, 2026
d070d51
docs(automation): document the automation surface end to end (#5586-a…
Aug 25, 2026
76bba12
fix(credentials): parse the agy state.vscdb token envelope for sign-in
Aug 25, 2026
a1e6e53
fix(tui): stop the calm preset from selecting the densest transcript
Aug 25, 2026
09b4303
docs(i18n): restore the README translation gate with the automations …
Aug 25, 2026
747cadd
docs(workflow-js): resolve the three broken intra-doc links in driver.rs
Aug 25, 2026
1efd9c7
docs(changelog): correct two overstated 0.9.12 safety claims
Aug 25, 2026
de6a29f
docs(changelog): correct three more overstated 0.9.12 claims
Aug 25, 2026
93e0ffd
feat(providers): refresh the OpenCode Go catalog from its own /v1/models
Aug 25, 2026
6dc3d09
fix(test): stop asserting UTF-8's decode on the platform #5602 changed
Aug 25, 2026
81a1afd
feat(tui): render composer attachments as a compact [Image #1] token
Aug 25, 2026
30c55f2
Merge PR #5584: persist child approval receipts (#5543)
Aug 25, 2026
47ceab9
docs(changelog): receipt for the child approval receipts fix (#5543)
Aug 25, 2026
11b75eb
chore(credit): recognize Claude Opus 5 so trailers name the model tha…
Aug 25, 2026
90d8784
fix(tui): drop the SenseNova-only hotkey from the provider picker
Aug 25, 2026
169727b
fix(credentials): actually parse the agy envelope, verified against a…
Aug 25, 2026
f08152c
fix(models): correct four model-fact errors the tables disagreed on
Aug 25, 2026
fc02c2b
fix(pricing): correct GPT-5.6 Sol rates against the current model page
Aug 25, 2026
b348416
fix(safety): guard hard-linked writes on Windows too (#5569)
Aug 25, 2026
716567e
fix(providers): stop appending a second /v1 to DeepInfra's base URL
Aug 25, 2026
fdd92f7
feat(computer-use): add the computer-use plugin bundle and MCP server
Aug 25, 2026
bd72f11
fix(web): hide broken Sign in / Register links until auth is repaired
Aug 25, 2026
d7b7223
chore(docs): move AGENTS.md and CLAUDE.md out of the repo
Aug 25, 2026
6fd39a8
fix(models): budget gpt-5.6 on Codex at the 272K default
Aug 25, 2026
bcd3c1c
fix(fleet): treat personal default.toml as the implicit selected Fleet
Aug 25, 2026
1b50322
fix(tui): do not hard-error when an approval ask reuses a tool_call_id
Aug 25, 2026
0757e3d
fix(tui): surface apply_patch rollback failures instead of swallowing…
Aug 25, 2026
ec50dbd
fix(subagent): deliver queue-only parent notes to the child's next turn
Aug 25, 2026
12a1a54
feat(computer-use): click-focus before computer_type via index or x/y
Aug 25, 2026
692c39f
fix(models): map glm-5 and gpt-5 family aliases to current GA defaults
Aug 25, 2026
c9ddb23
fix(providers): first-run MiniMax/Xiaomi 404 from wrong probe URL (#5…
Aug 25, 2026
aac7068
fix(mcp): complete T4 401/403 OAuth recovery tests and login hint (#5…
Aug 25, 2026
1e3d42b
fix(models): cap bundled output at or below the context window
Aug 25, 2026
d5e024b
feat(tui): add /loop watchers on a minute-level schedule
Aug 25, 2026
6a02ca2
refactor(tui): split provider picker list keys and tests (#5586)
Aug 25, 2026
12acc4c
feat(FEAT-019): add memory capability, memory facet, and typed outcom…
Aug 24, 2026
ca3e714
test(FEAT-019): drop unused recording fields from FakeMemory contract…
Aug 24, 2026
09c6d86
feat(FEAT-019): add TUI memory adapter, capability-driven envelope, a…
Aug 24, 2026
ed60584
docs(FEAT-019): refresh dispatcher comment for capability-driven cont…
Aug 24, 2026
3fadbcf
feat(FEAT-019): convert /note and /memory to portable contextual hand…
Aug 24, 2026
fe96fc2
feat(FEAT-019): remove memory from both migration frontiers and prove…
Aug 24, 2026
be81452
docs(tui): refresh facet-count comments to ten (FEAT-019 review lesson)
Aug 25, 2026
b01ca5c
Merge PR #5592: lifecycle outbox onto v0912 integration
Aug 25, 2026
9a630a9
fix(tui): declare /loop capabilities for the FEAT-019 contextual shape
Aug 25, 2026
65e0f0f
Merge PR #5593: /relaunch onto v0912 integration
Aug 25, 2026
13efbe4
fix(tui): attach image paths eagerly instead of hiding read_media
Aug 25, 2026
8c2eb33
docs(web): keep Sign in links hidden until browser auth is proven
Aug 25, 2026
8694fd7
feat(tui): include hidden files in the @ picker behind !
Aug 25, 2026
d6ba53c
docs(tui): changelog receipt for FEAT-019 and restore immutable topology
Aug 25, 2026
a942af0
fix(tui): put LM Studio and DS4 on the P template list
Aug 25, 2026
9578284
Merge PR #5594: per-session control socket onto v0912 integration
Aug 25, 2026
232e61d
fix(tui): adapt /loop to FEAT-019 capability-driven Contextual handler
Aug 25, 2026
25b142d
fix(tui): own the hidden-walk skip root for ignore filter_entry
Aug 25, 2026
42fbca2
feat(computer-use): add type clear, submit, and activate fallbacks
Aug 25, 2026
c1f2f69
Merge branch 'codex/v0912-integration-20260823' into take of #5592/#5…
Aug 25, 2026
7c83f33
test(config): guard bundled model facts and align MiniMax rows
Aug 25, 2026
b414162
Merge branch 'codex/v0912-integration-20260823' into take of #5592/#5…
Aug 25, 2026
08bb973
fix(engine): finite default max_steps and cumulative turn wall-clock …
Aug 25, 2026
397b9cb
Merge tonight's M-Maciej PRs #5592/#5593/#5594 onto v0912 integration
Aug 25, 2026
d1d65b6
fix(workflow): keep degraded owner snapshots distinct from completed …
Aug 25, 2026
33ac774
test(workflow): pin schema repair usage and oversized raw receipts (#…
Aug 25, 2026
db1afd4
feat(computer-use): post click/type/key/scroll/drag to Windows HWNDs
Aug 25, 2026
7d748ed
test(config): extend model/provider fact guard to all 0.5 assertions
Aug 25, 2026
6b60646
fix(tui): drop unused spawn_engine import after the outbox take
Aug 25, 2026
5e73c84
feat(tui): add opt-in /tutorial pager for arrivals from other tools
Aug 25, 2026
32baa17
feat(tui): add selection-gated transcript block actions
Aug 25, 2026
1623ea8
fix(tui): keep queued steer input after a cancelled parent stream
Aug 25, 2026
5939c2a
feat(shell): named kill for background Bash jobs (#5549)
Aug 25, 2026
297bd80
feat(compaction): keep last round verbatim and fail closed on coverag…
Aug 25, 2026
e9f5814
fix(tui): Enter on Fleet detail opens the selected member's model pic…
Aug 25, 2026
428729a
feat(tui): activity-shaped motion wave for markers and ambient ink
Aug 25, 2026
7cbc963
chore(tui,computer-use): clippy gate cleanups
Aug 25, 2026
83d3ebf
fix(tui): let users hand right-click to the terminal
Aug 25, 2026
8030fb1
test(tui): run thread lifecycle contract on the production 16 MiB stack
Aug 25, 2026
215fd7d
test(tui): align stale pins with deliberate behavior
Aug 25, 2026
32a6bac
fix(safety): classify Windows verbatim-path operands as readonly (ada…
Aug 25, 2026
6a60f6c
fix(tools): MCP tools survive pool contention at sub-agent registry b…
Aug 25, 2026
7d44990
fix(tools): close write escapes around atomic/lock discipline
Aug 25, 2026
9ea3ba1
docs: fix doc inaccuracies found in zh_hans review
SparkofSpike Aug 25, 2026
5e558a5
docs: add zh_hans translation for INSTALL
SparkofSpike Aug 25, 2026
7b11cb5
docs: add zh_hans translation for KEYBINDINGS
SparkofSpike Aug 25, 2026
2d6d58d
docs: add zh_hans translation for GUIDE
SparkofSpike Aug 25, 2026
789e8e9
fix(subagents): namespace child approval ids with the manager boot id
Aug 25, 2026
4cf9f78
fix(mcp): default 'ask the model' tools to the configured model (#5588)
Aug 25, 2026
6500a30
docs: restore zh_hans INSTALL translation dropped by a bad cherry-pick
Aug 25, 2026
04ebb13
chore(deps): bump docker/setup-buildx-action to v4.3.0 (#5537)
Aug 25, 2026
ab4539d
chore(deps): bump similar to 3.2.0 and rio-vt to 0.5.25 (#5540, #5539)
Aug 25, 2026
a5ff66d
fix(tui): keep transcript block actions out of typing bursts (#5608)
Aug 25, 2026
b9fd283
fix(git): stop read-only probes taking .git/index.lock in the user's …
Aug 25, 2026
e873011
fix(git): make the chrome probe cache actually apply (#5617)
Aug 25, 2026
d9d1155
docs(git): describe what the chrome probe actually does (#5617)
Aug 25, 2026
868fb7f
fix(tui): run git_status/git_diff off the async executor (#5616)
Aug 25, 2026
93c2c10
refactor(tui): /mcp opens the Extensions MCP tab; delete the serial d…
Aug 25, 2026
96bc9e7
perf(mcp): connect servers concurrently in connect_all
Aug 25, 2026
90944a6
feat(FEAT-020): add plugin capability, plugin facet, and typed outcom…
Aug 26, 2026
3aac670
refactor(FEAT-020): registry mutations return Result<(), String> not …
Aug 26, 2026
5ddcd1e
feat(FEAT-020): add TUI plugin adapter with full host mapping and res…
Aug 26, 2026
aceda2e
feat(FEAT-020): convert plugin group to portable handlers with fake-f…
Aug 27, 2026
771ffb9
feat(FEAT-020): register /plugin through the portable bridge and shri…
Aug 27, 2026
9586017
style(FEAT-020): strict clippy -D warnings clean across the workspace
Aug 27, 2026
be4626f
fix(FEAT-020): route rollback uninstall through the plugin facet (D1)
Aug 27, 2026
ece99d5
refactor(tui): adopt command shapes in plugins group (FEAT-020) (#5657)
Hmbown Aug 27, 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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
scripts/release/npm-wrapper-smoke.js|scripts/mobile-smoke.sh|scripts/check-provider-registry.py)
heavy=true
;;
docs/*|*.md|.github/PULL_REQUEST_TEMPLATE.md|.github/ISSUE_TEMPLATE/*|.github/scripts/agent-task-metadata.test.sh|.github/workflows/agent-task-labels.yml|.github/workflows/auto-tag.yml|.github/workflows/stale.yml|.github/workflows/triage.yml|scripts/release/check-versions.sh|scripts/release/check-ohos-deps.sh|scripts/release/install-dogfood.sh|scripts/release/install-dogfood.test.sh|scripts/release/prepare-release.sh|scripts/release/prepare-release.test.sh|scripts/check-coauthor-trailers.py|scripts/dev-cache.sh|scripts/dev-cache.test.sh|scripts/dev-cargo.sh|scripts/dev-test.sh)
docs/*|*.md|packaging/aur/*|.github/PULL_REQUEST_TEMPLATE.md|.github/ISSUE_TEMPLATE/*|.github/scripts/agent-task-metadata.test.sh|.github/workflows/agent-task-labels.yml|.github/workflows/auto-tag.yml|.github/workflows/stale.yml|.github/workflows/triage.yml|scripts/release/check-versions.sh|scripts/release/check-ohos-deps.sh|scripts/release/install-dogfood.sh|scripts/release/install-dogfood.test.sh|scripts/release/prepare-release.sh|scripts/release/prepare-release.test.sh|scripts/check-coauthor-trailers.py|scripts/dev-cache.sh|scripts/dev-cache.test.sh|scripts/dev-cargo.sh|scripts/dev-test.sh)
;;
*)
heavy=true
Expand Down Expand Up @@ -190,6 +190,7 @@ jobs:
bash scripts/release/require-release-tag-checkout.test.sh
bash scripts/release/validate-crate-publish-order.test.sh
bash scripts/release/verify-remote-tag.test.sh
bash packaging/aur/render.test.sh
sh scripts/dev-cache.test.sh
bash .github/scripts/update-homebrew-tap.test.sh
node .github/scripts/release-workflows.test.js
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ jobs:
run: |
node --test scripts/release/assemble-release-assets.test.js
node --test npm/codewhale/test/artifacts.test.js npm/codewhale/test/release-assets.test.js
- name: Render AUR metadata from candidate Linux archives
run: bash packaging/aur/render.sh release-assets "${RUNNER_TEMP}/codewhale-bin"
- name: Smoke packed npm wrapper against candidate assets
env:
CODEWHALE_SMOKE_ASSETS_DIR: ${{ github.workspace }}/release-assets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
docker-context/bin/codewhale --version
docker-context/bin/codew --version
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
pattern: docker-digest-*
merge-multiple: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
Expand Down
101 changes: 0 additions & 101 deletions AGENTS.md

This file was deleted.

Loading
Loading