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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins/coherent-gameface": "1.1.0",
"plugins/coherent-gameface/mcp": "1.1.0",
"plugins/coherent-gameface": "1.1.1",
"plugins/coherent-gameface/mcp": "1.1.1",
"plugins/unity-devtools": "1.0.1",
"plugins/unity-devtools/mcp": "1.0.1",
"plugins/cs2-modding": "0.2.0"
"plugins/cs2-modding": "0.3.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": "1.1.0",
"version": "1.1.1",
"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": "1.1.0",
"version": "1.1.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"
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": "1.1.0",
"version": "1.1.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"
Expand Down
8 changes: 8 additions & 0 deletions plugins/coherent-gameface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.1.0...coherent-gameface-v1.1.1) (2026-08-24)


### Bug Fixes

* **coherent-gameface:** correct the claim that page JS cannot read the engine version ([a77f234](https://github.com/CitiesSkylinesModding/agents-plugins/commit/a77f23448dd6dc0e9a91f718610a671b0d8a18fa))
* **coherent-gameface:** correct the live-reload watcher account in gameface-driving ([1498019](https://github.com/CitiesSkylinesModding/agents-plugins/commit/14980195193f0d23f17b30ae90c87dddd951338b))

## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v1.0.1...coherent-gameface-v1.1.0) (2026-08-18)


Expand Down
7 changes: 7 additions & 0 deletions plugins/coherent-gameface/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Miscellaneous Chores

* **gameface-devtools-mcp:** Synchronize coherent-gameface versions

## [1.1.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/gameface-devtools-mcp-v1.0.1...gameface-devtools-mcp-v1.1.0) (2026-08-18)


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": "1.1.0",
"version": "1.1.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",
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": "1.1.0",
"version": "1.1.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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cs2-modding/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.2.0",
"version": "0.3.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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cs2-modding/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.2.0",
"version": "0.3.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"
Expand Down
11 changes: 11 additions & 0 deletions plugins/cs2-modding/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/cs2-modding-v0.2.0...cs2-modding-v0.3.0) (2026-08-24)


### Features

* **cs2-modding:** add the binding-layer reference for the UI skill ([480866a](https://github.com/CitiesSkylinesModding/agents-plugins/commit/480866a8c47064b648f959bc8fb475f8cf233682))
* **cs2-modding:** add the city-state-and-progression mechanics reference ([7d872ec](https://github.com/CitiesSkylinesModding/agents-plugins/commit/7d872ec9e5457707fe7af5ef8717034b591914b8))
* **cs2-modding:** add the frontend-and-injection reference for the UI skill ([714f293](https://github.com/CitiesSkylinesModding/agents-plugins/commit/714f29390a6ea3a0015cdc8f9001725afc36e65b))
* **cs2-modding:** add the simulation-time-and-units mechanics reference ([e23281d](https://github.com/CitiesSkylinesModding/agents-plugins/commit/e23281d3dc9089ae9b99d9ba64edce78d1f58bec))
* **cs2-modding:** add the ui-build-and-devloop reference for the UI skill ([39d58da](https://github.com/CitiesSkylinesModding/agents-plugins/commit/39d58dae5a89ea90056b3c1161621bd397435617))

## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/cs2-modding-v0.1.0...cs2-modding-v0.2.0) (2026-08-18)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cs2-modding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs2-modding",
"version": "0.2.0",
"version": "0.3.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"
Expand Down