Skip to content

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:02
7e6a4f8

What's Changed

  • fix(release): pass release notes via env, not ${{ }} interpolation (shell injection) by @mabry1985 in #852
  • fix(plugins): enabling a view plugin works live — no restart, real errors (P0) by @mabry1985 in #853
  • feat(web): adopt @protolabsai/ui 0.24.0 — Splash/BootGate/EditableText + light-mode aliases (#832, #842) by @mabry1985 in #854
  • fix(autostart): launch python -m server, not the deleted server.py by @mabry1985 in #855
  • perf: off-loop knowledge embedding + debounced chat-store persistence by @mabry1985 in #857
  • fix(security): refuse token-less non-loopback binds + loopback-only compose publish by @mabry1985 in #856
  • fix(persistence): atomic registry writes + config write lock + 0600 remotes.json by @mabry1985 in #858
  • refactor(web): decompose theme.css — carve namespaced leaf surfaces into co-located modules (#832 Axis-A) by @mabry1985 in #859
  • refactor(web): decompose theme.css — carve the chat cluster into co-located modules (#832 Axis-A) by @mabry1985 in #860
  • refactor(web): decompose theme.css — carve activity/schedule/settings/plugins (#832 Axis-A, final) by @mabry1985 in #861
  • fix(config): config_to_dict emits plugins.disabled/sources.allow + from_dict drift guard by @mabry1985 in #865
  • ci: import-linter architecture contract + pin release-tools clone by @mabry1985 in #866
  • fix: periodic a2a task sweep, off-loop webhook DNS, enforce min_protoagent_version by @mabry1985 in #867
  • feat(fleet): hub↔remote version handshake + remotes registry write lock by @mabry1985 in #868
  • fix(web): tokenize raw colors so they flip in light mode (#842) by @mabry1985 in #862
  • fix(web): Host defaults renders as ONE panel, not one-per-category (ADR 0047) by @mabry1985 in #878
  • fix(web): route default-prefix plugin VIEW paths to the focused fleet member by @mabry1985 in #879
  • docs(adr): 0048 — settings IA, two scope-based homes (Host/App + Workspace) [Proposed] by @mabry1985 in #880
  • refactor(web): adopt DS Empty / Grid / Badge, delete bespoke CSS (#832 Axis-B) by @mabry1985 in #863
  • refactor(web): adopt DS ToolCard for the chat tool-call frame (#832 Axis-B) by @mabry1985 in #864
  • refactor(web): bump DS 0.25 + adopt DS TabBar for chat session tabs (#832 Axis-B, final) by @mabry1985 in #881
  • fix(server): bounded graceful shutdown so a single Ctrl-C exits cleanly by @mabry1985 in #882
  • fix(plugins): plugin-view authoring hardening — kit same-origin, guardrails, fixed examples + canonical guide by @mabry1985 in #884
  • docs(changelog): capture the v0.33.0 work (DS 0.25 + theme + plugin-view hardening + fixes) by @mabry1985 in #885

Full Changelog: v0.32.0...v0.33.0