Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed
- **Updated `@anthropic-ai/claude-agent-sdk` to v0.2.92** - Upgrades from v0.2.90. v0.2.91 adds an optional `terminal_reason` field to result messages (values: `completed`, `aborted_tools`, `max_turns`, `blocking_limit`), expands the public `PermissionMode` type to include `'auto'`, and changes `sandbox: { enabled: true }` to default `failIfUnavailable: true`. v0.2.92 syncs with Claude Code v2.1.92. See changelog: [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md). ([CYPACK-1039](https://linear.app/ceedar/issue/CYPACK-1039), [#1068](https://github.com/ceedaragents/cyrus/pull/1068))

## [0.2.40] - 2026-04-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/claude-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.90",
"@anthropic-ai/claude-agent-sdk": "^0.2.92",
"@anthropic-ai/sdk": "^0.82.0",
"@linear/sdk": "^64.0.0",
"cyrus-core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.90",
"@anthropic-ai/claude-agent-sdk": "^0.2.92",
"@linear/sdk": "^64.0.0",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-agent-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.90",
"@anthropic-ai/claude-agent-sdk": "^0.2.92",
"cyrus-claude-runner": "workspace:*",
"cyrus-core": "workspace:*"
},
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading