Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1711 commits
Select commit Hold shift + click to select a range
c3016eb
chore: enable accessibility lint safeguards (#4680)
carderne Aug 19, 2026
1aeb356
fix(webapp): preserve React hook order (#4681)
carderne Aug 19, 2026
219bc09
perf(webapp): stabilize chart loading line renderer (#4682)
carderne Aug 19, 2026
97461c0
refactor(webapp): remove redundant React fragments (#4683)
carderne Aug 19, 2026
9de90f7
ci: pre-pull testcontainer images on fork PRs (#4684)
nicktrn Aug 19, 2026
7529c33
ci: correct testcontainer pre-pull image lists (#4685)
nicktrn Aug 19, 2026
b939045
test(testcontainers): hoist container boot off the test timer (#4686)
nicktrn Aug 19, 2026
49aff3c
fix(clickhouse): use compatible logs text index syntax (#4704)
carderne Aug 19, 2026
4dabfca
feat(webapp,cli,core): list production project runtime updates (#4659)
carderne Aug 19, 2026
338326c
fix(clickhouse): lowercase logs search index terms (#4705)
carderne Aug 19, 2026
32e647e
perf(webapp): resolve schedule list run times per expression, not per…
ericallam Aug 19, 2026
a302f65
chore(deps): upgrade grpc-js to 1.12.7 (#4707)
nicktrn Aug 19, 2026
108f43e
fix(webapp,react-hooks): enforce stable hook ordering (#4688)
carderne Aug 19, 2026
a2cc315
perf(webapp): stabilize nested component identities (#4689)
carderne Aug 19, 2026
a7a1e74
refactor(webapp): remove redundant React fragments (#4691)
carderne Aug 19, 2026
dda9504
fix(webapp): require explicit native button types (#4692)
carderne Aug 19, 2026
4592fdf
fix(webapp): enforce accessible image and role semantics (#4693)
carderne Aug 19, 2026
3ffd123
fix(webapp): associate model administration labels (#4694)
carderne Aug 19, 2026
3a091eb
fix(webapp): enforce associated form labels (#4695)
carderne Aug 19, 2026
6461411
fix(webapp): enforce accessible control names (#4696)
carderne Aug 19, 2026
3d156df
fix(webapp): use native checkbox label semantics (#4697)
carderne Aug 19, 2026
73c8a4d
fix(webapp): use native controls for inline actions (#4698)
carderne Aug 19, 2026
3d65024
fix(webapp): use native time filter mode controls (#4699)
carderne Aug 19, 2026
5ae2471
fix(webapp): use native selectable row controls (#4700)
carderne Aug 19, 2026
5e50d2f
fix(webapp): align tree mouse and keyboard interactions (#4701)
carderne Aug 19, 2026
23c5619
fix(webapp): enforce keyboard interaction safeguards (#4702)
carderne Aug 19, 2026
8fded28
feat(schema): add WorkerDeployment.externalId and task_runs_v2.extern…
0ski Aug 19, 2026
689538d
feat(core): external deployment id wire contract (#4662)
0ski Aug 19, 2026
6bfce63
feat(deploy): --external-id and --force for deploy idempotency (#4663)
0ski Aug 19, 2026
8b0385c
feat(run-engine): trigger tasks pinned to an external deployment id (…
0ski Aug 19, 2026
cde8919
feat(webapp): show the external deployment id on deployments and runs…
0ski Aug 19, 2026
967dedc
fix(run-engine): correct park deadline and snapshot state for debounc…
0ski Aug 19, 2026
aa17c4d
chore(ci): deploy the dashboard agent dormant, drop the reviewer gate…
ericallam Aug 19, 2026
4474718
fix(webapp): keep the branches list query string when archiving a bra…
claude[bot] Aug 19, 2026
1990843
perf(ci): speed up webapp test execution (#4709)
carderne Aug 20, 2026
adaa8e9
fix(clickhouse): renumber the external deployment id migration to 041…
0ski Aug 20, 2026
9dca03f
chore: enforce exhaustive React hook dependencies (#4712)
carderne Aug 20, 2026
6dfc54b
chore(webapp): scope unsupported React Compiler diagnostics (#4713)
carderne Aug 20, 2026
176fb6d
fix(webapp): call hooks directly and unconditionally (#4715)
carderne Aug 20, 2026
7ea0271
fix(webapp): avoid mutating render inputs (#4716)
carderne Aug 20, 2026
11ea1f8
fix(webapp): use stable chart bucket timestamps (#4717)
carderne Aug 20, 2026
34211e6
fix(webapp): derive expiry status from loader time (#4718)
carderne Aug 20, 2026
e394b5a
fix(webapp): timestamp live metric responses (#4719)
carderne Aug 20, 2026
7682a21
fix(webapp): stabilize time-sensitive UI renders (#4720)
carderne Aug 20, 2026
cf96204
chore(webapp): scope memo dependency diagnostics (#4721)
carderne Aug 20, 2026
f723e5a
refactor(webapp): simplify manual memoization (#4722)
carderne Aug 20, 2026
0014967
chore(webapp): scope intentional draft synchronization (#4725)
carderne Aug 20, 2026
101883c
refactor(webapp): derive controlled UI state during render (#4726)
carderne Aug 20, 2026
7673c46
chore(webapp): scope component effect synchronization (#4727)
carderne Aug 20, 2026
7ab437c
chore(webapp): scope route effect synchronization (#4728)
carderne Aug 20, 2026
a89ce5a
refactor(webapp): replace render-time ref initialization (#4729)
carderne Aug 20, 2026
4d040e1
chore(webapp): scope imperative component refs (#4730)
carderne Aug 20, 2026
2b2b047
chore(webapp): scope imperative route refs (#4731)
carderne Aug 20, 2026
c668b72
chore(webapp): enforce React Compiler lint (#4732)
carderne Aug 20, 2026
518978b
fix(core): don't assume a 64-character idempotency key is pre-hashed …
claude[bot] Aug 20, 2026
06f99ae
fix: security release 2026-08-12 (#4735)
carderne Aug 20, 2026
ce40d02
chore: release v4.5.12 (#4610)
github-actions[bot] Aug 20, 2026
4392e79
chore: adopt stable React Compiler lint rules (#4737)
carderne Aug 20, 2026
19eae51
fix: rename the Projects org settings URL to /settings/projects (#4739)
claude[bot] Aug 20, 2026
56f8756
fix(webapp): let the dashboard agent use a configurable base URL (#4738)
ericallam Aug 20, 2026
9baebbd
fix(webapp): keep the dashboard agent's tool calls on the user's inst…
ericallam Aug 20, 2026
1034b61
fix(webapp): let an impersonating admin preview the Queue Metrics UI …
ericallam Aug 20, 2026
d044670
feat(webapp,database): save platform notifications as drafts and publ…
D-K-P Aug 20, 2026
2efb07e
Toggle switch feels nicer to toggle (#4749)
samejr Aug 21, 2026
4953128
chore: vouch wuweiweiwu (#4748)
claude[bot] Aug 21, 2026
60d71da
perf(webapp,run-engine): cut CPU on the engine-facing worker-action r…
ericallam Aug 21, 2026
c5c2ea9
feat(core): add shard-routable run-ops id format and resolveShard (#4…
d-cs Aug 21, 2026
aa9b888
refactor(run-store): hold RoutingRunStore's stores in a keyed shard m…
d-cs Aug 21, 2026
32bf745
feat(webapp): customizable runs list with columns and smart columns (…
ericallam Aug 21, 2026
b98cceb
docs: task version skew protection, --external-id, and the atomic dep…
0ski Aug 21, 2026
910011d
feat(vercel): automatic version skew protection at connect + atomic d…
0ski Aug 21, 2026
dd3a1c0
feat(run-store): Redis-backed store for the run execution-state log (…
d-cs Aug 21, 2026
4c5237c
feat(webapp): themes refinement, new black & white themes, 2 accessib…
nicktrn Aug 21, 2026
b082e44
fix(webapp): write-path and appearance-control fixes for the theme wo…
nicktrn Aug 21, 2026
73f86c7
fix(webapp): stop saving global flags from unsetting the locked ones …
d-cs Aug 24, 2026
0205fed
refactor(run-engine): extract a WaitpointCoordinator seam around the …
d-cs Aug 24, 2026
d645752
fix(hosting): disable clickhouse system-log telemetry and apply profi…
nicktrn Aug 24, 2026
b55fba9
feat(run-store,run-engine): freeze the completed-waitpoints record an…
d-cs Aug 24, 2026
f98e303
feat(webapp): resolve which shard an environment mints run roots into…
d-cs Aug 24, 2026
cc69ff4
feat(run-engine): Redis waitpoint store coordinator, Lua protocol, an…
d-cs Aug 24, 2026
f866210
feat(cli): experimental --local-bundle deploy mode (#4331)
myftija Aug 25, 2026
2e87e93
ci: run codeql on all prs via advanced setup (#4767)
nicktrn Aug 25, 2026
11e1cd8
feat(webapp): isolate the runs list ClickHouse read pool (#4763)
ericallam Aug 25, 2026
036cf8d
chore(webapp): admin endpoint to backfill Vercel deployment external …
0ski Aug 25, 2026
45eaaa7
feat(run-store,testcontainers): execution-snapshot read comparator an…
d-cs Aug 25, 2026
1eda438
feat(webapp): put the admin dashboard behind an env var flag (#4774)
myftija Aug 25, 2026
47ff76d
feat(webapp,clickhouse): return an actionable error instead of a 500 …
ericallam Aug 25, 2026
ee29393
perf(webapp): cache deployment logs across navigations (#4775)
myftija Aug 25, 2026
97d70b8
feat(run-store): make the run-ops router correct at N shards (#4771)
d-cs Aug 25, 2026
6a6f0a4
feat(webapp): pause deployment log auto-scroll on scroll-up (#4776)
myftija Aug 25, 2026
ba57c1f
fix(webapp): disable browser autofill on environment variable inputs …
D-K-P Aug 25, 2026
00e3c15
feat(webapp): RUN_OPS_SHARDS config, topology and N-way store wiring …
d-cs Aug 26, 2026
38e78f8
feat(webapp): deployment lifecycle telemetry events (#4778)
myftija Aug 26, 2026
8da393b
feat(webapp): add org slug and project name to deployment telemetry e…
myftija Aug 26, 2026
1801b0e
feat(webapp,docker): run-ops boot interlocks and migrations at N data…
d-cs Aug 26, 2026
02e6157
feat(run-store): add an execution-snapshot store decorator behind an …
d-cs Aug 26, 2026
4c16387
fix(webapp): project integrations page — Staging gating, unreachable …
0ski Aug 26, 2026
920892b
feat(webapp,run-store): gen-2 shard arms in read-through and idempote…
d-cs Aug 26, 2026
c7f78e4
fix(sdk): reset skipToTurnComplete when a new chat turn starts (#4744)
wuweiweiwu Aug 26, 2026
c115f44
feat(chat): custom agent mailbox helpers and session.in delivery fixe…
gtremper Aug 27, 2026
1065251
fix(chat): ignore stale turn completions after reconnect (#4643)
gtremper Aug 27, 2026
d54bcaa
fix(chat): stop losing a user message that arrived mid-turn (#4795)
ericallam Aug 27, 2026
4e00651
feat(chat): expose endAndContinue to custom agents (#4647)
gtremper Aug 27, 2026
15dd973
feat(core,webapp,run-engine): stamp a shard key onto run, batch and w…
d-cs Aug 27, 2026
a3af29f
fix(sdk): re-dispatch a single in-flight user on recovery boot (#4768)
claude[bot] Aug 27, 2026
acaa5ec
feat(chat): runtime clientData validation for custom agents (#4646)
gtremper Aug 27, 2026
c7b0498
feat(cli): server-selected deploy build path (#4803)
myftija Aug 28, 2026
aa0bfce
chore: release v4.5.13 (#4769)
github-actions[bot] Aug 28, 2026
adcf0e7
test(run-store,webapp): cover the run-ops router at three shards (#4805)
d-cs Aug 28, 2026
1d13b79
feat(realtime): start-from-latest streams and a useSessionStream hook…
ericallam Aug 28, 2026
9d3fedd
chore: fix email address in SECURITY.md (#4814)
carderne Aug 28, 2026
2e24c01
fix(webapp): polish AI agent setup panel on tasks blank state (#4807)
samejr Aug 28, 2026
63b8e6e
fix(webapp): scan every run-ops store for the batches list (#4806)
d-cs Aug 28, 2026
34529a4
feat(cli): compact build logs for native build deploys (#4817)
myftija Aug 28, 2026
f42c820
feat(webapp): Improve the Usage page billing panels (#4820)
samejr Aug 28, 2026
cca41a4
ci(publish): skip publish for packages not built into the images (#4821)
myftija Aug 28, 2026
82ea723
feat(webapp): emit workload auth gate metrics via opentelemetry (#4822)
nicktrn Aug 28, 2026
1f8f230
fix(run-engine): stop task retries consuming the queue nack budget (#…
matt-aitken Aug 28, 2026
f8aacac
chore: release v4.5.14 (#4813)
github-actions[bot] Aug 28, 2026
6a87048
feat(webapp): polish the org Projects settings page (#4828)
samejr Aug 29, 2026
16352df
feat(sdk,core,webapp,react-hooks): named side channels on a Session (…
ericallam Aug 29, 2026
054bb32
chore(sdk,core,build): stop publishing compiled test files (#4833)
matt-aitken Aug 29, 2026
9cb5028
fix(core,sdk,webapp): allow 10 session trigger tags, matching the run…
matt-aitken Aug 29, 2026
1d55693
fix(webapp): move Queues search and pagination above the table (#4834)
claude[bot] Aug 30, 2026
d43dfba
chore(webapp): integration settings copy update (#4850)
myftija Aug 31, 2026
52848d8
chore: release v4.5.15 (#4831)
github-actions[bot] Aug 31, 2026
ef7b3aa
fix(run-engine,webapp): guard run finalization against lost resume si…
matt-aitken Aug 31, 2026
23016de
feat(cli): warn on createRequire packages missing from deployed image…
matt-aitken Aug 31, 2026
43ecf15
fix(run-engine): publish dead-letter redrives to the configured queue…
matt-aitken Aug 31, 2026
8142a11
docs: deploy build path flags and config file auto-detection (#4858)
myftija Sep 1, 2026
fe94700
fix(cli,core,webapp): flag legacy Node deployments for runtime update…
carderne Sep 1, 2026
20ac906
chore: add repository synchronization gates (#4859)
carderne Sep 1, 2026
154880a
chore: establish repository synchronization baseline
carderne Sep 1, 2026
4c74de2
test: verify private-to-public repository synchronization
carderne Sep 1, 2026
97e3f0a
test: verify public-to-private repository synchronization (#4870)
carderne Sep 1, 2026
3ad816f
fix: run required checks for merge queue candidates
carderne Sep 1, 2026
d07c157
fix: check out merge queue candidates before path filtering
carderne Sep 1, 2026
22d8f1c
chore: ignore Vim swap files (#4872)
carderne Sep 1, 2026
755feb2
Improve the Vercel & Slack integration settings pages (#4848)
samejr Sep 1, 2026
f68cb26
chore: ignore additional editor files
carderne Sep 2, 2026
a73719b
chore: ignore IDE settings (#4876)
carderne Sep 2, 2026
04d3264
perf(clickhouse): prepare task event attribute inserts (#4860)
carderne Sep 2, 2026
17f29b7
fix(webapp,run-store): make run-ops sharding failures visible and unr…
d-cs Sep 2, 2026
7ad0d92
perf(clickhouse): stop storing native event attributes (#4866)
carderne Sep 2, 2026
7447919
fix(cli): build the code layer with an exclude copy instead of deleti…
myftija Sep 2, 2026
8d78ec5
test(testcontainers): add a DB connection-blip harness (#4862)
d-cs Sep 2, 2026
7317fe1
feat(database): add an infrastructure-error classifier and read-retry…
d-cs Sep 2, 2026
bef20ec
refactor: move enterprise image dispatch out of public pipeline
carderne Sep 2, 2026
cc0049c
chore: release v4.5.16 (#4856)
github-actions[bot] Sep 2, 2026
d743473
fix(clickhouse): drop obsolete task event index variants (#4880)
carderne Sep 2, 2026
ee34a4b
ci: run the monorepo PR check suite and package previews on chonk
ericallam Sep 2, 2026
9ba2dc5
chore: remove clickhouse migration comments
carderne Sep 2, 2026
e3db7a8
chore(webapp): tidy up login page
D-K-P Sep 2, 2026
96090b4
perf(clickhouse): stage ephemeral event attribute input
carderne Sep 3, 2026
f151b7a
fix(webapp): read queue metrics from the shared warehouse for dedicat…
ericallam Sep 3, 2026
baeff45
fix(build): playwright extension parses the Playwright 1.58+ `install…
NERLOE Sep 3, 2026
eb687fc
fix(run-engine): don't mislabel DB errors as UnclassifiableWaitpointI…
claude[bot] Sep 3, 2026
3b27353
fix(webapp): deployment log stream tokens headroom over their cache TTL
myftija Sep 4, 2026
65b4eff
fix(webapp): improve incident panel contrast in light themes
samejr Sep 4, 2026
ac47902
docs: add project health report page and document get_report
D-K-P Sep 4, 2026
e87d814
fix(webapp): clearer Queues metrics cards (Allocated and Oldest wait)
ericallam Sep 4, 2026
6ff343a
chore: tidy README heading
carderne Sep 4, 2026
b6da034
feat: add copy AI prompt button to org projects settings page
claude[bot] Sep 4, 2026
2683de1
docs(ai-chat): native compaction & provider fallback pattern
ericallam Sep 4, 2026
25af651
docs: add guide for reaching a private GCP resource from a deployed task
ericallam Sep 4, 2026
0a23814
feat(sdk,core,webapp): chat.close() ends a chat session from inside t…
ericallam Sep 5, 2026
bffc7cc
fix(chat): keep steering, action and injected messages in the convers…
ericallam Sep 7, 2026
7fb8310
feat(chat): hand run() a streamText with the managed options already …
ericallam Sep 7, 2026
e7537b5
fix(supervisor): remove legacy deployment dequeue endpoint
carderne Sep 7, 2026
879e897
feat(core,webapp,run-engine): expose a deployment's external id
0ski Sep 7, 2026
1133ad4
feat(core,sdk,webapp): version skew protection for chat.agent sessions
0ski Sep 7, 2026
07ff270
feat(webapp): disable root API key visibility
carderne Sep 7, 2026
e5689cc
fix(webapp,run-engine): stop delayed runs firing after a project is d…
matt-aitken Sep 7, 2026
38aa360
feat(supervisor): label a run pod with the isolation lane it ran in
1stvamp Sep 7, 2026
90f5330
docs: note that self-hosting is optimized for single-tenant, trusted use
claude[bot] Sep 7, 2026
a1b1a86
feat(database,testcontainers): retryable-infra classifier, bounded pe…
d-cs Sep 7, 2026
f78261a
fix(webapp): pause dashboard pollers while the tab is hidden
matt-aitken Sep 7, 2026
ed37e19
fix(sdk): build the offloaded trigger payload path from a generated id
claude[bot] Sep 7, 2026
35e57e7
feat(webapp): org-wide dashboard agent with scheduler-grounded queue …
kathiekiwi Sep 8, 2026
fb25c01
fix(core,webapp): stop a failed session.out write from killing the pr…
kathiekiwi Sep 8, 2026
5b6f9f1
feat(webapp): optional max lifetime for pooled database connections
d-cs Sep 8, 2026
480105c
feat(run-engine,run-store): make retried snapshot and waitpoint opera…
d-cs Sep 8, 2026
9ae9c1a
feat(webapp): floating Ask Trigger chat window
kathiekiwi Sep 8, 2026
7020646
docs: document Zod compatibility for Trigger.dev v4.6
carderne Sep 8, 2026
ad821ea
fix(webapp,core,cli): handle task ids that contain a slash
ericallam Sep 8, 2026
0350e00
perf(clickhouse): let writers supply task event attributes_text
carderne Sep 8, 2026
9944f44
chore: upgrade to zod v4 (#4039)
carderne Sep 8, 2026
2991bb4
feat(webapp): add default and minimum schedule spread windows
carderne Sep 8, 2026
dc3f98f
feat(webapp,dashboard-agent): make the agent free and gate watches be…
kathiekiwi Sep 8, 2026
83af2d2
chore(ci): remove the dashboard agent deploy workflow
ericallam Sep 8, 2026
8bf27a6
fix(sdk): resume the server-side chat stream after a mid-turn EOF
kathiekiwi Sep 8, 2026
7fb8217
fix(webapp): stop pricing agent wrapper spans twice
ericallam Sep 8, 2026
754d037
docs: add chat-agent example projects and Infisical Secret Sync
D-K-P Sep 8, 2026
7842bd5
fix(cli): keep docker login output out of build logs (#4909)
myftija Sep 8, 2026
ef66fb8
feat(webapp): default the cancel in-progress runs option to on for bi…
claude[bot] Sep 8, 2026
f999516
feat(webapp,cli): retire Ask AI and route every channel to Ask Trigger
kathiekiwi Sep 8, 2026
67b203d
feat(webapp,clickhouse): measure the task events a failed flush loses
1stvamp Sep 8, 2026
df6972c
feat(sdk,core,webapp): transcript storage for chat.agent (#4896)
ericallam Sep 9, 2026
685aa94
feat(run-engine): durable write-ahead guard for manual waitpoint comp…
d-cs Sep 9, 2026
fdbc2e3
fix(run-engine): log scalar execution state
carderne Sep 9, 2026
d93f848
perf(webapp): avoid task registration conflict errors
carderne Sep 9, 2026
108c54f
fix(webapp,clickhouse): keep sensitive data out of server logs
carderne Sep 9, 2026
b0530e9
chore: move dependabot config
carderne Sep 9, 2026
b9ca103
feat(run-engine): bounded waitpoint completion fanout and lifecycle c…
d-cs Sep 9, 2026
a02f033
feat(base-images): build the bun base images from official inputs and…
ericallam Sep 9, 2026
f347f0e
feat(run-engine, run-store): durable execution-snapshot store protocol
d-cs Sep 9, 2026
b9c8498
fix(cli): report build log stream failures clearly and exit instead o…
myftija Sep 9, 2026
ebb796f
ci: skip webapp and internal tests for changes to packages they don't…
myftija Sep 9, 2026
6f5c49c
fix(sdk): chat.agent transcript follow-ups (#4910)
ericallam Sep 9, 2026
c719f84
fix(core,sdk): stop chat.agent losing messages during recovery (#4907)
ericallam Sep 9, 2026
4f8587c
docs(sdk): describe chat.turn() in the advanced chat agent skill (#4902)
ericallam Sep 10, 2026
05bf16a
feat(run-store): implement execution-snapshot store read and write se…
d-cs Sep 10, 2026
1a5ad1e
feat(api): presign deployment artifact download URLs on demand
myftija Sep 10, 2026
7047ab8
docs: state the self-hosted authorization trust boundary
matt-aitken Sep 10, 2026
65c894b
fix(webapp): gate the webhook task type behind webhooks access
matt-aitken Sep 10, 2026
701374e
feat(run-engine): route execution snapshots through a versioned resid…
d-cs Sep 10, 2026
478422f
perf(clickhouse): serialize task event attributes_text in the writer
carderne Sep 10, 2026
ff05824
fix(cli,sdk): reduce sensitive diagnostic data
carderne Sep 10, 2026
bd84ee1
fix: enforce dashboard mutation permissions
carderne Sep 10, 2026
45740b6
fix(webapp): verify GitHub App installation ownership
carderne Sep 10, 2026
6ae543a
fix(webapp): preserve API key restrictions when reading env vars
carderne Sep 10, 2026
d5f0d7d
fix(webapp): reject cross-environment waitpoint registration
carderne Sep 10, 2026
73d611b
feat(supervisor): optionally create a Runner k8s custom resource inst…
1stvamp Sep 10, 2026
fdec5a0
fix(webapp): move SSO revalidation throttle to cache Redis and fail o…
0ski Sep 10, 2026
c5491f0
perf(webapp,run-engine): skip dev worker notifications for non-dev runs
matt-aitken Sep 10, 2026
b7e86f2
fix(webapp,core,sdk): page chat history and keep model context private
ericallam Sep 10, 2026
067f9b8
chore(run-engine): include environment type in the stalled-snapshot l…
0ski Sep 11, 2026
0db5de5
perf(clickhouse): stop writing the task event attributes JSON column
carderne Sep 11, 2026
c3f1c11
fix(webapp): make request idempotency work with scoped keys
claude[bot] Sep 11, 2026
0e9d021
chore(deps): bump the github-actions group across 1 directory with 20…
dependabot[bot] Sep 11, 2026
daaaa50
perf: zod compile reusable server validation schemas
carderne Sep 11, 2026
5f4d020
fix(webapp): update magic link cryptography dependency
carderne Sep 11, 2026
f0daa56
docs(ai-chat): add a migration guide from hydrateMessages to transcri…
ericallam Sep 11, 2026
66ff818
docs(ai-chat): state the transcript ordering contract for custom stor…
ericallam Sep 11, 2026
94cb791
fix(replication,webapp): recover leadership after a failed leader-loc…
ericallam Sep 11, 2026
9868110
fix(sdk): persist the message being answered at the start of a turn
ericallam Sep 11, 2026
33cf570
fix(webapp,sdk): narrow session read tokens by direction and make .in…
carderne Sep 11, 2026
752573c
docs: rework the intro, agent anatomy page, and AI agent examples
D-K-P Sep 11, 2026
b3d0394
fix(ci): pull the MinIO image from Quay now that Docker Hub no longer…
ericallam Sep 12, 2026
8b72e6c
fix(sdk): replace the head-start partial in the model lane instead of…
ericallam Sep 12, 2026
3f67c71
fix(sdk): keep chat.history edits made in onTurnComplete after a fail…
ericallam Sep 14, 2026
6932966
perf(clickhouse): drop the task event attributes_input column
carderne Sep 14, 2026
f73ad96
feat(dashboard-agent): persist the conversation through the chat.agen…
ericallam Sep 14, 2026
51788be
chore(docker): rebuild the apt upgrade layers on every webapp image p…
ericallam Sep 14, 2026
56823c3
fix(webapp): use branch permissions for branch management
carderne Sep 14, 2026
dd55fdb
feat(webapp,cli): archive inactive dev branches at the limit
carderne Sep 14, 2026
6172bcd
chore: release v4.6.0 (#4883)
github-actions[bot] Sep 14, 2026
f3922e6
feat(dashboard-agent): investigation cards for run questions, timelin…
kathiekiwi Sep 14, 2026
7e56062
feat(webapp): randomise the order of downgrade feedback options
claude[bot] Sep 15, 2026
d639a72
fix(webapp): read deployment runtime from the indexed worker
claude[bot] Sep 15, 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.
5 changes: 0 additions & 5 deletions .changeset/beige-horses-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-carrots-fail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/blue-eyes-tickle.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/breezy-turtles-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-snakes-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-weeks-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-beans-compete.md

This file was deleted.

6 changes: 2 additions & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"updateInternalDependencies": "patch",
"ignore": [
"webapp",
"coordinator",
"docker-provider",
"kubernetes-provider",
"supervisor"
"supervisor",
"@trigger.dev/plugins"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
Expand Down
5 changes: 0 additions & 5 deletions .changeset/cuddly-boats-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-dogs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-ligers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-rings-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-beers-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-pianos-live.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/four-needles-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-snakes-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-waves-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-insects-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-lions-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-wasps-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-apricots-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cups-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-files-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-frogs-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-games-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-chairs-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-dancers-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-panthers-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-plums-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-peas-melt.md

This file was deleted.

45 changes: 0 additions & 45 deletions .changeset/little-birds-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-squids-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-cobras-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-colts-boil.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/ninety-games-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-pens-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-rocks-grow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-dolphins-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-badgers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-impalas-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-lies-fix.md

This file was deleted.

Loading