Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask",
"version": "0.4.10",
"version": "0.4.11",
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"author": {
"name": "Minsu Lee",
Expand Down
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/schema": "0.3.3",
"packages/cli": "0.4.8",
".": "0.4.10"
"packages/cli": "0.4.9",
".": "0.4.11"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.11](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.10...ask-plugin-v0.4.11) (2026-07-02)


### Features

* **cli:** port recent opensrc features (fetch command, lockfile parsers, GITHUB_TOKEN auth) ([#117](https://github.com/pleaseai/ask/issues/117)) ([de0e942](https://github.com/pleaseai/ask/commit/de0e942a80fa48d0a9bbf91e1201a3a8a9fcdcd1))
* **plugin:** WebFetch hook suggesting ask CLI for GitHub and library docs URLs ([#116](https://github.com/pleaseai/ask/issues/116)) ([f4c8057](https://github.com/pleaseai/ask/commit/f4c8057cfb225470f2c6232cb828b99e67accf56))

## [0.4.10](https://github.com/pleaseai/ask/compare/ask-plugin-v0.4.9...ask-plugin-v0.4.10) (2026-07-01)


Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.9](https://github.com/pleaseai/ask/compare/ask-v0.4.8...ask-v0.4.9) (2026-07-02)


### Features

* **cli:** port recent opensrc features (fetch command, lockfile parsers, GITHUB_TOKEN auth) ([#117](https://github.com/pleaseai/ask/issues/117)) ([de0e942](https://github.com/pleaseai/ask/commit/de0e942a80fa48d0a9bbf91e1201a3a8a9fcdcd1))

## [0.4.8](https://github.com/pleaseai/ask/compare/ask-v0.4.7...ask-v0.4.8) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/ask",
"type": "module",
"version": "0.4.8",
"version": "0.4.9",
"description": "Agent Skills Kit - Download version-specific library docs for AI coding agents",
"license": "MIT",
"repository": {
Expand Down