Files
hermes-agent/plugin-catalog/claude-subscription-directsdk.yaml
teknium1 e97b908041 fix(plugin-catalog): pin claude-subscription-directsdk to 602393b (prompt cache holds across tool rounds)
Moves the pin 885ba10 -> 602393b so `hermes plugins update` delivers the
second half of plugin issue #14: native's per-request context no longer
carries the message cache breakpoint, so long tool-heavy sessions stop
re-writing their whole history to cache every round (plugin #30 + #31).
2026-09-23 10:43:40 -07:00

23 lines
1.2 KiB
YAML

name: claude-subscription-directsdk
repo: https://github.com/NousResearch/hermes-plugin-claude-subscription-directsdk
sha: 602393b6d3ea148bc618cd23da1a13fa332e1433
description: Experimental model provider that runs Hermes turns on a Claude Pro/Max subscription through
the official Claude Code CLI (the Agent SDK path), so no separate API key or per-token bill. Requires
the claude CLI installed and logged in; the plugin checks for it at load, in hermes model, in the pickers
and before every request, and refuses cleanly with the install hint when it is missing. Disclosure — every
turn is billed against your Claude subscription's Agent SDK allowance, and the provider inherits whatever
account claude is logged into.
maintainer: NousResearch
tier: official
category: models
requires_hermes: ">=0.21.4"
docs_url: https://github.com/NousResearch/hermes-plugin-claude-subscription-directsdk#readme
version: "0.3.0"
platforms: []
image: https://raw.githubusercontent.com/NousResearch/hermes-plugin-claude-subscription-directsdk/602393b6d3ea148bc618cd23da1a13fa332e1433/assets/card.png
capabilities:
provides_tools: []
provides_hooks: []
provides_middleware: []
requires_env: []