Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: winfunc/opcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: winfunc/opcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: checkpoints-staging-implementation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 19 files changed
  • 1 contributor

Commits on Jul 14, 2025

  1. refactor: migrate checkpoint system to titor library and enhance UI

    BREAKING CHANGE: Complete refactoring of checkpoint implementation
    
    Backend Changes:
    - Replace custom checkpoint implementation with titor library integration
    - Remove state.rs and storage.rs in favor of titor's built-in functionality
    - Simplify CheckpointManager to wrap titor's API
    - Add new checkpoint/commands.rs for Tauri command handlers
    - Update Cargo.toml to include titor dependency
    - Refactor claude.rs commands to use new checkpoint API
    
    Frontend Changes:
    - Add DiffViewer component for displaying file diffs with syntax highlighting
    - Enhance TimelineNavigator with improved checkpoint visualization
    - Remove CheckpointSettings.tsx (functionality integrated into TimelineNavigator)
    - Update ClaudeCodeSession to handle new checkpoint API responses
    - Improve StreamMessage component styling and functionality
    - Add comprehensive styling for checkpoint UI in styles.css
    
    API Changes:
    - Simplified checkpoint creation and restoration API
    - Better error handling and progress reporting
    - Support for checkpoint diffs and timeline visualization
    - Improved performance with titor's efficient storage
    
    This refactoring provides:
    - More reliable checkpoint storage using titor's battle-tested implementation
    - Better diff visualization with the new DiffViewer component
    - Improved user experience with enhanced timeline navigation
    - Reduced code complexity and maintenance burden
    mufeedvh committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    794b917 View commit details
    Browse the repository at this point in the history
Loading