From the #53 retest (credit @Triyambak-CA): when the Herdr integration is missing, outdated, or was installed after the agent session started (the Claude hook registers on SessionStart only), herdr agent get carries no session id and last silently uses the cwd/mtime fallback — which picks a wrong session when several share one directory, and the user cannot tell which path they got.
Wanted:
- distinguish "no integration" from "integration present, but this session predates it" in the status line or picker header when the fallback is in use (e.g. "no session id from Herdr — showing newest for this folder")
- a docs line: the Claude integration registers on SessionStart, so sessions must START after
herdr integration install claude for the exact-session path to apply
refs #53
From the #53 retest (credit @Triyambak-CA): when the Herdr integration is missing, outdated, or was installed after the agent session started (the Claude hook registers on SessionStart only),
herdr agent getcarries no session id andlastsilently uses the cwd/mtime fallback — which picks a wrong session when several share one directory, and the user cannot tell which path they got.Wanted:
herdr integration install claudefor the exact-session path to applyrefs #53