Skip to content

Commit 0cf69b0

Browse files
committed
chore(release): publish
- project: @agiflowai/clawdbot-mcp-plugin 0.1.1 - project: @agiflowai/coding-agent-bridge 1.0.16 - project: @agiflowai/architect-mcp 1.0.18 - project: @agiflowai/hooks-adapter 0.0.14 - project: @agiflowai/aicode-utils 1.0.13 - project: @agiflowai/scaffold-mcp 1.0.20 - project: @agiflowai/style-system 0.0.6 - project: @agiflowai/one-mcp 0.3.7 - project: @agiflowai/aicode-toolkit 1.0.19
1 parent c6cac92 commit 0cf69b0

File tree

18 files changed

+76
-9
lines changed

18 files changed

+76
-9
lines changed

apps/aicode-toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.19 (2026-01-26)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @agiflowai/coding-agent-bridge to 1.0.16
6+
- Updated @agiflowai/aicode-utils to 1.0.13
7+
18
## 1.0.18 (2026-01-16)
29

310
### 🧱 Updated Dependencies

apps/aicode-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agiflowai/aicode-toolkit",
33
"description": "AI-powered code toolkit CLI for scaffolding, architecture management, and development workflows",
4-
"version": "1.0.18",
4+
"version": "1.0.19",
55
"license": "AGPL-3.0",
66
"author": "AgiflowIO",
77
"repository": {

packages/aicode-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.13 (2026-01-26)
2+
3+
This was a version bump only for @agiflowai/aicode-utils to align it with other projects, there were no code changes.
4+
15
## 1.0.12 (2026-01-16)
26

37
This was a version bump only for @agiflowai/aicode-utils to align it with other projects, there were no code changes.

packages/aicode-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agiflowai/aicode-utils",
33
"description": "Shared utilities and types for AI-powered code generation, scaffolding, and analysis",
4-
"version": "1.0.12",
4+
"version": "1.0.13",
55
"license": "AGPL-3.0",
66
"author": "AgiflowIO",
77
"repository": {

packages/architect-mcp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.18 (2026-01-26)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @agiflowai/coding-agent-bridge to 1.0.16
6+
- Updated @agiflowai/hooks-adapter to 0.0.14
7+
- Updated @agiflowai/aicode-utils to 1.0.13
8+
19
## 1.0.17 (2026-01-16)
210

311
### 🚀 Features

packages/architect-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agiflowai/architect-mcp",
33
"description": "MCP server for software architecture design and planning",
4-
"version": "1.0.17",
4+
"version": "1.0.18",
55
"license": "AGPL-3.0",
66
"keywords": [
77
"mcp",

packages/clawdbot-mcp-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1 (2026-01-26)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @agiflowai/one-mcp to 0.3.7
6+
17
## 0.1.0 (2026-01-26)
28

39
### 🚀 Features

packages/clawdbot-mcp-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agiflowai/clawdbot-mcp-plugin",
33
"description": "Clawdbot plugin for MCP server integration with progressive tool disclosure",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "AGPL-3.0",
66
"author": "AgiflowIO",
77
"repository": {

packages/coding-agent-bridge/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.16 (2026-01-26)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @agiflowai/aicode-utils to 1.0.13
6+
17
## 1.0.15 (2026-01-16)
28

39
### 🧱 Updated Dependencies

packages/coding-agent-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agiflowai/coding-agent-bridge",
33
"description": "Bridge library for connecting coding agents with various development tools and services",
4-
"version": "1.0.15",
4+
"version": "1.0.16",
55
"license": "AGPL-3.0",
66
"author": "AgiflowIO",
77
"repository": {

0 commit comments

Comments
 (0)