Skip to content

Commit 081f73e

Browse files
authored
Merge branch 'main' into feat/mollifier-drain-batch
2 parents 667218a + 0bbb4f1 commit 081f73e

89 files changed

Lines changed: 1055 additions & 772 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,29 @@
2525
"bundle-skills-single-pass",
2626
"cap-idempotency-key-length",
2727
"chat-agent-on-boot-hook",
28+
"chat-agent-tools",
2829
"chat-agent",
2930
"chat-history-read-primitives",
3031
"chat-session-attributes",
3132
"chat-slim-wire-merge",
3233
"chat-start-session-action-typed-client-data",
3334
"cli-deploy-skip-rewrite-timestamp",
35+
"coerce-concurrency-key-to-string",
3436
"locals-key-dual-package-fix",
3537
"mcp-agent-chat-sessions",
3638
"mcp-list-runs-region",
3739
"mock-chat-agent-test-harness",
40+
"mollifier-buffer-extensions",
41+
"mollifier-buffer-pipeline-list-entries",
42+
"mollifier-drainer-terminal-failure-callback",
3843
"mollifier-redis-worker-primitives",
44+
"mollifier-tag-cap",
3945
"plugin-auth-path",
4046
"resource-catalog-runtime-registration",
4147
"retry-middleware-errors",
4248
"retry-sigsegv",
4349
"runs-list-region-filter",
50+
"s2-batch-transform-linger-fix",
4451
"sessions-primitive",
4552
"trigger-client",
4653
"unflatten-attributes-conflict",

.github/VOUCHED.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ chengzp
2121
bharathkumar39293
2222
bhekanik
2323
jrossi
24-
ThullyoCunha
24+
ThullyoCunha
25+
ConProgramming

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup node
3737
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3838
with:
39-
node-version: 20.20.0
39+
node-version: 20.20.2
4040
cache: "pnpm"
4141

4242
- name: Install dependencies

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: ⎔ Setup node
4040
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4141
with:
42-
node-version: 20.20.0
42+
node-version: 20.20.2
4343
cache: "pnpm"
4444

4545
- name: 📥 Download deps

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: ⎔ Setup node
8686
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8787
with:
88-
node-version: 20.20.0
88+
node-version: 20.20.2
8989
cache: "pnpm"
9090

9191
- name: 🐳 Login to DockerHub

.github/workflows/e2e-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: ⎔ Setup node
6060
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6161
with:
62-
node-version: 20.20.0
62+
node-version: 20.20.2
6363
cache: "pnpm"
6464

6565
# ..to avoid rate limits when pulling images

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: ⎔ Setup node
3838
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3939
with:
40-
node-version: 20.20.0
40+
node-version: 20.20.2
4141

4242
- name: 📥 Download deps
4343
run: pnpm install --frozen-lockfile --filter trigger.dev...

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup node
9191
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
9292
with:
93-
node-version: 20.20.0
93+
node-version: 20.20.2
9494
cache: "pnpm"
9595

9696
# npm v11.5.1 or newer is required for OIDC support
@@ -288,7 +288,7 @@ jobs:
288288
- name: Setup node
289289
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
290290
with:
291-
node-version: 20.20.0
291+
node-version: 20.20.2
292292
cache: "pnpm"
293293

294294
# npm v11.5.1 or newer is required for OIDC support

.github/workflows/sdk-compat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: ⎔ Setup node
7171
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7272
with:
73-
node-version: 20.20.0
73+
node-version: 20.20.2
7474
cache: "pnpm"
7575

7676
- name: 🥟 Setup Bun
@@ -112,7 +112,7 @@ jobs:
112112
- name: ⎔ Setup node
113113
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
114114
with:
115-
node-version: 20.20.0
115+
node-version: 20.20.2
116116
cache: "pnpm"
117117

118118
- name: 🦕 Setup Deno
@@ -158,7 +158,7 @@ jobs:
158158
- name: ⎔ Setup node
159159
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
160160
with:
161-
node-version: 20.20.0
161+
node-version: 20.20.2
162162
cache: "pnpm"
163163

164164
- name: 📥 Download deps

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: ⎔ Setup node
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
28-
node-version: 20.20.0
28+
node-version: 20.20.2
2929
cache: "pnpm"
3030

3131
- name: 📥 Download deps

0 commit comments

Comments
 (0)