chore: release main#81
Merged
Merged
Conversation
Deploying ask-registry with
|
| Latest commit: |
9334793
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1af2734b.ask-registry.pages.dev |
| Branch Preview URL: | https://release-please--branches--ma-vd2h.ask-registry.pages.dev |
Contributor
There was a problem hiding this comment.
No issues found across 5 files
Auto-approved: Automated release PR by release-please containing only version bumps and changelog updates. Low risk.
Architecture diagram
sequenceDiagram
participant Agent as User/AI Agent
participant CLI as CLI (@pleaseai/ask)
participant NPM as NPM Resolver
participant Registry as NPM Registry
participant GH as GitHub Source
participant GitHub as GitHub API
Note over Agent,GitHub: Version Resolution & Content Fetching Flow
Agent->>CLI: Request library documentation
CLI->>NPM: resolveVersion(packageName, version)
NPM->>Registry: GET package metadata
Registry-->>NPM: Metadata (versions, dist-tags)
NPM->>NPM: CHANGED: Resolve monorepo tag pattern<br/>(e.g., pkg-name@version)
NPM-->>CLI: Resolved version & tag info
CLI->>GH: getSource(repoUrl, tag)
alt NEW: Monorepo tag resolution
GH->>GH: Map package name to specific tag format
GH->>GitHub: GET repository content (ref: pkg-v1.2.3)
else Standard tag
GH->>GitHub: GET repository content (ref: v1.2.3)
end
GitHub-->>GH: Source files/docs
GH-->>CLI: Content stream
CLI-->>Agent: Documentation ready for context injection
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
April 14, 2026 04:03
9fcaa80 to
9334793
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
ask-plugin: 0.4.2
0.4.2 (2026-04-14)
Features
ask: 0.4.1
0.4.1 (2026-04-14)
Features
Dependencies
ask-schema: 0.3.2
0.3.2 (2026-04-14)
Features
This PR was generated with Release Please. See documentation.