A utility to backup and consolidate Cascade AI conversations from the Windsurf IDE. Prevents data loss by safely storing conversations as markdown files and provides tools to manage and consolidate multiple backups efficiently.
Project description
Cascade Conversation Backup Utility
This utility helps you back up and consolidate your Cascade conversations from the Windsurf IDE as markdown files. It may also work with other AI coding platforms, though this has not been tested. Backing up conversations from AI coding sessions is crucial, especially as AI models can sometimes produce unexpected results. In particular, when using Windsurf, large conversations can lead to issues such as the IDE failing to start with the message "windsurf failed to start."
Quick Start
Installation
You can install the package directly from PyPI:
pip install cascade-backup-utils
Or install from source:
git clone https://github.com/dipaksaraf/cascade-backup-utils.git
cd cascade-backup-utils
pip install -e .
Basic Usage
After installation, you can use the command-line tools:
# To backup a conversation:
cascade-backup
# To consolidate all backups:
cascade-consolidate
Why This Utility?
When the Windsurf IDE encounters issues with large conversations, the common solutions are:
- Continuously press
Ctrl + Shift + P(Command Palette) and select "Developer: Reload Window." - Delete the Cascade cache folder:
- Windows:
C:\Users\<YOUR_USERNAME>\.codeium\windsurf\cascade - Linux/Mac:
~/.codeium/windsurf\cascade
- Windows:
However, deleting the cache folder will remove your conversation history. This utility ensures your valuable conversations are preserved and accessible even if you need to clear the cache.
Features
Backup Features
- Manual text selection and copying with retry mechanism
- Automatic timestamp addition
- Clipboard management and content verification
- Clear user instructions and feedback
- Fail-safe mechanism (move mouse to corner to abort)
Consolidation Features
- Combines multiple backup files into a single conversation
- Removes duplicate content automatically
- Chronological sorting (newest conversations first)
- Cleans up UI messages and system text
- Preserves conversation context and readability
Development Setup
-
Clone the repository:
git clone https://github.com/dipaksaraf/cascade-backup-utils.git cd cascade-backup-utils
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
-
Install development dependencies:
pip install -r requirements.txt pip install -r requirements-dev.txt
Usage
Backing Up Conversations
- Open your Cascade conversation
- Run the backup command:
cascade-backup
- Follow the on-screen instructions:
- Clear any existing text selection
- Select the conversation text you want to backup
- Copy using Ctrl+C
- Press Enter to continue
The script will:
- Clear the clipboard before starting
- Verify the content was copied successfully
- Allow multiple retry attempts if needed
- Save the backup with timestamp
Consolidating Backups
- Run the consolidate command:
cascade-consolidate
The script will:
- Process all backup files in the
backupsdirectory - Remove duplicate content
- Sort conversations chronologically (newest first)
- Clean up UI messages and system text
- Save everything to
consolidated_conversation.md
Advanced Usage
Custom Backup Directory
By default, backups are stored in your home directory under .cascade_backups. You can specify a custom directory:
cascade-backup --dir /path/to/backup/directory
Consolidation Options
The consolidate command supports several options:
# Consolidate with custom output file
cascade-consolidate --output combined_conversations.md
# Keep original timestamps
cascade-consolidate --preserve-timestamps
# Sort by oldest first
cascade-consolidate --sort ascending
Backup Location
All files are stored in the backups directory:
backups/
├── cascade_backup_20250209_200618.md # Individual backups
├── cascade_backup_20250210_001059.md
├── consolidated_conversation.md # Combined conversations
└── ...
UI Messages Removed
The consolidation process automatically removes common UI elements and system messages:
- "DoneFeedback has been submitted"
- "Start with History Ctrl + ⏎"
- "Press Enter again to interrupt and send a new message"
- Various UI mode indicators (Image, Write, Chat, etc.)
- System status messages
Troubleshooting
Common Issues
-
Mouse Movement Issues
- Ensure no other applications are controlling the mouse
- Try increasing the delay:
cascade-backup --delay 2
-
Clipboard Problems
- Clear your clipboard before starting
- Check if other applications are monitoring the clipboard
-
File Permission Errors
- Ensure you have write permissions in the backup directory
- Try running with elevated privileges if necessary
Error Messages
Failed to capture clipboard: Clear your clipboard and try againTimeout waiting for selection: Increase the timeout with--timeout 60Invalid backup file format: Ensure the backup files haven't been modified manually
Security Considerations
-
Clipboard Security
- The utility temporarily stores conversation data in your system clipboard
- Clear sensitive information from your clipboard after use
-
File Permissions
- Backup files are created with user-only read/write permissions
- Consider encrypting sensitive backups
-
Data Privacy
- Review conversations before backup to exclude sensitive information
- Be cautious when sharing consolidated backup files
Best Practices
-
Regular Backups
- Back up important conversations immediately
- Consider scheduling regular backups
-
Backup Organization
- Use descriptive filenames
- Maintain separate directories for different projects
- Document the context of important conversations
-
Maintenance
- Regularly consolidate backups to save space
- Archive old backups
- Test backup files periodically
Contributing
We welcome contributions! Please see our Contributing Guidelines for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cascade_backup_utils-0.1.0.tar.gz.
File metadata
- Download URL: cascade_backup_utils-0.1.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c17b2ac4135d0fbaead8763b826eb18ffc71e651445de4e6cda18af7d1c1b5
|
|
| MD5 |
e21eaf88649c4df37cf963fa2456cd84
|
|
| BLAKE2b-256 |
a4ee1b573ddc748cd27d26b988b1a1c9226eeec78f63fd85825f614080f44147
|
File details
Details for the file cascade_backup_utils-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cascade_backup_utils-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6903edabe4d87441cbc864d6c390b99448d6b8f0c072ce0389c9d6b06e4e5e43
|
|
| MD5 |
829d18d80dbd7ca12ffc5fed56dd2284
|
|
| BLAKE2b-256 |
7c3785e47b6ac58d5f36c92e4fbbd59093a5dc21f0589416763039a649df1819
|