v0.35.1-beta.5
Pre-release
Pre-release
Delta since previous beta (v0.35.1-beta.4) — 1 new changeset.
Patch Changes
- Diagnostics bundles now capture more of what matters for content-loss triage. The full bundle stages the shadow repo's recovery-checkpoint refs (
state/checkpoint-refs.txt— ref name, date, and content-free subject per checkpoint) and a newstate/agent-effects.jsonsnapshot of the per-document agent activity ring buffers, served by a new loopback-onlyGET /api/metrics/agent-effectsendpoint that summarizes agent writes as character counts (never raw text). Doc names in the new artifacts are anonymized by the existing--redactpass, which now also hashes the agent-presence bundle'scurrentDocpath so a redactedstate/agent-presence.jsonno longer leaks the document a person was editing. The web client's log forwarder also stops losing entries silently: drops from buffer overflow or failed uploads are counted and recorded as an explicitdroppedSinceLastFlushgap marker in the server log on the next delivered batch, and a failed recovery-checkpoint write now also emits a structured server-log line with doc and branch context.