- Streaming chat sidebar with OpenAI-compatible API client - Path-referencing context injection via MCP tools - Dark theme styling with Obsidian CSS variables - Settings: gateway URL, API key, context/model toggles - SSE streaming with fetch timeout protection - Session continuity via X-Hermes-Session-Id headers
8 lines
209 B
JSON
8 lines
209 B
JSON
{
|
|
"id": "hermes-chat",
|
|
"name": "Hermes Chat",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "1.7.2",
|
|
"author": "Lukas Parsons",
|
|
"description": "Chat with Hermes Agent directly from Obsidian via REST API"
|
|
}
|