Skip to content

2.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:40
· 13 commits to main since this release
171c88e

A patch release fixing a skill-editor bug that could destroy a customized skill, plus signed build provenance for the release assets.

Fixed

  • Skill diff compared against the wrong baseline. Opening "Diff with default" on a skill compared its SKILL.md against the agent system prompt instead of the skill's shipped body — two unrelated documents, so the whole pane highlighted and the default side appeared to be missing its frontmatter. "Use default" shared that value, so pressing it would have overwritten your skill with the agent base prompt. Both surfaces now use the skill's own bundled body.

Added

  • Build provenance attestations for main.js and styles.css. You can verify a downloaded asset came from this repository and workflow:

    gh attestation verify main.js --repo s2b-dev/smart-second-brain
    

    This is the first release with attestations; 2.0.0's assets predate them.

Changed

  • README leads with Features before Install.
  • Internal: vendor logos are cached as elements rather than reparsed markup, and package.json now carries the real version (it still said 0.1.0).

Upgrading

No action needed. No settings, vault files, or index formats change, and minAppVersion stays at 1.11.4.