diff --git a/hindsight-dev/hindsight_dev/generate_changelog.py b/hindsight-dev/hindsight_dev/generate_changelog.py index 478fa725..a6442d22 100644 --- a/hindsight-dev/hindsight_dev/generate_changelog.py +++ b/hindsight-dev/hindsight_dev/generate_changelog.py @@ -42,6 +42,7 @@ VALID_INTEGRATIONS = [ "claude-code", "llamaindex", "codex", + "hermes", ] @@ -525,6 +526,7 @@ def _get_package_name(integration: str) -> str: "claude-code": "hindsight-memory", "llamaindex": "hindsight-llamaindex", "codex": "hindsight-codex", + "hermes": "hindsight-hermes", } return packages[integration] @@ -551,6 +553,7 @@ def _integration_display_name(integration: str) -> str: "claude-code": "Claude Code", "llamaindex": "LlamaIndex", "codex": "Codex", + "hermes": "Hermes", } return names.get(integration, integration) diff --git a/scripts/release-integration.sh b/scripts/release-integration.sh index abe362d1..d1d0d60a 100755 --- a/scripts/release-integration.sh +++ b/scripts/release-integration.sh @@ -13,7 +13,7 @@ print_info() { echo -e "${GREEN}[INFO]${NC} $1"; } print_warn() { echo -e "${YELLOW}[WARN]${NC} $1"; } print_error() { echo -e "${RED}[ERROR]${NC} $1"; } -VALID_INTEGRATIONS=("litellm" "pydantic-ai" "crewai" "ag2" "ai-sdk" "chat" "openclaw" "langgraph" "llamaindex" "nemoclaw" "strands" "claude-code" "codex") +VALID_INTEGRATIONS=("litellm" "pydantic-ai" "crewai" "ag2" "ai-sdk" "chat" "openclaw" "langgraph" "llamaindex" "nemoclaw" "strands" "claude-code" "codex" "hermes") usage() { print_error "Usage: $0 "