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
5 changes: 0 additions & 5 deletions .changeset/fix-session-create-retries.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-dsh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.1

### Patch Changes

- 7615a96: Prevent SessionCatalog create retries from overwriting later title edits. Preserve the existing request-to-session mapping, retain completed results, reject changed input, and recover partial native operations without repeating committed title writes.

## Unreleased

- Fixed `SessionCatalog.create` retries overwriting later title edits. Create receipts preserve the existing request-to-session mapping, reject changed input, and recover incomplete native operations without rewriting an existing title.
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-dsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dsh-std/adapter-dsh",
"version": "0.1.1-rc.2",
"version": "0.1.1",
"license": "MIT",
"repository": { "type": "git", "url": "git+https://github.com/Yan-Zero/dsh-std.git", "directory": "packages/adapter-dsh" },
"publishConfig": { "access": "public" },
Expand Down