From 18295aca611cb7f3364e8479025f93b4acf1e521 Mon Sep 17 00:00:00 2001 From: Railly Date: Fri, 24 Jul 2026 15:16:29 -0300 Subject: [PATCH] =?UTF-8?q?release:=200.8.0=20=E2=80=94=206=20new=20agents?= =?UTF-8?q?=20(Cline,=20Roo=20Code,=20Kilo=20Code,=20Continue,=20OpenHands?= =?UTF-8?q?,=20Goose)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps manifest, package, and versions.json to 0.8.0. Minor release: since 0.7.5 the plugin gained six new agents and Windsurf's skills dir (#28); the other merged PRs (#29-#31, #33) are the VS Code extension and shared-constant work that don't change plugin runtime. Tagging 0.8.0 triggers the release workflow (build + attestation + GitHub release with main.js, manifest.json, styles.css). --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2c36382..5229ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agentfiles", "name": "Agentfiles", - "version": "0.7.5", + "version": "0.8.0", "minAppVersion": "1.7.2", "description": "Discover, organize, and edit AI agent skills, commands, and agents across Claude Code, Cursor, Codex, Windsurf, and more.", "author": "Railly Hugo", diff --git a/package.json b/package.json index c444665..4d403c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentfiles", - "version": "0.7.5", + "version": "0.8.0", "description": "AI Skills Manager for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fda2cf6..62c6a1e 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.7.2": "1.4.11", "0.7.3": "1.7.2", "0.7.4": "1.7.2", - "0.7.5": "1.7.2" + "0.7.5": "1.7.2", + "0.8.0": "1.7.2" }