fleet-memory/hindsight-integrations/claude-code/scripts/lib
Nicolò Boschi 91397190c0
docs(claude-code): tidy configuration reference and sync README (#706)
* docs(claude-code): tidy configuration reference and sync README

Add missing settings (retainMode, retainToolCalls, retainTags,
retainMetadata, embedPackagePath, llmApiKeyEnv, agentName, and
several recall options) that existed in code but not in docs.
Restructure config tables with prose introductions, clearer
descriptions, and consistent layout across both files.

* refactor(claude-code): remove recallTopK setting

Unused client-side cap — Hindsight server already controls result
count via recallBudget and recallMaxTokens.
2026-03-26 14:07:35 +01:00
..
__init__.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
bank.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
client.py feat(claude-code): full-session retain with document upsert and configurable tags (#695) 2026-03-26 12:06:30 +01:00
config.py docs(claude-code): tidy configuration reference and sync README (#706) 2026-03-26 14:07:35 +01:00
content.py feat(claude-code): retain tool calls as structured JSON (#704) 2026-03-26 12:58:09 +01:00
daemon.py fix(claude-code): pre-start daemon in background on SessionStart hook (#663) 2026-03-23 16:11:57 +01:00
llm.py feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
state.py fix(claude-code): make fcntl import conditional for Windows compatibility (#694) 2026-03-25 18:20:27 +01:00