Skip to content

chore: release main#166

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

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

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

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

🤖 I have created a release beep boop

mastra: 1.4.0

1.4.0 (2026-04-29)

Features

  • mastra: add mastra vendor and plugin to marketplace (#46) (b840555)
  • mastra: add MCP docs server configuration (#143) (82838dc)
  • mastra: add use-mastra workflow skill (#161) (dd0ad46)
  • nanobanana: add nanobanana image generation plugin to marketplace (#69) (11fbefe)

Bug Fixes

  • plugins: move hand-written skills from .agents/skills/ to skills/ (#164) (ae33182)
better-auth: 1.3.0

1.3.0 (2026-04-29)

Features

  • better-auth: add better-auth vendor plugin to marketplace (#53) (8c2db77)
  • better-auth: add use-better-auth workflow skill (#159) (0945eb2)
  • nanobanana: add nanobanana image generation plugin to marketplace (#69) (11fbefe)

Bug Fixes

  • plugins: move hand-written skills from .agents/skills/ to skills/ (#164) (ae33182)

This PR was generated with Release Please. See documentation.


Summary by cubic

Release plugins/mastra 1.4.0 and plugins/better-auth 1.3.0 with new marketplace entries and workflow skills. Manifest and plugin metadata updated to publish these versions.

  • New Features

    • mastra 1.4.0: adds marketplace vendor + plugin, use-mastra skill, and MCP docs server config.
    • better-auth 1.3.0: adds marketplace vendor plugin and use-better-auth skill.
  • Bug Fixes

    • Move hand-written skills from .agents/skills/ to skills/.

Written for commit 0c8f745. Summary will update on new commits.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 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 29, 2026 8:11am

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.

2 issues found across 5 files

Confidence score: 4/5

  • This PR looks safe to merge with minimal risk, since the reported issues are limited to changelog accuracy rather than runtime behavior or functional code paths.
  • The most significant impact is user-facing documentation quality: plugins/better-auth/CHANGELOG.md includes duplicated previously released commits in the 1.3.0 entry, which can mislead release-note consumers.
  • A similar non-incremental duplication appears in plugins/mastra/CHANGELOG.md for 1.4.0, creating confusion about what is actually new in this release.
  • Pay close attention to plugins/better-auth/CHANGELOG.md and plugins/mastra/CHANGELOG.md - ensure each version entry only contains new, version-specific changes.
Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="plugins/better-auth/CHANGELOG.md">

<violation number="1" location="plugins/better-auth/CHANGELOG.md:8">
P2: The new 1.3.0 changelog entry duplicates previously released commits, so the release notes are inaccurate for this version.</violation>
</file>

<file name="plugins/mastra/CHANGELOG.md">

<violation number="1" location="plugins/mastra/CHANGELOG.md:8">
P2: The 1.4.0 changelog entry duplicates changes already released in prior versions, so the release notes are inaccurate and non-incremental.</violation>
</file>
Architecture diagram
sequenceDiagram
    participant Claude as Claude Agent
    participant Registry as Plugin Marketplace
    participant Plugin as Plugin Runtime
    participant Skills as Skills (Tools)
    participant MCP as MCP Docs Server
    participant Ext as External Framework (Mastra/Better-Auth)

    Note over Claude, Registry: Discovery & Versioning
    Claude->>Registry: Request plugin metadata
    Registry-->>Claude: Return plugin.json (CHANGED: v1.4.0 / v1.3.0)

    Note over Claude, Skills: Skill Discovery & Execution
    Claude->>Plugin: Initialize Plugin
    Plugin->>Skills: Load skill definitions
    Note right of Skills: CHANGED: Path moved from<br/>.agents/skills/ to skills/
    
    Claude->>Skills: Execute Workflow Skill (NEW: use-mastra / use-better-auth)
    
    opt Context Enrichment
        Skills->>MCP: NEW: Query docs context
        MCP-->>Skills: Return documentation/schema
    end

    Skills->>Ext: Invoke Framework operations
    Ext-->>Skills: Operation result
    Skills-->>Claude: Skill output (Success/Error)

    opt Image Generation (Nanobanana)
        Claude->>Skills: NEW: Generate image request
        Skills->>Ext: Request generation
        Ext-->>Skills: Return image metadata/URL
        Skills-->>Claude: Display result
    end
Loading

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread plugins/better-auth/CHANGELOG.md
Comment thread plugins/mastra/CHANGELOG.md
@amondnet amondnet merged commit 96f03f6 into main Apr 29, 2026
7 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 29, 2026 17:30
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Apr 29, 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