v1.37.0
siteboon/claudecodeuiv1.37.0Jul 29, 2026by viper151
AI Summary
Feature-rich release introducing Git worktree management, exposed provider session APIs, chat export functionality, and various UI improvements.
Key Highlights
- Git worktree management (register, delete, restore)
- Exposed provider session details and token-usage APIs
- Chat export (Markdown/HTML/PDF)
- Image lightbox and improved Markdown rendering
- Fixed session corruption and refactored session handling
New Features
- Git worktree management
- Provider session details and token-usage APIs
- Chat export functionality
- Image lightbox
- Expandable tool error display
- Improved Markdown with single-newline hard breaks
Full Release Notes
## [1.37.0](https://github.com/siteboon/claudecodeui/compare/v1.36.3...v1.37.0) (2026-07-29) ### New Features * **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](https://github.com/siteboon/claudecodeui/issues/979)) ([75ff8a5](https://github.com/siteboon/claudecodeui/commit/75ff8a5dcd0d63dced4c662bbf9433d7515d09da))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