Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:02
· 154 commits to main since this release

What's Changed

  • docs(claude): document the personal-memory retention scheduler by @ersinkoc in #87
  • refactor(cli): route all gateway calls through the shared gateway-client by @ersinkoc in #88
  • refactor(core): extract shared provider plumbing into providers/shared.ts by @ersinkoc in #89
  • refactor(gateway/ui): extract boot handlers + WS bridge, add shared UI primitives by @ersinkoc in #90
  • fix(core): make the sandbox fetch-allowed test hermetic by @ersinkoc in #91
  • refactor(channels): close impl seams + extract inbound flood guard by @ersinkoc in #92
  • refactor(core): extract file-system path security into file-security.ts by @ersinkoc in #93
  • refactor(core): consolidate tool-defs/ + executors/ into tools/core/ by @ersinkoc in #94
  • refactor(ui): migrate three pages to usePageData; add onError option by @ersinkoc in #95
  • refactor(ui): split useChatStore into useAutoCompact + useChatSessions by @ersinkoc in #96
  • refactor(ui): add Modal primitive; compose MultiStepModal + migrate 2 dialogs by @ersinkoc in #97
  • fix(workflow): zero-error sweep — claw UI integration, unknown-type rejection, copilot save fixes by @ersinkoc in #98
  • fix(security): tar extraction hardening, WS token out of URL, baileys bump by @ersinkoc in #99
  • feat(security): encrypt Config Center secrets at rest by @ersinkoc in #100
  • fix(core): bound long-lived in-memory stores + unref cleanup timer by @ersinkoc in #101
  • fix(ui): aria-labels for icon-only buttons + clipboard error guards by @ersinkoc in #102
  • ci(infra): coverage artifact, gateway boot smoke test, db convenience scripts by @ersinkoc in #103

Full Changelog: v0.7.2...v0.7.3