Skip to content

chore: release main#81

Merged
amondnet merged 1 commit into
mainfrom
release-please--branches--main
Apr 14, 2026
Merged

chore: release main#81
amondnet merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

ask-plugin: 0.4.2

0.4.2 (2026-04-14)

Features

  • cli: support monorepo tag patterns in npm resolver and GithubSource (#79) (d13468e)
  • registry: migrate registry entries from Markdown to JSON (#80) (dcb4941)
ask: 0.4.1

0.4.1 (2026-04-14)

Features

  • cli: support monorepo tag patterns in npm resolver and GithubSource (#79) (d13468e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pleaseai/ask-schema bumped to 0.3.2
ask-schema: 0.3.2

0.3.2 (2026-04-14)

Features

  • registry: migrate registry entries from Markdown to JSON (#80) (dcb4941)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 14, 2026

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

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

View logs

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 14, 2026

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

Copy link
Copy Markdown
Contributor

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: 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
Loading

@dosubot dosubot Bot added autorelease: tagged type:chore Maintenance, build, dependencies labels Apr 14, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 9fcaa80 to 9334793 Compare April 14, 2026 04:03
@amondnet
amondnet merged commit 8ffec43 into main Apr 14, 2026
1 check passed
@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