Skip to content

πŸš€ Session Sharing & UI Improvements - v1.25.0

Choose a tag to compare

@davila7 davila7 released this 27 Oct 20:45
· 535 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