From 54f9c2f25b84d8cd2bb1c900df015e2e5a945dae Mon Sep 17 00:00:00 2001 From: Dietrich Gebert Date: Sat, 8 Aug 2026 00:02:53 +0300 Subject: [PATCH] chore: release v4.9.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .devin-plugin/plugin.json | 2 +- .github/plugin/plugin.json | 2 +- .qoder-plugin/plugin.json | 2 +- gemini-extension.json | 2 +- package.json | 2 +- plugin.yaml | 2 +- ponytail-mcp/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6e66da15..48454c12 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.4", + "version": "4.9.0", "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 bc982fce..474acfbe 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.4", + "version": "4.9.0", "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/.devin-plugin/plugin.json b/.devin-plugin/plugin.json index f21f5760..064c0a16 100644 --- a/.devin-plugin/plugin.json +++ b/.devin-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.4", + "version": "4.9.0", "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 0866851b..f3c4f93c 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.4", + "version": "4.9.0", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" diff --git a/.qoder-plugin/plugin.json b/.qoder-plugin/plugin.json index d2e6168a..41647bb4 100644 --- a/.qoder-plugin/plugin.json +++ b/.qoder-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.4", + "version": "4.9.0", "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/gemini-extension.json b/gemini-extension.json index 151847e0..41e551a9 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.4", + "version": "4.9.0", "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 e1496801..6a59e9ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dietrichgebert/ponytail", - "version": "4.8.4", + "version": "4.9.0", "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", "qoder"], "license": "MIT", diff --git a/plugin.yaml b/plugin.yaml index c479ffbf..cea98362 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: ponytail -version: 4.8.4 +version: 4.9.0 description: Lazy senior dev mode for Hermes Agent, always-on context, bundled skills, and slash commands. author: Dietrich Gebert provides_hooks: diff --git a/ponytail-mcp/package.json b/ponytail-mcp/package.json index ed42414e..1efaad7a 100644 --- a/ponytail-mcp/package.json +++ b/ponytail-mcp/package.json @@ -1,6 +1,6 @@ { "name": "ponytail-mcp", - "version": "4.8.4", + "version": "4.9.0", "description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.", "private": true, "type": "module",