Skip to content

Session rename and nested session fix - #12

Merged
coneilen merged 2 commits into
mainfrom
feature/rename-and-nested-session-fix
Feb 19, 2026
Merged

coneilen merged 2 commits into
mainfrom
feature/rename-and-nested-session-fix

Conversation

@coneilen

Copy link
Copy Markdown
Owner

Summary

  • Inline session rename: Double-click a session name in the sidebar to rename it. Enter confirms, Escape cancels. Persists across app restarts via sessions.json.
  • Fix nested session error: Strip CLAUDECODE env var from PTY sessions so Claude doesn't refuse to start when the app is launched from within Claude Code.

Test plan

  • Double-click a session name, type a new name, press Enter — name updates
  • Press Escape during edit — name reverts
  • Restart the app — renamed session keeps its custom name
  • Resume/restart a closed session — Claude starts without "nested session" error

🤖 Generated with Claude Code

coneilen and others added 2 commits February 19, 2026 11:42
Double-click a session name to enter edit mode, type a new name,
and press Enter to confirm (Escape to cancel). The rename is
display-only and persists across app restarts via sessions.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Prevents Claude from detecting a nested session when launched from
the Electron app, which itself may be running inside Claude Code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coneilen
coneilen merged commit 5bb4e3b into main Feb 19, 2026
3 checks passed
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