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: phiat/claude-esp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: phiat/claude-esp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 23, 2026

  1. Fix crash on sessions with image content (fixes #4)

    - Increase scanner buffer from 1MB to 10MB to handle base64 images
      (buffer starts at 64KB and only grows on demand)
    - Parser now gracefully skips malformed/truncated JSON lines instead
      of returning a fatal error
    - Add tests for image content blocks and truncated JSON
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    phiat and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    04976d1 View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.4.3

    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    phiat and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    7473563 View commit details
    Browse the repository at this point in the history
Loading