v1.1.8fossic2026-06-21

Tauri IPC bounded read commands

fossic-tauri v1.1.8 adds 7 bounded IPC commands covering range, correlation, causation, and aggregate reads — each with cursor-resumption support; streaming deferred to v1.2.x.

v1.1.82026-06-21
  • ·fossic_read_range_bounded/from_cursor, fossic_read_by_correlation_bounded/from_cursor, fossic_walk_causation_bounded/from_cursor — _bounded/_from_cursor split provides ergonomic IPC pagination without a streaming protocol
  • ·TruncationCursor serializes as base64 over Tauri IPC; callers pass the string back verbatim to _from_cursor commands for cursor resumption
  • ·fossic_aggregate_bounded uses an internal CollectAggregate to fold cross-stream events by glob pattern, timestamp range, and indexed_tags_filter — same ReadOutcome shape as the other commands