Skip to content

chore: release main#97

Merged
amondnet merged 1 commit intomainfrom
release-please--branches--main
Apr 16, 2026
Merged

chore: release main#97
amondnet merged 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 16, 2026

🤖 I have created a release beep boop

ask-plugin: 0.4.6

0.4.6 (2026-04-16)

Bug Fixes

  • cli: skip doc extraction in ensureCheckout and preserve symlinks in cpDirAtomic (#96) (3837ee1)
ask: 0.4.5

0.4.5 (2026-04-16)

Bug Fixes

  • cli: skip doc extraction in ensureCheckout and preserve symlinks in cpDirAtomic (#96) (3837ee1)

This PR was generated with Release Please. See documentation.


Summary by cubic

Release ask 0.4.6 and @pleaseai/ask 0.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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 16, 2026

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

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

View logs

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. type:chore Maintenance, build, dependencies labels Apr 16, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

@amondnet amondnet merged commit 7c6c973 into main Apr 16, 2026
2 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 16, 2026 16:16
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged size:S This PR changes 10-29 lines, ignoring generated files. type:chore Maintenance, build, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant