diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f14b258..a671044 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "plugins/coherent-gameface": "0.2.0", - "plugins/coherent-gameface/mcp": "0.2.0", - "plugins/unity-devtools": "0.1.0", - "plugins/unity-devtools/mcp": "0.1.0" + "plugins/coherent-gameface": "0.3.0", + "plugins/coherent-gameface/mcp": "0.3.0", + "plugins/unity-devtools": "0.2.0", + "plugins/unity-devtools/mcp": "0.2.0" } diff --git a/package.json b/package.json index 3d32d53..b98c51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-plugins", - "version": "0.2.0", + "version": "0.3.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 c0c5192..8a3b2f6 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": "0.2.0", + "version": "0.3.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 1d5e61e..155b7dd 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": "0.2.0", + "version": "0.3.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 544b9fe..fdaff71 100644 --- a/plugins/coherent-gameface/CHANGELOG.md +++ b/plugins/coherent-gameface/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v0.2.0...coherent-gameface-v0.3.0) (2026-07-18) + + +### Features + +* **mcp:** add game_find text-based element discovery tool ([3730679](https://github.com/CitiesSkylinesModding/agents-plugins/commit/37306796b546a4349a0535ccf2f8134a9b28eb43)) +* **mcp:** add game_key keyboard input tool ([8907f6f](https://github.com/CitiesSkylinesModding/agents-plugins/commit/8907f6f9375d264857b0acd790499bc62aeab169)) +* **mcp:** selector index parity across action tools; jpeg screenshot default ([bc48ffb](https://github.com/CitiesSkylinesModding/agents-plugins/commit/bc48ffb4a5bee50e3cfe25fe5410ba40471d01b8)) +* **skills:** reload-aware dev loop in the gameface-driving skill ([8f4fcf7](https://github.com/CitiesSkylinesModding/agents-plugins/commit/8f4fcf744efb64f1b1d41bdcade7d0969db0ee06)) +* **unity-devtools:** graduate from PoC to a full plugin ([b39ee7e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/b39ee7ee3919d304b56d44f6429b3224d211bb11)) + ## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v0.1.0...coherent-gameface-v0.2.0) (2026-07-14) diff --git a/plugins/coherent-gameface/mcp/CHANGELOG.md b/plugins/coherent-gameface/mcp/CHANGELOG.md index b1319fa..f4bb0b7 100644 --- a/plugins/coherent-gameface/mcp/CHANGELOG.md +++ b/plugins/coherent-gameface/mcp/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v0.2.0...gameface-devtools-mcp-v0.3.0) (2026-07-18) + + +### Features + +* **mcp:** add game_find text-based element discovery tool ([3730679](https://github.com/CitiesSkylinesModding/agents-plugins/commit/37306796b546a4349a0535ccf2f8134a9b28eb43)) +* **mcp:** add game_key keyboard input tool ([8907f6f](https://github.com/CitiesSkylinesModding/agents-plugins/commit/8907f6f9375d264857b0acd790499bc62aeab169)) +* **mcp:** reload awareness in game_status, game_wait, console, and debugger ([8915664](https://github.com/CitiesSkylinesModding/agents-plugins/commit/8915664c64f55ed64210d4b6133c127863897a81)) +* **mcp:** selector index parity across action tools; jpeg screenshot default ([bc48ffb](https://github.com/CitiesSkylinesModding/agents-plugins/commit/bc48ffb4a5bee50e3cfe25fe5410ba40471d01b8)) +* **unity-devtools:** graduate from PoC to a full plugin ([b39ee7e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/b39ee7ee3919d304b56d44f6429b3224d211bb11)) + ## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v0.1.0...gameface-devtools-mcp-v0.2.0) (2026-07-14) diff --git a/plugins/coherent-gameface/mcp/package.json b/plugins/coherent-gameface/mcp/package.json index 293f3b7..8844499 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": "0.2.0", + "version": "0.3.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 150f073..d51c33e 100644 --- a/plugins/coherent-gameface/package.json +++ b/plugins/coherent-gameface/package.json @@ -1,6 +1,6 @@ { "name": "coherent-gameface", - "version": "0.2.0", + "version": "0.3.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/unity-devtools/.claude-plugin/plugin.json b/plugins/unity-devtools/.claude-plugin/plugin.json index 8b10215..35d85a6 100644 --- a/plugins/unity-devtools/.claude-plugin/plugin.json +++ b/plugins/unity-devtools/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "unity-devtools", - "version": "0.1.0", + "version": "0.2.0", "description": "Drive a running Unity Mono development build from your coding agent (Claude Code, Codex CLI): ships the unity-devtools-mcp server (process discovery, live type reflection, main-thread method invokes, and ECS entity/component/buffer read-write over the Mono Soft Debugger protocol, no code injection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/unity-devtools/.codex-plugin/plugin.json b/plugins/unity-devtools/.codex-plugin/plugin.json index 08a1d8a..4229c1a 100644 --- a/plugins/unity-devtools/.codex-plugin/plugin.json +++ b/plugins/unity-devtools/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "unity-devtools", - "version": "0.1.0", + "version": "0.2.0", "description": "Drive a running Unity Mono development build from your coding agent (Claude Code, Codex CLI): ships the unity-devtools-mcp server (process discovery, live type reflection, main-thread method invokes, and ECS entity/component/buffer read-write over the Mono Soft Debugger protocol, no code injection), plus skills.", "author": { "name": "Morgan Touverey Quilling" diff --git a/plugins/unity-devtools/CHANGELOG.md b/plugins/unity-devtools/CHANGELOG.md new file mode 100644 index 0000000..539444b --- /dev/null +++ b/plugins/unity-devtools/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/unity-devtools-v0.1.0...unity-devtools-v0.2.0) (2026-07-18) + + +### Features + +* **unity-devtools:** add demo MCP server, extract SDB library, and C# formatting stack ([a143d8a](https://github.com/CitiesSkylinesModding/agents-plugins/commit/a143d8ac853b20be948b70d36b7960ecf6b95a12)) +* **unity-devtools:** graduate from PoC to a full plugin ([b39ee7e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/b39ee7ee3919d304b56d44f6429b3224d211bb11)) +* **unity-devtools:** make status generic, drop the Cities2 default ([331bf7b](https://github.com/CitiesSkylinesModding/agents-plugins/commit/331bf7b8244f0fe81594a0ff7fa609c0ab94b17e)) +* **unity-devtools:** working poc ([668486e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/668486e229c68fca727df470ac42adfec56ab09b)) diff --git a/plugins/unity-devtools/mcp/CHANGELOG.md b/plugins/unity-devtools/mcp/CHANGELOG.md new file mode 100644 index 0000000..526d532 --- /dev/null +++ b/plugins/unity-devtools/mcp/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/unity-devtools-mcp-v0.1.0...unity-devtools-mcp-v0.2.0) (2026-07-18) + + +### Features + +* **unity-devtools:** add demo MCP server, extract SDB library, and C# formatting stack ([a143d8a](https://github.com/CitiesSkylinesModding/agents-plugins/commit/a143d8ac853b20be948b70d36b7960ecf6b95a12)) +* **unity-devtools:** graduate from PoC to a full plugin ([b39ee7e](https://github.com/CitiesSkylinesModding/agents-plugins/commit/b39ee7ee3919d304b56d44f6429b3224d211bb11)) +* **unity-devtools:** make status generic, drop the Cities2 default ([331bf7b](https://github.com/CitiesSkylinesModding/agents-plugins/commit/331bf7b8244f0fe81594a0ff7fa609c0ab94b17e)) diff --git a/plugins/unity-devtools/mcp/UnityDevtools.Mcp.csproj b/plugins/unity-devtools/mcp/UnityDevtools.Mcp.csproj index fff98c5..4bf60c7 100644 --- a/plugins/unity-devtools/mcp/UnityDevtools.Mcp.csproj +++ b/plugins/unity-devtools/mcp/UnityDevtools.Mcp.csproj @@ -8,7 +8,7 @@ Exe - 0.1.0 + 0.2.0 net10.0 enable diff --git a/plugins/unity-devtools/mcp/package.json b/plugins/unity-devtools/mcp/package.json index 4ce38c3..b2e1b26 100644 --- a/plugins/unity-devtools/mcp/package.json +++ b/plugins/unity-devtools/mcp/package.json @@ -1,6 +1,6 @@ { "name": "unity-devtools-mcp", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "release-please version anchor for the unity-devtools MCP server; the csproj is synced from this via extra-files. Not a workspace package, never published.", "license": "MIT" diff --git a/plugins/unity-devtools/package.json b/plugins/unity-devtools/package.json index 0f6827b..56ebea8 100644 --- a/plugins/unity-devtools/package.json +++ b/plugins/unity-devtools/package.json @@ -1,6 +1,6 @@ { "name": "unity-devtools", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "release-please version anchor for the unity-devtools plugin; the plugin manifests are synced from this version via extra-files. Not a workspace package, never published.", "license": "MIT"