Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 19:22

0.1.0 (2026-03-02)

Features

  • add initial files (e49d670)
  • add title-based search_items tool (3c34889)
  • add tool descriptions (f868e46)
  • add Zod .describe() and .max() constraints to all tool schemas (5afd200)
  • api: adopt natural tool names and add view_user_info (463b41e)
  • auth: standardize pass-cli auth error contract (3fce77b)
  • enforce reference-only list_items contract (78d6944)
  • preflight: add check_status and consolidate upstream docs (f1de5f9)
  • read: add pass_test preflight and skill protocol (b8c2972)
  • register list_shares tool (6d27f71)
  • restrict default tool registration to v0.1 scope (47a996f)
  • tighten item list schema and derive item type refs (fa793e7)

Bug Fixes

  • add node shebang for packaged CLI bin (b7112b9)
  • mcp: paginate item list and align vault list output handling (eec91f1)
  • prepare package.json for npm publishing (86b5da8)
  • security: add -- separator before positional user-supplied args (b52bfe3)

Documentation

  • add comment about skill file (432c6a3)