From 52166878880fc14823a39b5a1323019e96ab1156 Mon Sep 17 00:00:00 2001 From: happy520ai <779751800@qq.com> Date: Mon, 10 Aug 2026 05:36:42 +0800 Subject: [PATCH 1/3] maintenance: refresh Unified AI System snapshot to v0.4.6 --- plugins/happy520ai/unified-ai-system/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/happy520ai/unified-ai-system/README.md b/plugins/happy520ai/unified-ai-system/README.md index a3504aef..e82ddc8b 100644 --- a/plugins/happy520ai/unified-ai-system/README.md +++ b/plugins/happy520ai/unified-ai-system/README.md @@ -32,7 +32,7 @@ Release - + Official MCP Registry: active @@ -50,7 +50,7 @@ This is not a chat UI wrapper. It is a control plane for AI workflow execution. **Fastest proof, no account required:** ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 pnpm gateway demo "Build a small API for my team" --enhance --profile coding +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` It preserves the original request, prints a structured coding prompt, reports @@ -117,7 +117,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and />
- v0.4.5: deterministic enhancement, no API key, no provider call. + v0.4.6: deterministic enhancement, no API key, no provider call.

## Try It in 60 Seconds @@ -125,7 +125,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and Verify the project without signing in: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 pnpm gateway demo +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 pnpm gateway demo ``` Expected behavior: @@ -139,7 +139,7 @@ Expected behavior: One-command natural-language enhancement preview: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 \ +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 \ pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` @@ -186,7 +186,7 @@ docker run --rm --publish 3100:3100 \ --env AI_GATEWAY_SERVICE_HOST=0.0.0.0 \ --env AI_GATEWAY_PROVIDER_MODE=fake \ --env AI_GATEWAY_REAL_PROVIDER_ENABLED=false \ - ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.5 + ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 ``` Keep that process running while you send the curl request. The response @@ -212,7 +212,7 @@ pnpm gateway chat "Hello from Unified AI System" Published MCP command: ```bash -codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.5 +codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.6 ``` Restart Codex, run `/mcp verbose` to verify the nine tools, then follow the @@ -325,8 +325,8 @@ CI on `master` runs Linux checks, container startup smoke tests, MCP discovery, ## Project Links -- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.5) -- [Release v0.4.5](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.5) +- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.6) +- [Release v0.4.6](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.6) - [Codex MCP server README](packages/mcp-server/README.md) - [Roadmap](ROADMAP.md) - [Vision](VISION.md) From 7b66b4c35af9c359a27a1d09931a8f7e66716524 Mon Sep 17 00:00:00 2001 From: happy520ai <779751800@qq.com> Date: Mon, 10 Aug 2026 14:06:43 +0800 Subject: [PATCH 2/3] maintenance: refresh Unified AI System snapshot to v0.4.8 --- plugins/happy520ai/unified-ai-system/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/happy520ai/unified-ai-system/README.md b/plugins/happy520ai/unified-ai-system/README.md index e82ddc8b..bab83781 100644 --- a/plugins/happy520ai/unified-ai-system/README.md +++ b/plugins/happy520ai/unified-ai-system/README.md @@ -32,7 +32,7 @@ Release - + Official MCP Registry: active @@ -50,7 +50,7 @@ This is not a chat UI wrapper. It is a control plane for AI workflow execution. **Fastest proof, no account required:** ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 pnpm gateway demo "Build a small API for my team" --enhance --profile coding +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` It preserves the original request, prints a structured coding prompt, reports @@ -117,7 +117,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and />
- v0.4.6: deterministic enhancement, no API key, no provider call. + v0.4.8: deterministic enhancement, no API key, no provider call.

## Try It in 60 Seconds @@ -125,7 +125,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and Verify the project without signing in: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 pnpm gateway demo +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 pnpm gateway demo ``` Expected behavior: @@ -139,7 +139,7 @@ Expected behavior: One-command natural-language enhancement preview: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 \ +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 \ pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` @@ -186,7 +186,7 @@ docker run --rm --publish 3100:3100 \ --env AI_GATEWAY_SERVICE_HOST=0.0.0.0 \ --env AI_GATEWAY_PROVIDER_MODE=fake \ --env AI_GATEWAY_REAL_PROVIDER_ENABLED=false \ - ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.6 + ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 ``` Keep that process running while you send the curl request. The response @@ -212,7 +212,7 @@ pnpm gateway chat "Hello from Unified AI System" Published MCP command: ```bash -codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.6 +codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.8 ``` Restart Codex, run `/mcp verbose` to verify the nine tools, then follow the @@ -325,8 +325,8 @@ CI on `master` runs Linux checks, container startup smoke tests, MCP discovery, ## Project Links -- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.6) -- [Release v0.4.6](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.6) +- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.8) +- [Release v0.4.8](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.8) - [Codex MCP server README](packages/mcp-server/README.md) - [Roadmap](ROADMAP.md) - [Vision](VISION.md) From 805499e5e272060af145ef64828f595daf029b5e Mon Sep 17 00:00:00 2001 From: happy520ai <210128019+happy520ai@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:12:51 +0800 Subject: [PATCH 3/3] maintenance: refresh Unified AI System to v0.4.9 --- plugins/happy520ai/unified-ai-system/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/happy520ai/unified-ai-system/README.md b/plugins/happy520ai/unified-ai-system/README.md index bab83781..7305755a 100644 --- a/plugins/happy520ai/unified-ai-system/README.md +++ b/plugins/happy520ai/unified-ai-system/README.md @@ -32,7 +32,7 @@ Release - + Official MCP Registry: active @@ -50,7 +50,7 @@ This is not a chat UI wrapper. It is a control plane for AI workflow execution. **Fastest proof, no account required:** ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 pnpm gateway demo "Build a small API for my team" --enhance --profile coding +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` It preserves the original request, prints a structured coding prompt, reports @@ -117,7 +117,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and />
- v0.4.8: deterministic enhancement, no API key, no provider call. + v0.4.9: deterministic enhancement, no API key, no provider call.

## Try It in 60 Seconds @@ -125,7 +125,7 @@ language, and proves `providerCalled=false`, `credentialRequired=false`, and Verify the project without signing in: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 pnpm gateway demo +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 pnpm gateway demo ``` Expected behavior: @@ -139,7 +139,7 @@ Expected behavior: One-command natural-language enhancement preview: ```bash -docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 \ +docker run --rm ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 \ pnpm gateway demo "Build a small API for my team" --enhance --profile coding ``` @@ -186,7 +186,7 @@ docker run --rm --publish 3100:3100 \ --env AI_GATEWAY_SERVICE_HOST=0.0.0.0 \ --env AI_GATEWAY_PROVIDER_MODE=fake \ --env AI_GATEWAY_REAL_PROVIDER_ENABLED=false \ - ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.8 + ghcr.io/happy520ai/unified-ai-system/ai-gateway-service:0.4.9 ``` Keep that process running while you send the curl request. The response @@ -212,7 +212,7 @@ pnpm gateway chat "Hello from Unified AI System" Published MCP command: ```bash -codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.8 +codex mcp add unified-ai-system -- docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.9 ``` Restart Codex, run `/mcp verbose` to verify the nine tools, then follow the @@ -325,8 +325,8 @@ CI on `master` runs Linux checks, container startup smoke tests, MCP discovery, ## Project Links -- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.8) -- [Release v0.4.8](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.8) +- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/io.github.happy520ai%2Funified-ai-system/versions/0.4.9) +- [Release v0.4.9](https://github.com/happy520ai/unified-ai-system/releases/tag/v0.4.9) - [Codex MCP server README](packages/mcp-server/README.md) - [Roadmap](ROADMAP.md) - [Vision](VISION.md)