github latitude-dev/latitude-llm claude-code-telemetry-0.0.14
Claude Code Telemetry v0.0.14

latest releases: v0.3.63, typescript-telemetry-4.0.0, v0.3.62...
5 hours ago

Fixed

  • Memory spans now emit from git worktrees. The hook derived the auto-memory directory as the transcript's sibling (dirname(transcript)/memory), but Claude Code keeps one memory store per repository under the main worktree, while a linked worktree's session transcript lives under that worktree's own project directory. The two paths differ, so every memory operation from a worktree session was silently skipped. The classifier now recognizes any ~/.claude/projects/<store>/memory/<record> path under the shared projects root, setting gen_ai.memory.store.id to the owning <store> slug — so a worktree session writing the repo's main-worktree store is captured. Sessions run directly in the repo root are unaffected.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.