From 630da454a9790ded66af756dc3c5f0806030bf8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 19:03:31 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- 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/.claude-plugin/plugin.json | 2 +- plugins/cs2-modding/.codex-plugin/plugin.json | 2 +- plugins/cs2-modding/CHANGELOG.md | 8 ++++++++ plugins/cs2-modding/package.json | 2 +- 12 files changed, 33 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bad217..ed9d6b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "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" + "plugins/cs2-modding": "1.1.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..16dc2f0 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-10) + + +### 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..eb1c643 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-10) + + +### 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/.claude-plugin/plugin.json b/plugins/cs2-modding/.claude-plugin/plugin.json index b9c846e..141c839 100644 --- a/plugins/cs2-modding/.claude-plugin/plugin.json +++ b/plugins/cs2-modding/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "1.0.0", + "version": "1.1.0", "description": "Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/cs2-modding/.codex-plugin/plugin.json b/plugins/cs2-modding/.codex-plugin/plugin.json index b9c846e..141c839 100644 --- a/plugins/cs2-modding/.codex-plugin/plugin.json +++ b/plugins/cs2-modding/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "1.0.0", + "version": "1.1.0", "description": "Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/cs2-modding/CHANGELOG.md b/plugins/cs2-modding/CHANGELOG.md index 649058a..907b44d 100644 --- a/plugins/cs2-modding/CHANGELOG.md +++ b/plugins/cs2-modding/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v1.0.0...cs2-modding-v1.1.0) (2026-09-10) + + +### Features + +* **cs2-modding:** ship the map-editor toolbar reference and widen the enableable-overload trap ([e416eb7](https://github.com/CitiesSkylinesModding/agents-plugins/commit/e416eb767f0065612bc875d86080586c03b263c7)) +* **cs2-modding:** teach mod development on Linux, where the game runs under Proton ([ea9af15](https://github.com/CitiesSkylinesModding/agents-plugins/commit/ea9af15765676f6b7c87ee728cb95ed63d316db0)) + ## [1.0.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.3.0...cs2-modding-v1.0.0) (2026-08-30) diff --git a/plugins/cs2-modding/package.json b/plugins/cs2-modding/package.json index d37ed0b..e384d2f 100644 --- a/plugins/cs2-modding/package.json +++ b/plugins/cs2-modding/package.json @@ -1,6 +1,6 @@ { "name": "cs2-modding", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "release-please version anchor for the cs2-modding plugin; the plugin manifests are synced from this version via extra-files. Not a workspace package, never published.", "license": "MIT"