Conversation
Deploying ask-registry with
|
| Latest commit: |
1eb415d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b031b30c.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: This is a standard automated release PR from release-please that only bumps versions and updates changelogs. It has no logic changes.
Architecture diagram
sequenceDiagram
participant User
participant CLI as CLI (@pleaseai/ask)
participant Registry as Remote Registry / Git
participant FS as Local Filesystem
Note over User,FS: Runtime Flow for Documentation Retrieval
User->>CLI: ask install [library]
CLI->>CLI: ensureCheckout()
CLI->>Registry: Fetch library documentation assets
Note over CLI,Registry: CHANGED: Skip doc extraction during checkout<br/>(optimization to reduce overhead)
Registry-->>CLI: Asset files
CLI->>CLI: cpDirAtomic(src, dest)
Note over CLI,FS: CHANGED: Preserve symlinks during copy<br/>(prevents broken references)
CLI->>FS: Write files to local storage
FS-->>CLI: Success
CLI-->>User: Documentation ready for AI Agent
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.6
0.4.6 (2026-04-16)
Bug Fixes
ask: 0.4.5
0.4.5 (2026-04-16)
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by cubic
Release
ask0.4.6 and@pleaseai/ask0.4.5 with a CLI fix that skips doc extraction during checkout and preserves symlinks in atomic copies. This reduces unnecessary work and prevents broken links during file operations.Written for commit 1eb415d. Summary will update on new commits.