From bd529c6dd8e9d0032e1a9e817c2462643be1eb5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:35:33 +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 +- plugins/cs2-modding/CHANGELOG.md | 7 +++++++ 9 files changed, 28 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bad217..c9a3287 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "plugins/coherent-gameface": "1.1.1", - "plugins/coherent-gameface/mcp": "1.1.1", + "plugins/coherent-gameface": "1.2.0", + "plugins/coherent-gameface/mcp": "1.2.0", "plugins/unity-devtools": "1.0.1", "plugins/unity-devtools/mcp": "1.0.1", "plugins/cs2-modding": "1.0.0" diff --git a/package.json b/package.json index 2dada6c..10b8795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "1.1.1", + "version": "1.2.0", "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 1d3b27d..9cea25f 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.1.1", + "version": "1.2.0", "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 0cf702a..19bfd6c 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.1.1", + "version": "1.2.0", "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 6a7e090..40b0f3d 100644 --- a/plugins/coherent-gameface/CHANGELOG.md +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.1.1...coherent-gameface-v1.2.0) (2026-09-02) + + +### Miscellaneous Chores + +* **coherent-gameface:** Synchronize coherent-gameface versions + ## [1.1.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.1.0...coherent-gameface-v1.1.1) (2026-08-24) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md index ee209c8..da75d45 100644 --- a/plugins/coherent-gameface/mcp/CHANGELOG.md +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.1.1...gameface-devtools-mcp-v1.2.0) (2026-09-02) + + +### Features + +* **coherent-gameface:** commit a programmatic fill in one call ([d6f8d4c](https://github.com/CitiesSkylinesModding/agents-plugins/commit/d6f8d4c151469c5efaa2c2506e08d8b136523bdb)) + ## [1.1.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.1.0...gameface-devtools-mcp-v1.1.1) (2026-08-24) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index a0d6552..4ffbaf2 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.1.1", + "version": "1.2.0", "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 b18c08f..9ec9889 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "1.1.1", + "version": "1.2.0", "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" diff --git a/plugins/cs2-modding/CHANGELOG.md b/plugins/cs2-modding/CHANGELOG.md index 649058a..1a1506a 100644 --- a/plugins/cs2-modding/CHANGELOG.md +++ b/plugins/cs2-modding/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v1.0.0...cs2-modding-v1.0.0) (2026-09-02) + + +### Features + +* **cs2-modding:** ship the map-editor toolbar reference and widen the enableable-overload trap ([e416eb7](https://github.com/CitiesSkylinesModding/agents-plugins/commit/e416eb767f0065612bc875d86080586c03b263c7)) + ## [1.0.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.3.0...cs2-modding-v1.0.0) (2026-08-30)