Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Feb 12:48

What's New

Multi-source drain

Cross-machine mode now automatically drains from both the configured remote source and the local source in a single call, deduplicating overlapping messages. Your AI coding tool sees all build output — local and remote — without extra configuration.

Messages are tagged with host/label | tag so you can tell where output came from. Both the MCP server and drain command support this.

Resilient source handling

  • Partial failure: unreachable source is skipped with a stderr warning; reachable sources still drain normally
  • Total failure: returns an error instead of silently returning empty output (Stop+auto-loop mode still allows stop)
  • Strict store open for readers: configured remote store no longer silently falls back to local file store, which would drain wrong data — degrades to local-only with a warning instead
  • --max-lines 0 fix: no longer skips all sources; defaults to 10000

Other

  • README: added "How it works" diagram for cross-machine mode
  • Instruction injection updated to document multi-source output format