Release Notes¶
Latest Changes¶
Docs¶
- 📝 Update docs fenced code blocks, do not use
console, usebash, so that copying the commands is easier. PR #151 by @tiangolo.
Internal¶
- 👷 Update issue-manager to 0.7.1. PR #155 by @tiangolo.
- ⬆️ Update issue-manager to 0.7.0. PR #154 by @tiangolo.
- 🔒️ Add zizmor workflow security checks. PR #152 by @tiangolo.
0.0.19 (2026-06-21)¶
Refactors¶
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¶
- ⬆ Bump the npm-packages group across 1 directory with 3 updates. PR #102 by @dependabot[bot].
- ⬆ Bump vite from 8.0.14 to 8.0.16. PR #108 by @dependabot[bot].
- ⬆ Bump pyjwt from 2.12.1 to 2.13.0. PR #106 by @dependabot[bot].
- ⬆ Bump the github-actions group across 1 directory with 2 updates. PR #104 by @dependabot[bot].
- ⬆ Bump cryptography from 47.0.0 to 48.0.1. PR #107 by @dependabot[bot].
- ⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR #114 by @dependabot[bot].
- ⬆ Bump the python-packages group with 4 updates. PR #146 by @dependabot[bot].
0.0.18 (2026-06-21)¶
Fixes¶
0.0.17 (2026-06-21)¶
Features¶
0.0.16 (2026-06-21)¶
Features¶
0.0.15 (2026-06-21)¶
Features¶
- ✨ Add skill to use library-skills, installable when using the
library-skillsCLI. PR #134 by @tiangolo.
Internal¶
- ✅ Fix test in Windows. PR #137 by @tiangolo.
- 🔧 Update labeler rules, do not mark source code as
internalby 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¶
0.0.13 (2026-06-20)¶
Features¶
0.0.12 (2026-06-20)¶
Features¶
0.0.11 (2026-06-20)¶
Features¶
Internal¶
0.0.10 (2026-06-20)¶
Fixes¶
0.0.9 (2026-06-20)¶
Fixes¶
0.0.8 (2026-06-20)¶
Features¶
0.0.7 (2026-06-20)¶
Features¶
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¶
- ⬆ Bump commander from 14.0.3 to 15.0.0. PR #99 by @dependabot[bot].
Docs¶
Internal¶
- 👷 Add CI to automate release process. PR #111 by @tiangolo.
- ⬆ Bump the python-packages group with 5 updates. PR #103 by @dependabot[bot].
- ⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3. PR #90 by @dependabot[bot].
- ⬆ Bump idna from 3.13 to 3.15. PR #91 by @dependabot[bot].
- ⬆ Bump @inquirer/checkbox from 5.1.4 to 5.2.1. PR #98 by @dependabot[bot].
- ⬆ Bump rich-toolkit from 0.19.7 to 0.19.10. PR #96 by @dependabot[bot].
- ⬆ Bump the npm-packages group across 1 directory with 3 updates. PR #88 by @dependabot[bot].
- ⬆ Bump the github-actions group across 1 directory with 5 updates. PR #100 by @dependabot[bot].
- ⬆ Bump the python-packages group across 1 directory with 8 updates. PR #101 by @dependabot[bot].
- 🔥 Remove configs now stored in central GitHub repo. PR #93 by @tiangolo.
- 🛠️ Update MkDocs socials. PR #89 by @tiangolo.
- 👷 Update Dependabot. PR #85 by @tiangolo.
- ⬆ Bump ruff from 0.15.11 to 0.15.12. PR #62 by @dependabot[bot].
- ⬆ Bump typer from 0.24.2 to 0.25.1. PR #63 by @dependabot[bot].
- ⬆ Bump prek from 0.3.10 to 0.3.11. PR #64 by @dependabot[bot].
- ⬆ Bump ty from 0.0.32 to 0.0.35. PR #68 by @dependabot[bot].
- ⬆ Bump urllib3 from 2.6.3 to 2.7.0. PR #71 by @dependabot[bot].
- ⬆️ Upgrade Zensical. PR #76 by @tiangolo.
0.0.5 (2026-05-01)¶
Features¶
0.0.4 (2026-05-01)¶
Fixes¶
0.0.3 (2026-04-30)¶
Internal¶
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¶
- ⬆ Bump typer from 0.24.1 to 0.24.2. PR #33 by @dependabot[bot].
- ⬆ Update uv-build requirement from <0.10.0,>=0.9.11 to >=0.11.7,<0.12.0. PR #3 by @dependabot[bot].
- ➕ Add Python dependencies. PR #4 by @tiangolo.
Docs¶
- 📝 Add docs for JSON output. PR #45 by @tiangolo.
- 📝 Add badge for npm in docs. PR #40 by @tiangolo.
- 📝 Add dark-mode logo. PR #37 by @tiangolo.
- 📝 Add CLI reference docs. PR #36 by @tiangolo.
- 📝 Tweak wording. PR #35 by @tiangolo.
- 📝 Simplify docs, reduce human context needed, history. PR #32 by @tiangolo.
- 📝 Tweak name and description for consistency. PR #27 by @tiangolo.
- 📝 Add docs. PR #26 by @tiangolo.
- 📝 Add docs for contributing and security. PR #21 by @tiangolo.
Internal¶
- 🔧 Update pre-commit release notes check. PR #51 by @tiangolo.
- ⬆ Update coverage[toml] requirement from >=7.13 to >=7.13.5. PR #34 by @dependabot[bot].
- ⬆️ Upgrade TypeScript and tsup configs. PR #50 by @tiangolo.
- ⬆ Bump ty from 0.0.30 to 0.0.32. PR #14 by @dependabot[bot].
- ⬆ Bump ruff from 0.15.10 to 0.15.11. PR #13 by @dependabot[bot].
- 👷 Update new issue template. PR #48 by @tiangolo.
- 👷 Tweak CI filters. PR #47 by @tiangolo.
- 👷 Update and simplify workflows. PR #46 by @tiangolo.
- 👷 Separate package publish for Python and npm, check versions. PR #41 by @tiangolo.
- 👷 Refactor CI, separate Python and TypeScript. PR #39 by @tiangolo.
- 👷 Update workflows with zizmor. PR #31 by @tiangolo.
- 👷 Add CI publishing for TypeScript. PR #30 by @tiangolo.
- 👷 Add TypeScript tests to CI. PR #29 by @tiangolo.
- 🍱 Add social preview images. PR #28 by @tiangolo.
- 🙈 Update gitignore for docs. PR #25 by @tiangolo.
- 🔧 Update pyproject.toml, configs, dependencies. PR #24 by @tiangolo.
- 📄 Add MIT license. PR #23 by @tiangolo.
- 🔧 Add Citation config. PR #22 by @tiangolo.
- 👷 Tweak CI configs. PR #19 by @tiangolo.
- 👷 Update CI for docs. PR #11 by @tiangolo.
- 🙈 Udpate .gitignore, add TypeScript files. PR #10 by @tiangolo.
- 👷 Update workfows, sanitize with Zizmor. PR #9 by @tiangolo.
- 👷 Update CI tests. PR #8 by @tiangolo.
- ♻️ Update internal scripts to pass ty type checks. PR #7 by @tiangolo.
- 🔧 Add pre-commit config. PR #6 by @tiangolo.
- 🔨 Add scripts. PR #5 by @tiangolo.
- 👷 Add CI workflows, tests, docs, etc.. PR #1 by @tiangolo.
- 👷 Update permissions for latest-changes. PR #49 by @tiangolo.