Failed to authenticate. API Error: 401 Invalid authentication credentials

[2026-05-14] vault sync
This commit is contained in:
Alexey Martemyanov
2026-05-14 16:03:18 +06:00
parent 73e3b0d16a
commit e7c8cdd55e
2 changed files with 33 additions and 57 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
# Plan: (no topic) Thread Routing
**Date**: 2026-05-14
**Status**: In Progress — plugin being implemented
**Status**: In Progress — plugin created, pending test
**Priority**: High
## Problem
@@ -111,9 +111,9 @@ Dropped for v1 — single Eagle instance in practice. Can add mutex later if nee
- [x] Confirmed curl approach works for topic creation
- [x] Identified `pre_gateway_dispatch` as correct hook
- [x] Confirmed `thread_id == "(no topic)"` detection pattern
- [ ] Create `~/.hermes/plugins/zulip-topic-routing/plugin.yaml`
- [ ] Create `~/.hermes/plugins/zulip-topic-routing/__init__.py`
- [ ] Enable plugin in `~/.hermes/config.yaml`
- [x] Create `~/.hermes/plugins/zulip-topic-routing/plugin.yaml`
- [x] Create `~/.hermes/plugins/zulip-topic-routing/__init__.py`
- [x] Enable plugin in `~/.hermes/config.yaml`
- [ ] Test: send `(no topic)` message, verify routing
## Notes