Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/coherent-gameface/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/coherent-gameface/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions plugins/coherent-gameface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
11 changes: 11 additions & 0 deletions plugins/coherent-gameface/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/coherent-gameface/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/coherent-gameface/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/unity-devtools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/unity-devtools/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions plugins/unity-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
10 changes: 10 additions & 0 deletions plugins/unity-devtools/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion plugins/unity-devtools/mcp/UnityDevtools.Mcp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- x-release-please-start-version -->
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<!-- x-release-please-end -->
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion plugins/unity-devtools/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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 <Version> is synced from this via extra-files. Not a workspace package, never published.",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugins/unity-devtools/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down