Skip to content

v1.9.0

Latest

Choose a tag to compare

@claustrum-ci claustrum-ci released this 15 Aug 01:49
ef6506e

Compare with 1.8.0

Features

  • The daemon can now append every JSON-RPC frame in both directions to a JSONL capture file for diagnostics, opt-in via -wire-log (with -wire-log-max-string bounding how much of each string value is kept, 0 for whole payloads) or the matching wire-log / wire-log-max-string keys in claustrum.conf, off by default, with credentials redacted by key only (best-effort — a secret inside a payload string is not caught); it is a pure side channel, so frames on the wire are byte-identical whether or not it is on. (#268)