Skip to content

hal0 v0.8.2b1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 01:00
· 20 commits to main since this release
3a03224

Profiles gain the same portable export/import/sharing model stacks already have.
Safe upgrade from v0.8.1-beta.2.

Added

  • Portable profile export/import. A profile can now be exported to a
    self-contained, checksummed .hal0profile.json envelope and imported on another
    host — the same file-based sharing model stacks use. The envelope carries the
    profile template plus a sha256 content checksum and an independent
    schema_version; no secrets or host paths are serialized. New routes
    GET /api/profiles/{name}, POST /api/profiles/{name}/export, and
    POST /api/profiles/import (dry-run reports checksum validity + name collision;
    commit creates under a chosen name, 409 profiles.exists on a duplicate). New
    MCP tools mirror the stack_* set: profile_list / profile_status /
    profile_export (autonomous read) and profile_import / profile_delete
    (gated). The dashboard adds an Export button to every profile card and an Import
    dialog (file → dry-run preview → commit). (#962)