Skip to content

CloudCLI UI v1.37.0

Latest

Choose a tag to compare

@viper151 viper151 released this 29 Jul 19:11

1.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) (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