From 4e0be56cc9971730fe6275554ebe4f492e7f3bf6 Mon Sep 17 00:00:00 2001 From: Pol-Valentin Cami Date: Mon, 8 Dec 2025 00:08:09 +0100 Subject: [PATCH] Add Tic-Tac-Toe plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugins.json b/Plugins.json index e1493db..6da2176 100644 --- a/Plugins.json +++ b/Plugins.json @@ -366,5 +366,11 @@ "1.5.0-beta.5": "ca3416cedb7edbb4e55ea8c53b61602572059e52", "1.5.0-beta.12": "b9dc6dc1c048b81d8b52d760918d6fe68df89ed8" } + }, + { + "url": "https://github.com/Pol-Valentin/streamcontroller-tictactoe", + "commits": { + "1.5.0-beta.6": "be5349003fc4173a7e30b51c49380f74f6159194" + } } ]