From 6205e9111d5d69e512c65860a0cb82b49aad7dcc Mon Sep 17 00:00:00 2001 From: Emeriko Date: Wed, 24 Jun 2026 03:17:55 +0200 Subject: [PATCH] release: 4.8.2 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .github/plugin/plugin.json | 2 +- gemini-extension.json | 2 +- package.json | 2 +- ponytail-mcp/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 74e1637..f601d13 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.1", + "version": "4.8.2", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index f6b1b4c..0d1ac0a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.1", + "version": "4.8.2", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index 516b137..cb9af36 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ponytail", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", - "version": "4.8.1", + "version": "4.8.2", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" diff --git a/gemini-extension.json b/gemini-extension.json index 0238ca0..a754646 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.1", + "version": "4.8.2", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "contextFileName": "AGENTS.md" } diff --git a/package.json b/package.json index a034102..8ba72b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dietrichgebert/ponytail", - "version": "4.8.1", + "version": "4.8.2", "description": "Lazy senior dev mode for AI agents. The best code is the code you never wrote.", "keywords": ["opencode-plugin", "opencode", "ponytail", "pi-package", "pi", "skills"], "license": "MIT", diff --git a/ponytail-mcp/package.json b/ponytail-mcp/package.json index 7f98e12..34e0746 100644 --- a/ponytail-mcp/package.json +++ b/ponytail-mcp/package.json @@ -1,6 +1,6 @@ { "name": "ponytail-mcp", - "version": "4.8.1", + "version": "4.8.2", "description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.", "private": true, "type": "module",