Skip to content

fix: correct Lore key wiring — require lore_sk_ prefix, drop dead LORE_MODE#16

Merged
amitpaz1 merged 1 commit into
mainfrom
fix/lore-integration-audit
Jul 2, 2026
Merged

fix: correct Lore key wiring — require lore_sk_ prefix, drop dead LORE_MODE#16
amitpaz1 merged 1 commit into
mainfrom
fix/lore-integration-audit

Conversation

@amitpaz1

@amitpaz1 amitpaz1 commented Jul 2, 2026

Copy link
Copy Markdown
Member

Part of the Lore ↔ agentkitai integration audit.

  • .env.example: LORE_API_KEY must keep its lore_sk_ prefix. Lore's api-key-only auth only accepts prefixed keys (and now refuses to boot without one), but the file's generic openssl rand -hex 32 guidance produced a prefix-less key — it seeded green yet 401'd every AgentLens→Lore call. Guidance now generates a prefixed key.
  • docker-compose.yml: remove the orphan LORE_MODE env; AgentLens's server never reads it (Lore integration is always remote since v0.5.0).

🤖 Generated with Claude Code
https://claude.ai/code/session_01CKkfVA3iY5G3Q43Mg4Xsu2

…E_MODE

- .env.example: LORE_API_KEY must keep its `lore_sk_` prefix. Lore's auth only
  accepts prefixed keys (and now refuses to boot without one), but the file's
  generic "openssl rand -hex 32" guidance produced a prefix-less key that seeded
  green yet 401'd every AgentLens call. Guidance now generates a prefixed key.
- docker-compose.yml: remove the orphan LORE_MODE env — AgentLens's server never
  reads it (it's always remote since v0.5.0).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CKkfVA3iY5G3Q43Mg4Xsu2
@amitpaz1
amitpaz1 merged commit f026f84 into main Jul 2, 2026
1 check passed
@amitpaz1
amitpaz1 deleted the fix/lore-integration-audit branch July 2, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant