Skip to content
Open
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
2 changes: 2 additions & 0 deletions packages/coding-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Fixed

- Preserve Claude SDK OAuth compaction boundaries and idle settings across replay.

- Preserve Claude SDK OAuth terminal results and failure attribution across replay races.

### Removed
Expand Down
11 changes: 11 additions & 0 deletions packages/coding-agent/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Local fork changes

## 2026-09-06 - Preserve Claude SDK OAuth compaction boundaries

### What changed

- Keep Claude SDK OAuth compaction on the SDK-native lane, mirror SDK compact boundaries, and preserve idle compaction settings across replay and resume flows.

### Why

- Prevent duplicate Senpi compaction and lost compaction state when Claude SDK OAuth sessions compact.


## 2026-09-04 - Restore the @anthropic-ai/sdk 0.123.0 pin the R4b merge dropped

### What changed
Expand Down
2,781 changes: 416 additions & 2,365 deletions packages/coding-agent/src/core/agent-session.ts

Large diffs are not rendered by default.

Loading
Loading