Skip to content

v0.0.40: persist open sessions and restore them on restart - #81

Merged
JeanBaptisteRenard merged 1 commit into
mainfrom
release/v0.0.40
Jun 17, 2026
Merged

v0.0.40: persist open sessions and restore them on restart#81
JeanBaptisteRenard merged 1 commit into
mainfrom
release/v0.0.40

Conversation

@JeanBaptisteRenard

Copy link
Copy Markdown
Collaborator

Version bump to v0.0.40.

Ships #80 — session restore on restart (persist the working set of open Claude sessions; re-open them sequentially via claude --resume on next launch; configurable off/ask/auto via the new "Restore Sessions on Startup" setting).

@JeanBaptisteRenard
JeanBaptisteRenard merged commit 93ab155 into main Jun 17, 2026
7 checks passed
@JeanBaptisteRenard
JeanBaptisteRenard deleted the release/v0.0.40 branch June 17, 2026 12:20
abasiri pushed a commit that referenced this pull request Aug 1, 2026
A TUI that turns on mouse tracking (CSI ?1002h / ?1003h) makes xterm.js
forward every drag to the application, so no text can be selected. Terminal.app
and iTerm2 let you hold Option to override that; xterm.js gates the same escape
hatch behind macOptionClickForcesSelection, which defaults to false.

The symptom is misleading: Cmd+C finds no selection, so xterm's copy handler is
a no-op and fails silently, leaving the previous clipboard contents in place.
The next paste then inserts stale text and reads as a broken paste.

Windows and Linux are unaffected — there the override is Shift, which needs no
option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant