Skip to content

v2.3.0: Bump version to 2.3.0

Choose a tag to compare

@davidpp davidpp released this 30 May 22:19
· 48 commits to main since this release

[2.3.0] - 2025-01-30

Added

  • Stream Parser SDK: Parse and process Claude's JSONL log files with real-time streaming support
  • Task Monitoring: Monitor task progress and status with the new TaskMonitor class
  • Log File Parsing: Read and parse both active and completed Claude session logs
  • TUI Example: Interactive terminal UI for monitoring Claude tasks in real-time
  • Detached Session Support: Parse logs from detached Claude sessions for background monitoring

Changed

  • Internal Architecture: Refactored process handling to use the new Stream Parser SDK internally