Skip to content

chore: release main#154

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

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

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

@pleaeai-bot pleaeai-bot bot commented Apr 12, 2026

🤖 I have created a release beep boop

git-ai: 1.0.0

1.0.0 (2026-04-13)

Features

  • git-ai: add Git AI plugin to marketplace (#153) (0fdf07c)
workflow: 1.0.0

1.0.0 (2026-04-13)

Features

  • workflow: add Workflow SDK plugin to marketplace (#155) (a826814)
portless: 1.0.0

1.0.0 (2026-04-13)

Features

  • portless: add Portless plugin to marketplace (#157) (bf11f42)

This PR was generated with Release Please. See documentation.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 12, 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 13, 2026 6:41am

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 RP as Release Please Bot
    participant Repo as Plugin Repository
    participant Mkt as Plugin Marketplace
    participant Host as Claude Code Host
    participant Plugin as Git-AI Plugin
    participant Git as Local Git CLI

    Note over RP, Repo: Release Process
    RP->>Repo: Update .release-please-manifest.json
    Note right of Repo: NEW: Register plugins/git-ai v1.0.0
    RP->>Repo: Generate CHANGELOG.md & Tag v1.0.0
    
    Note over Repo, Mkt: Distribution
    Repo->>Mkt: CHANGED: Publish v1.0.0 manifest
    Mkt->>Mkt: Index plugin.json (skills, keywords)

    Note over Host, Git: Runtime Interaction
    Host->>Mkt: Query available plugins
    Mkt-->>Host: Return Git-AI metadata (v1.0.0)
    
    opt Plugin Installation/Execution
        Host->>Host: Load plugin skills from ./.agents/skills/
        Host->>Plugin: Invoke "track code" skill
        Plugin->>Git: Request diff/history metadata
        Git-->>Plugin: Return commit/blob data
        Plugin->>Plugin: Identify AI-generated signatures
        Plugin-->>Host: Return tracking report
    end

    Note over Host, Plugin: Plugin includes version 1.0.0 + Apache-2.0 license
Loading

@pleaeai-bot pleaeai-bot bot force-pushed the release-please--branches--main branch from 5c905fd to f8366e2 Compare April 13, 2026 06:40
@amondnet amondnet merged commit 2a7b8e6 into main Apr 13, 2026
6 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 13, 2026 06:43
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

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