Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins/coherent-gameface": "0.1.0",
"plugins/coherent-gameface/mcp": "0.1.0"
"plugins/coherent-gameface": "0.2.0",
"plugins/coherent-gameface/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.1.0",
"version": "0.2.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.1.0",
"version": "0.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"
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.1.0",
"version": "0.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"
Expand Down
8 changes: 8 additions & 0 deletions plugins/coherent-gameface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.0](https://github.com/CitiesSkylinesModding/agents-plugins/compare/coherent-gameface-v0.1.0...coherent-gameface-v0.2.0) (2026-07-14)


### Features

* restructure into the agents-plugins multi-plugin marketplace ([660dc00](https://github.com/CitiesSkylinesModding/agents-plugins/commit/660dc00e0a463a0b06d3de16e537db01054473e9))
8 changes: 8 additions & 0 deletions plugins/coherent-gameface/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* restructure into the agents-plugins multi-plugin marketplace ([660dc00](https://github.com/CitiesSkylinesModding/agents-plugins/commit/660dc00e0a463a0b06d3de16e537db01054473e9))
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.1.0",
"version": "0.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",
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.1.0",
"version": "0.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"
Expand Down