From 27c81814c79e9ca07ed604e09c8840911954e385 Mon Sep 17 00:00:00 2001 From: gitricko Date: Sat, 23 May 2026 16:07:22 +0800 Subject: [PATCH 1/2] Bump version to 3.0.1 and update metadata Updated version, publisher, and author fields in package.json. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e74a1b..c2275f4 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "hermes-ai-agent", "displayName": "Hermes AI Agent", "description": "VS Code sidebar for the Hermes AI agent. Streams chat, runs tools, manages sessions. Multi-model (Claude, Codex). Communicates over ACP.", - "version": "3.0.0", - "publisher": "joaompfp", - "author": "joao", + "version": "3.0.1", + "publisher": "gitricko", + "author": "joao/gitricko", "license": "MIT", "keywords": [ "ai agent", From 0115c725e7b829aab067dcf041cf33d2ec547872 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 08:12:46 +0000 Subject: [PATCH 2/2] Update package.json URLs from joaompfp to gitricko --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2275f4..7058239 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,13 @@ "streaming", "remote ssh" ], - "homepage": "https://github.com/joaompfp/hermes-vscode", + "homepage": "https://github.com/gitricko/hermes-vscode", "bugs": { - "url": "https://github.com/joaompfp/hermes-vscode/issues" + "url": "https://github.com/gitricko/hermes-vscode/issues" }, "repository": { "type": "git", - "url": "https://github.com/joaompfp/hermes-vscode" + "url": "https://github.com/gitricko/hermes-vscode" }, "icon": "resources/hermes-logo-128.png", "galleryBanner": { @@ -51,7 +51,7 @@ ], "activationEvents": [], "main": "./dist/extension.js", - "qna": "https://github.com/joaompfp/hermes-vscode/issues", + "qna": "https://github.com/gitricko/hermes-vscode/issues", "contributes": { "commands": [ {