Skip to content

v0.1.18

Choose a tag to compare

@sirquy sirquy released this 24 Jul 18:18
· 174 commits to main since this release

Added

  • Local web console through bestie ui, including runtime status, Doctor, Provider Hub, Character Studio, Memory Center, Channel Hub, Approvals, MCP Hub, Tools & Permissions, and Settings panels.
  • UI APIs for providers, character, memory, channels, approvals, MCP, tools, and low-risk settings, with confirmation-gated write actions and redacted secret handling.
  • Modern inline SVG icon treatment for the local web console navigation, panel headings, actions, provider presets, and dynamic rows.
  • Browser-level UI smoke coverage through Playwright with npm run smoke:ui:browser and aggregate npm run smoke:ui:all, including desktop/mobile screenshot and layout assertions.

Changed

  • Home UI now serves its browser script through /assets/home.js instead of inlining a large script into the HTML shell.
  • Local web console visuals now use stronger CSS tokens, improved card depth, icon-aligned buttons, and clearer focus states.
  • UI smoke scripts now share a seeded runtime fixture so API and browser checks use the same config, memory, channels, MCP, and tool-policy data.