chore: release v0.19.0 (2026.7.20) (#68175)

This commit is contained in:
Teknium 2026-07-20 11:35:21 -07:00 committed by GitHub
parent 18ca0e862c
commit 3ef6bbd201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 21 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hermes-agent",
"name": "Hermes Agent",
"version": "0.18.2",
"version": "0.19.0",
"description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.",
"repository": "https://github.com/NousResearch/hermes-agent",
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
@ -9,7 +9,7 @@
"license": "MIT",
"distribution": {
"uvx": {
"package": "hermes-agent[acp]==0.18.2",
"package": "hermes-agent[acp]==0.19.0",
"args": ["hermes-acp"]
}
}

View file

@ -0,0 +1 @@
momomojo

View file

@ -0,0 +1 @@
ajzrva-sys

View file

@ -0,0 +1 @@
geoffreybutler94

View file

@ -0,0 +1 @@
gigakun3030

View file

@ -0,0 +1 @@
okisdev

View file

@ -0,0 +1 @@
DatTheMaster

View file

@ -0,0 +1 @@
frizikk

View file

@ -0,0 +1 @@
F4TB0Yz

View file

@ -0,0 +1 @@
kuangmi-bit

View file

@ -0,0 +1 @@
marcolivierlavoie

View file

@ -0,0 +1 @@
MarkVLK

View file

@ -0,0 +1 @@
sjiangtao2024

View file

@ -0,0 +1 @@
TurgutKural

View file

@ -14,8 +14,8 @@ Provides subcommands for:
import os
import sys
__version__ = "0.18.2"
__release_date__ = "2026.7.7.2"
__version__ = "0.19.0"
__release_date__ = "2026.7.20"
def _ensure_utf8():

View file

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hermes-agent"
version = "0.18.2"
version = "0.19.0"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's

View file

@ -49,6 +49,7 @@ IGNORED_PATTERNS = [
re.compile(r"^dependabot", re.IGNORECASE),
re.compile(r"^renovate", re.IGNORECASE),
re.compile(r"^Hermes\s+(Agent|Audit)$", re.IGNORECASE),
re.compile(r"^nousbot(-eng)?$", re.IGNORECASE),
re.compile(r"^Ubuntu$", re.IGNORECASE),
]
@ -59,6 +60,7 @@ IGNORED_EMAILS = {
"cursoragent@cursor.com",
"hermes@nousresearch.com",
"hermes-audit@example.com",
"nousbot@nousresearch.com",
"hermes@habibilabs.dev",
"omx@oh-my-codex.dev",
"codex@openai.com",

2
uv.lock generated
View file

@ -1516,7 +1516,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.18.2"
version = "0.19.0"
source = { editable = "." }
dependencies = [
{ name = "certifi" },