Skip to content

Release Notes

Latest Changes

Docs

  • 📝 Update docs fenced code blocks, do not use console, use bash, so that copying the commands is easier. PR #151 by @tiangolo.

Internal

0.0.19 (2026-06-21)

Refactors

  • ♻️ Display the specific agent style (.agents, .claude) before removing. PR #149 by @tiangolo.

Docs

  • 📝 Update docs badges: remove Publish badge, GitHub is being flaky and it doesn't give useful extra information. PR #148 by @tiangolo.
  • 📝 Add docs for pre-commit. PR #147 by @tiangolo.

Internal

0.0.18 (2026-06-21)

Fixes

0.0.17 (2026-06-21)

Features

0.0.16 (2026-06-21)

Features

  • ✨ Explain that skills can be added to git. PR #139 by @tiangolo.

0.0.15 (2026-06-21)

Features

  • ✨ Add skill to use library-skills, installable when using the library-skills CLI. PR #134 by @tiangolo.

Internal

  • ✅ Fix test in Windows. PR #137 by @tiangolo.
  • 🔧 Update labeler rules, do not mark source code as internal by default. PR #136 by @tiangolo.
  • 👷 Fix alls-green configuration, check for tests. PR #135 by @tiangolo.
  • ➖ Drop support for CommonJS, this is a CLI, ESM is enough. PR #133 by @tiangolo.

0.0.14 (2026-06-20)

Features

  • ✨ Add top level --copy option (it was already documented that way). PR #131 by @tiangolo.

0.0.13 (2026-06-20)

Features

  • ✨ Add support to remove stale and repair broken as part of the default flow. PR #129 by @tiangolo.

0.0.12 (2026-06-20)

Features

  • ✨ Detect and ask about using Claude Code actively, not only with --claude. PR #127 by @tiangolo.

0.0.11 (2026-06-20)

Features

Internal

  • 🔧 Configure CI labeler, do not mark as docs internal changes. PR #125 by @tiangolo.

0.0.10 (2026-06-20)

Fixes

  • 🐛 Fix for Node.js, ignore hidden / dot files. PR #122 by @tiangolo.

0.0.9 (2026-06-20)

Fixes

  • 🐛 Fix support for Python versions with tilde (~). PR #120 by @tiangolo.

0.0.8 (2026-06-20)

Features

0.0.7 (2026-06-20)

Features

  • ✨ Add support for dependency groups (e.g. dev). PR #115 by @tiangolo.

0.0.6 (2026-06-20)

Fixes

  • 🐛 Fix finding skills in editable installs in the Node.js version. PR #112 by @tiangolo.
  • 🐛 Fix scanning editable project. PR #110 by @tiangolo.

Upgrades

Docs

Internal

0.0.5 (2026-05-01)

Features

  • ✨ Add support for PEP 832, .venv redirect files. PR #55 by @tiangolo.

0.0.4 (2026-05-01)

Fixes

0.0.3 (2026-04-30)

Internal

  • 🔧 Tweak TypeScript package publishing. PR #52 by @tiangolo.

0.0.2 (2026-04-30)

Features

  • ✨ Add support for scan --json. PR #44 by @tiangolo.
  • ✨ Add support for scanning library skills in node_modules. PR #20 by @tiangolo.
  • ✨ Add TypeScript implementation. PR #15 by @tiangolo.
  • ✨ Implement Library Agent Skills in Python. PR #2 by @tiangolo.

Refactors

  • ✨ Improve error when no environment is found. PR #43 by @tiangolo.
  • ♻️ Update TypeScript implementation for consistency with Python. PR #42 by @tiangolo.
  • ♻️ Make Python deduplicate resolved skill dirs. PR #38 by @tiangolo.
  • ♻️ Explain "spacebar" selects. PR #18 by @tiangolo.
  • ♻️ Display relative paths when relative to the project. PR #16 by @tiangolo.

Upgrades

Docs

Internal