You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worktree Management - Added new feature to support Git worktree management, including registering, deleting, and restoring worktree projects. This includes new exports in the projects module and new route registration in the main server
Exposed provider session details and session token-usage via new APIs.
Added chat export (Markdown/HTML/PDF), image lightbox, expandable tool error display, and improved Markdown (single-newline hard breaks).
Bug Fixes
check CLAUDE_CODE_OAUTH_TOKEN in checkCredentials() (#979) (75ff8a5)Claude Provider
Updated the Claude session synchronizer to also skip tool result transcripts (not just subagent transcripts) when indexing sessions, preventing session record corruption.
Refactored session and process key handling in both server/claude-sdk.js and server/cursor-cli.js to always use the provider-native session ID for SDK/CLI operations, while ensuring notifications and process maps use the app session ID when available
Fixed a bug in mapCliOptionsToSDK to use providerSessionId instead of sessionId for correct SDK resume behavior