From e277a00233d405a08257bc297f8cd5c319e1f8b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 15:48:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- package.json | 2 +- plugins/coherent-gameface/.claude-plugin/plugin.json | 2 +- plugins/coherent-gameface/.codex-plugin/plugin.json | 2 +- plugins/coherent-gameface/CHANGELOG.md | 7 +++++++ plugins/coherent-gameface/mcp/CHANGELOG.md | 7 +++++++ plugins/coherent-gameface/mcp/package.json | 2 +- plugins/coherent-gameface/package.json | 2 +- 8 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99bf860..d1b1f77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "plugins/coherent-gameface": "1.0.0", - "plugins/coherent-gameface/mcp": "1.0.0", + "plugins/coherent-gameface": "1.0.1", + "plugins/coherent-gameface/mcp": "1.0.1", "plugins/unity-devtools": "1.0.1", "plugins/unity-devtools/mcp": "1.0.1", "plugins/cs2-modding": "0.1.0" diff --git a/package.json b/package.json index 737bbe0..5bce965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Workspace root: lint/format tooling and git hooks for the CS Modding agent plugins marketplace", "license": "MIT", diff --git a/plugins/coherent-gameface/.claude-plugin/plugin.json b/plugins/coherent-gameface/.claude-plugin/plugin.json index 9fda7cd..4f03536 100644 --- a/plugins/coherent-gameface/.claude-plugin/plugin.json +++ b/plugins/coherent-gameface/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.0.0", + "version": "1.0.1", "description": "Drive a running Coherent Gameface UI from your coding agent (Claude Code, Codex CLI): ships the gameface-devtools-mcp server (evaluate JS, screenshot, inspect and drive the DOM, capture the console, set JS breakpoints over a direct Chrome DevTools Protocol connection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/coherent-gameface/.codex-plugin/plugin.json b/plugins/coherent-gameface/.codex-plugin/plugin.json index b7d1dd6..2b51e24 100644 --- a/plugins/coherent-gameface/.codex-plugin/plugin.json +++ b/plugins/coherent-gameface/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.0.0", + "version": "1.0.1", "description": "Drive a running Coherent Gameface UI from your coding agent (Claude Code, Codex CLI): ships the gameface-devtools-mcp server (evaluate JS, screenshot, inspect and drive the DOM, capture the console, set JS breakpoints over a direct Chrome DevTools Protocol connection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/coherent-gameface/CHANGELOG.md b/plugins/coherent-gameface/CHANGELOG.md index 537a411..87498a1 100644 --- a/plugins/coherent-gameface/CHANGELOG.md +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.0.0...coherent-gameface-v1.0.1) (2026-08-15) + + +### Bug Fixes + +* **coherent-gameface:** launch the plugin server from the plugin root on Claude Code ([3af955a](https://github.com/CitiesSkylinesModding/agents-plugins/commit/3af955a6e2f7774ef91ae669b0d673a9e2833a48)) + ## [1.0.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v0.3.0...coherent-gameface-v1.0.0) (2026-08-14) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md index 6b69d8b..d8ed47c 100644 --- a/plugins/coherent-gameface/mcp/CHANGELOG.md +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.0.0...gameface-devtools-mcp-v1.0.1) (2026-08-15) + + +### Miscellaneous Chores + +* **gameface-devtools-mcp:** Synchronize coherent-gameface versions + ## [1.0.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v0.3.0...gameface-devtools-mcp-v1.0.0) (2026-08-14) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index 8b1a990..0d7b18b 100644 --- a/plugins/coherent-gameface/mcp/package.json +++ b/plugins/coherent-gameface/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@csmodding/gameface-devtools-mcp", - "version": "1.0.0", + "version": "1.0.1", "description": "MCP server that drives a running Coherent Gameface (Cohtml) game UI over a direct Chrome DevTools Protocol connection: evaluate JS, screenshot, inspect and drive the DOM, capture the console, and set JS breakpoints.", "keywords": [ "browser-automation", diff --git a/plugins/coherent-gameface/package.json b/plugins/coherent-gameface/package.json index f1b2d50..13adb68 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "release-please version anchor for the coherent-gameface plugin; the plugin manifests are synced from this version via extra-files. Not a workspace package, never published.", "license": "MIT"