Skip to content

Commit 2a7b8e6

Browse files
chore: release main (#154)
Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
1 parent bf11f42 commit 2a7b8e6

7 files changed

Lines changed: 47 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"plugins/react-native": "1.0.0",
4444
"plugins/tiptap": "1.0.0",
4545
"plugins/emulate": "1.0.0",
46-
"plugins/edgeparse": "1.0.0"
46+
"plugins/edgeparse": "1.0.0",
47+
"plugins/git-ai": "1.0.0",
48+
"plugins/workflow": "1.0.0",
49+
"plugins/portless": "1.0.0"
4750
}

plugins/git-ai/.claude-plugin/plugin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "1.0.0",
44
"description": "A Git extension for tracking the AI-generated code in your repos",
55
"license": "Apache-2.0",
6-
"keywords": ["git-ai", "git", "ai", "code-tracking"],
6+
"keywords": [
7+
"git-ai",
8+
"git",
9+
"ai",
10+
"code-tracking"
11+
],
712
"skills": "./.agents/skills/"
813
}

plugins/git-ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **git-ai:** add Git AI plugin to marketplace ([#153](https://github.com/pleaseai/claude-code-plugins/issues/153)) ([0fdf07c](https://github.com/pleaseai/claude-code-plugins/commit/0fdf07c2edc906889a839f8672c3b1e3583af0b8))

plugins/portless/.claude-plugin/plugin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "1.0.0",
44
"description": "Replace port numbers with stable, named local URLs. For humans and agents.",
55
"license": "Apache-2.0",
6-
"keywords": ["portless", "localhost", "dev-server", "proxy"],
6+
"keywords": [
7+
"portless",
8+
"localhost",
9+
"dev-server",
10+
"proxy"
11+
],
712
"skills": "./.agents/skills/"
813
}

plugins/portless/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **portless:** add Portless plugin to marketplace ([#157](https://github.com/pleaseai/claude-code-plugins/issues/157)) ([bf11f42](https://github.com/pleaseai/claude-code-plugins/commit/bf11f4243003e3872cffbcec545ab28b6ac08535))

plugins/workflow/.claude-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.0.0",
44
"description": "Workflow SDK: Build durable, reliable, and observable apps and AI Agents in TypeScript",
55
"license": "Apache-2.0",
6-
"keywords": ["workflow", "durable", "vercel", "typescript", "ai-agents"],
6+
"keywords": [
7+
"workflow",
8+
"durable",
9+
"vercel",
10+
"typescript",
11+
"ai-agents"
12+
],
713
"skills": "./.agents/skills/"
814
}

plugins/workflow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **workflow:** add Workflow SDK plugin to marketplace ([#155](https://github.com/pleaseai/claude-code-plugins/issues/155)) ([a826814](https://github.com/pleaseai/claude-code-plugins/commit/a8268143573aed6c87d00c7cc05508cc97a28a83))

0 commit comments

Comments
 (0)