Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Comment on lines +5 to +7
"license": "MIT",
"keywords": [
"ai agent",
Expand All @@ -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": {
Expand All @@ -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": [
{
Expand Down
Loading