Skip to content

chore: release main#145

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

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

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

@pleaeai-bot pleaeai-bot Bot commented Apr 2, 2026

🤖 I have created a release beep boop

markitdown: 1.2.0

1.2.0 (2026-04-12)

Features

  • edgeparse: add EdgeParse plugin to marketplace (#152) (a0e732f)
emulate: 1.0.0

1.0.0 (2026-04-12)

Features

  • emulate: add Emulate plugin to marketplace (#144) (9d10510)
edgeparse: 1.0.0

1.0.0 (2026-04-12)

Features

  • edgeparse: add EdgeParse plugin to marketplace (#152) (a0e732f)

This PR was generated with Release Please. See documentation.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 12, 2026 2:49pm

Request Review

Copy link
Copy Markdown

@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 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as Developer / User
    participant Agent as Claude / AI Agent
    participant Registry as Plugin Marketplace
    participant Emulate as NEW: Emulate Plugin
    participant External as External APIs (GitHub, Slack, etc.)

    Note over Registry,Emulate: Plugin Discovery & Initialization

    User->>Agent: Request task requiring external API
    Agent->>Registry: NEW: Fetch plugin metadata (via .release-please-manifest.json)
    Registry-->>Agent: Return "emulate" v1.0.0 details
    Agent->>Emulate: NEW: Load plugin skills & configuration

    Note over Agent,External: Runtime Request Interception

    Agent->>Emulate: Invoke API call (e.g., GitHub GET /user)
    
    alt Emulation Active (Local Development)
        Emulate->>Emulate: Match request to local mock data
        Emulate-->>Agent: Return NEW: Emulated Response (Local)
    else Emulation Passthrough / Disabled
        Emulate->>External: Forward request to real service
        External-->>Emulate: Real API Response
        Emulate-->>Agent: Return Real Response
    end

    Agent-->>User: Present task result (based on emulated data)
Loading

@pleaeai-bot pleaeai-bot Bot force-pushed the release-please--branches--main branch from bc3fdfc to 689722f Compare April 12, 2026 14:49
@amondnet amondnet merged commit 862d4fb into main Apr 12, 2026
6 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 12, 2026 14:59
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Apr 12, 2026

🤖 Created releases:

🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant