From a6df8890396fc8a48c961b6219b2de0625f0ca52 Mon Sep 17 00:00:00 2001 From: agentclear Date: Sun, 31 May 2026 00:31:41 -0700 Subject: [PATCH 1/2] chore(deps): update @anthropic-ai/claude-agent-sdk to 0.3.158 in remaining packages (CYPACK-1270) Updates cyrus-core, cyrus-edge-worker, and cyrus-simple-agent-runner from 0.3.156 to 0.3.158. cyrus-claude-runner was already updated to 0.3.158 in PR #1275. Tool list is unchanged (33 tools). --- CHANGELOG.md | 1 + packages/core/package.json | 2 +- packages/edge-worker/package.json | 2 +- packages/simple-agent-runner/package.json | 2 +- pnpm-lock.yaml | 103 ++-------------------- 5 files changed, 10 insertions(+), 100 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55452961d..e291f44b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Bumped `qs` to >=6.15.2 to address a remotely triggerable DoS (`qs.stringify` crash on null/undefined entries in comma-format arrays when `encodeValuesOnly` is set), pulled in transitively via `express`. ([CYPACK-1269](https://linear.app/ceedar/issue/CYPACK-1269), [#1274](https://github.com/ceedaragents/cyrus/pull/1274)) ### Changed +- Updated `@anthropic-ai/claude-agent-sdk` to 0.3.158 in all packages (`cyrus-core`, `cyrus-edge-worker`, `cyrus-simple-agent-runner`). Tool list is unchanged (33 tools). See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1270](https://linear.app/ceedar/issue/CYPACK-1270)) - Updated `@anthropic-ai/claude-agent-sdk` from 0.3.156 to 0.3.158. Tool list is unchanged (33 tools). See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1268](https://linear.app/ceedar/issue/CYPACK-1268), [#1275](https://github.com/cyrusagents/cyrus/pull/1275)) - Updated `@anthropic-ai/claude-agent-sdk` from 0.3.154 to 0.3.156 and `@anthropic-ai/sdk` from 0.100.0 to 0.100.1. See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1265](https://linear.app/ceedar/issue/CYPACK-1265), [#1270](https://github.com/cyrusagents/cyrus/pull/1270)) diff --git a/packages/core/package.json b/packages/core/package.json index 1414d5aa7..ce4bd26aa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -18,7 +18,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "0.3.156", + "@anthropic-ai/claude-agent-sdk": "0.3.158", "@linear/sdk": "^64.0.0", "zod": "^4.3.6" }, diff --git a/packages/edge-worker/package.json b/packages/edge-worker/package.json index d5c9fef4e..9a0b01cb6 100644 --- a/packages/edge-worker/package.json +++ b/packages/edge-worker/package.json @@ -23,7 +23,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "0.3.156", + "@anthropic-ai/claude-agent-sdk": "0.3.158", "@linear/sdk": "^64.0.0", "@ngrok/ngrok": "^1.5.1", "chokidar": "^4.0.3", diff --git a/packages/simple-agent-runner/package.json b/packages/simple-agent-runner/package.json index d1b42c6ae..715f4fcf0 100644 --- a/packages/simple-agent-runner/package.json +++ b/packages/simple-agent-runner/package.json @@ -16,7 +16,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "0.3.156", + "@anthropic-ai/claude-agent-sdk": "0.3.158", "cyrus-claude-runner": "workspace:*", "cyrus-core": "workspace:*" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f3e32d13..4b3514ff7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -261,8 +261,8 @@ importers: packages/core: dependencies: '@anthropic-ai/claude-agent-sdk': - specifier: 0.3.156 - version: 0.3.156(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) + specifier: 0.3.158 + version: 0.3.158(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) '@linear/sdk': specifier: ^64.0.0 version: 64.0.0(encoding@0.1.13) @@ -311,8 +311,8 @@ importers: packages/edge-worker: dependencies: '@anthropic-ai/claude-agent-sdk': - specifier: 0.3.156 - version: 0.3.156(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) + specifier: 0.3.158 + version: 0.3.158(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) '@linear/sdk': specifier: ^64.0.0 version: 64.0.0(encoding@0.1.13) @@ -536,8 +536,8 @@ importers: packages/simple-agent-runner: dependencies: '@anthropic-ai/claude-agent-sdk': - specifier: 0.3.156 - version: 0.3.156(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) + specifier: 0.3.158 + version: 0.3.158(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6) cyrus-claude-runner: specifier: workspace:* version: link:../claude-runner @@ -580,102 +580,50 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.156': - resolution: {integrity: sha512-IkjcS9dqAUlD4Nb62L9AZtmAXCa+FV4ul8lIlyXXUprh3nlecbKsWOXVd/GORrzAhMmynJaX4+iV1JiutFKXUA==} - cpu: [arm64] - os: [darwin] - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.158': resolution: {integrity: sha512-9mlkVHeHIiF7oJUjVHbieYgsTzGmKRcgUmp52BhUaDL40Gm5AC0Lotqn0ULniqlr6pNWcbA0+gjEwg7VI9VtSA==} cpu: [arm64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.156': - resolution: {integrity: sha512-6PKi5fPmGRuzXu+Em/iwLmPG3mqg0hl92wcTU8fmChqyNtxhxsjCw7LTbdFqp/05o5NeZVVV4k3p7YUv5IFD6g==} - cpu: [x64] - os: [darwin] - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.158': resolution: {integrity: sha512-3S4ef/f2ksTmUSEK6Di9Vch2Fm5udmZq8kVKO8mAdLV+VuG6KW9kYBzbogDtwYIZFuFo8xs1sPGP2hsdZvghhA==} cpu: [x64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.156': - resolution: {integrity: sha512-R7KEVjxkR4rYgIQoHGBzwPdUJYxRTO8I4vHjRbMLH1eW4FS7BJvVs7ogfKR/NnHFBvMVqtC+l6jHLQv8bobUiw==} - cpu: [arm64] - os: [linux] - libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.158': resolution: {integrity: sha512-lJ2ZKKirs/RTAU+9IYTd+3CKE4vYe694FkRZ04TBQPiq/ujRUa3vmGm6gSIdmDlrdYMX5j4rdcun+Ym6mPXTtA==} cpu: [arm64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.156': - resolution: {integrity: sha512-H0Nfd41iw5isto9uQI1FlVSZ0eaDttr8rBpJMR25oK/mj3egMO5EmZ6aAxeeUYSLn2mSU50HA5VNxlGUE118TQ==} - cpu: [arm64] - os: [linux] - libc: [glibc] - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.158': resolution: {integrity: sha512-ut9uJclBqrH5NhAuVc0zN84eQM3MP4DTQqh12eVUx83eekHu7l1v6Bg+N5P/m4SM4tEhKl8lQjLpliPtML4lUA==} cpu: [arm64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.156': - resolution: {integrity: sha512-/Q6WUizI6a+hqZZ6ElwRU0PEuFhOoN4v6CuU35HHbiZ/7uaocGht4A8ZIgK1Fw6wOGtZzGLbc00CA1OU1Zg8EA==} - cpu: [x64] - os: [linux] - libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.158': resolution: {integrity: sha512-cU0NOOA9B8I6E58HejqtO/vsYg3rfWgoaDmrJ1BzM5J4eNS3iSeaxDm7MzcyvEbTHPC1Qgj89XoiDHqhf/V/vg==} cpu: [x64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.156': - resolution: {integrity: sha512-ymhrdlbWoYvTACUdaGdhrEv+ZMfwXLsf0BRLkr/IvY5aqybP7URzWmmZGOtDQpqkT/8xu/UCGqUYH3woJwUxfg==} - cpu: [x64] - os: [linux] - libc: [glibc] - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.158': resolution: {integrity: sha512-PqcDGFuzvFA0JPYa11Xcoga13oQbbAGibfASmZG5+dhoq8SniUCj0LkGGnVAgTqX4SQIIMYklS6l7egwkJIi3w==} cpu: [x64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.156': - resolution: {integrity: sha512-5sAeNObQQrMy4NF9HwxewrMnU7mVxZDHh+/MfJVQSz0GSTvXQ6gOuRH8helMlfspoU6VOdekPxVLRooX/3foEw==} - cpu: [arm64] - os: [win32] - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.158': resolution: {integrity: sha512-47S9BUuNOYuUGaMe9ZUaRMfd1UVRt1iP9UwHWqCJUsrTPNnTCY/7lW7aecEr7Z/h3JctegTvx6Iy+mp697R1hQ==} cpu: [arm64] os: [win32] - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.156': - resolution: {integrity: sha512-/PofeTWoiKgnWNSNk0wG4SsRn22GGLmnLhg2R94WcNhCRFOyOTmiZcYH2DBlWZBIRVTZDsSfa/Pl1DyPvYCGKw==} - cpu: [x64] - os: [win32] - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.158': resolution: {integrity: sha512-YLjoU6Y+WN2nqnafbbEoVd+1ISaz2lHpArTnE+sNO8hOokBLEwAHOWd8uRv9c9CSMCUEyMwvIQ7ANOEXG6NsdQ==} cpu: [x64] os: [win32] - '@anthropic-ai/claude-agent-sdk@0.3.156': - resolution: {integrity: sha512-6nM/Dj+VMds52UXJ2YaV4IKhYamlUqN0HtdDrFzYz5lvPMpDS935qD8YZDAUpy+ltdoD6PJMd1V/CKFY3/oWCQ==} - engines: {node: '>=18.0.0'} - peerDependencies: - '@anthropic-ai/sdk': '>=0.100.0' - '@modelcontextprotocol/sdk': '>=1.26.0' - zod: 4.3.6 - '@anthropic-ai/claude-agent-sdk@0.3.158': resolution: {integrity: sha512-Rht8Ui7HBsVdBCG6SYs9b+JmJWAVoDXPD2pWNVMSFrzyAS4nizwdz3HtUnAobFumgzbT3LbpWzHdLfUDu4gM4w==} engines: {node: '>=18.0.0'} @@ -4417,69 +4365,30 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.156': - optional: true - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.158': optional: true - '@anthropic-ai/claude-agent-sdk@0.3.156(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6)': - dependencies: - '@anthropic-ai/sdk': 0.100.1(zod@4.3.6) - '@modelcontextprotocol/sdk': 1.29.0(zod@4.3.6) - zod: 4.3.6 - optionalDependencies: - '@anthropic-ai/claude-agent-sdk-darwin-arm64': 0.3.156 - '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.156 - '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.156 - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.156 - '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.156 - '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.156 - '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.156 - '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.156 - '@anthropic-ai/claude-agent-sdk@0.3.158(@anthropic-ai/sdk@0.100.1(zod@4.3.6))(@modelcontextprotocol/sdk@1.29.0(zod@4.3.6))(zod@4.3.6)': dependencies: '@anthropic-ai/sdk': 0.100.1(zod@4.3.6) From 19e91ce5c9f140075c44ec1de8f6000b919557de Mon Sep 17 00:00:00 2001 From: agentclear Date: Sun, 31 May 2026 00:32:26 -0700 Subject: [PATCH 2/2] chore: add PR link to CHANGELOG for CYPACK-1270 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e291f44b9..579a63d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - Bumped `qs` to >=6.15.2 to address a remotely triggerable DoS (`qs.stringify` crash on null/undefined entries in comma-format arrays when `encodeValuesOnly` is set), pulled in transitively via `express`. ([CYPACK-1269](https://linear.app/ceedar/issue/CYPACK-1269), [#1274](https://github.com/ceedaragents/cyrus/pull/1274)) ### Changed -- Updated `@anthropic-ai/claude-agent-sdk` to 0.3.158 in all packages (`cyrus-core`, `cyrus-edge-worker`, `cyrus-simple-agent-runner`). Tool list is unchanged (33 tools). See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1270](https://linear.app/ceedar/issue/CYPACK-1270)) +- Updated `@anthropic-ai/claude-agent-sdk` to 0.3.158 in all packages (`cyrus-core`, `cyrus-edge-worker`, `cyrus-simple-agent-runner`). Tool list is unchanged (33 tools). See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1270](https://linear.app/ceedar/issue/CYPACK-1270), [#1276](https://github.com/cyrusagents/cyrus/pull/1276)) - Updated `@anthropic-ai/claude-agent-sdk` from 0.3.156 to 0.3.158. Tool list is unchanged (33 tools). See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1268](https://linear.app/ceedar/issue/CYPACK-1268), [#1275](https://github.com/cyrusagents/cyrus/pull/1275)) - Updated `@anthropic-ai/claude-agent-sdk` from 0.3.154 to 0.3.156 and `@anthropic-ai/sdk` from 0.100.0 to 0.100.1. See the [SDK changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) for details. ([CYPACK-1265](https://linear.app/ceedar/issue/CYPACK-1265), [#1270](https://github.com/cyrusagents/cyrus/pull/1270))