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: OpenSource03/harnss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: OpenSource03/harnss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.1
Choose a head ref
  • 1 commit
  • 7 files changed
  • 2 contributors

Commits on Mar 11, 2026

  1. fix: extract thinking animation state machine and add overlap-toleran…

    …t streaming merge
    
    - Extract ThinkingBlock animation logic into pure thinking-animation.ts module, removing coalescing timer that caused replay/duplication under rapid updates
    - Add mergeStreamingChunk() to streaming-buffer.ts for overlap-tolerant chunk merging (handles cumulative snapshots, overlapping deltas, and exact replays)
    - Apply mergeStreamingChunk in background-claude-handler for consistent background session streaming
    - Add comprehensive tests for both modules
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    OpenSource03 and claude committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6112d06 View commit details
    Browse the repository at this point in the history
Loading