Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 08 Apr 15:55
55221a0

Highlights

  • improved hooks onboarding by merging Traceary-managed hooks into existing supported client configs and removing the runtime python3 dependency
  • added traceary doctor / traceary status for DB and hooks diagnostics
  • redacts common secret-like values before audit payloads reach SQLite
  • added public security / platform / backup documentation, including traceary backup create and traceary backup restore
  • added --offset pagination to traceary list / traceary search
  • exposed MCP session lifecycle tools: start_session, end_session, latest_session, and active_session

Included issues

  • #88 operational safety and public usability
  • #89 safe hooks config merge
  • #90 doctor / status diagnostics
  • #91 audit secret persistence hardening
  • #92 public security policy
  • #93 README / platform support alignment
  • #94 list / search pagination
  • #95 MCP session ergonomics
  • #96 backup / export / import story
  • #97 reduce hook runtime dependency friction