Skip to content

🚀 Session Sharing & UI Improvements - v1.25.0

Choose a tag to compare

@davila7davila7 released this 27 Oct 20:45
· 727 commits to main since this release
65156dd

🎉 What's New in v1.25.0

✨ Session Sharing System

Share your Claude Code conversations with the community! Export, upload, and clone complete sessions with a single command.

Features:

  • 📤 Export & Share: Share sessions via URL with QR code support
  • 📥 Clone Sessions: Download and resume shared conversations
  • 🔒 Smart Limiting: Automatically limits to last 100 messages for optimal sharing
  • 🌐 Public Hosting: Uses x0.at for reliable file hosting

Usage:
Share a session from the dashboard - Click Share button to get shareable URL with QR code
Clone a shared session - npx claude-code-templates --clone-session URL

🎨 Mobile Dashboard UI Improvements

Project Grouping:

  • 📁 Sessions now organized by project with collapsible groups
  • 🔍 Smart search with auto-expand/collapse functionality
  • 📊 Session counts per project

Redesigned Action Buttons:

  • 🎯 Unified button group with orange accent styling
  • Resume, Share, Search buttons with SVG icons
  • Smooth animations and hover effects

Terminology Update:

  • Changed Conversations to Sessions throughout the interface

🔧 Technical Improvements

  • New SessionSharing class for complete sharing workflow
  • Enhanced mobile dashboard with modular architecture
  • Improved state management for project groups

📦 Installation

npm install -g claude-code-templates

🔗 Resources

🤖 Built with Claude Code