From 6a4071a9fd2216ed9cc2a7e1014128875c768b2c Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Thu, 9 Apr 2026 12:59:07 -0700 Subject: [PATCH] fix: bump gemini-extension and v3 skill version to 3.0.0 gemini-extension.json still referenced v2.9.5 and skills/last30days-v3/SKILL.md still said 3.0.0-alpha. Both now match pyproject.toml's canonical 3.0.0 version. Addresses items from #190. Structural decisions (SKILL.md consolidation, SKILL-original.md cleanup) left for maintainer. This contribution was developed with AI assistance (Claude Code). --- gemini-extension.json | 2 +- skills/last30days-v3/SKILL.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 0bf2760..062efdf 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "last30days-skill", - "version": "2.9.5", + "version": "3.0.0", "description": "Research a topic from the last 30 days across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web.", "settings": [ { diff --git a/skills/last30days-v3/SKILL.md b/skills/last30days-v3/SKILL.md index a5d38b5..7d09c7c 100644 --- a/skills/last30days-v3/SKILL.md +++ b/skills/last30days-v3/SKILL.md @@ -1,7 +1,7 @@ --- name: last30days -version: "3.0.0-alpha" -description: "[V3 DEV] Research any topic from the last 30 days. Side-by-side test version of the v3 pipeline." +version: "3.0.0" +description: "Multi-query social search with intelligent planning. Agent plans queries when possible, falls back to Gemini/OpenAI when not. Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web." argument-hint: "last30days-v3 codex vs claude code" allowed-tools: Bash, Read, Write, WebSearch homepage: https://github.com/mvanhorn/last30days-skill