obsidian-hermes-plugin/src
Helm 3b35f59ec8 Initial commit: Obsidian Hermes Chat plugin
- 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
2026-07-10 11:18:23 -04:00
..
api-client.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00
chat-view.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00
context-bridge.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00
main.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00
settings.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00
types.ts Initial commit: Obsidian Hermes Chat plugin 2026-07-10 11:18:23 -04:00