Peek Plugin for Claude Code: Automatic Steering Through Session Memory

What Peek Does
Peek is a plugin for Claude Code that addresses the problem of the AI assistant ignoring markdown files and user preferences after plan mode. The developers built it after getting tired of Claude Code not following their markdown files consistently.
How It Works
The plugin automatically captures memories and corrections without requiring manual reminders. It merges, updates, and distills these memories, then injects the most relevant ones after each user prompt. This happens automatically without needing to remind Claude Code to use the corrections.
Technical Approach
Peek uses fusion search with multiple components:
- User prompt embeddings + BM25
- Correction embeddings + BM25
- Time decay weighting
- Target query embeddings
- Exclusion filters
- Metadata hard filters (such as specific files)
Setup Commands
From the Claude Code interface:
/plugin marketplace add Project-White-Rabbit/peek-claude-plugin
Then:
/plugin install peek
After installation:
/exit
Resume Claude Code:
claude --resume
Login to Peek:
/peek:login
Context and Limitations
The developers mention they've tried various approaches before building Peek: heavily using plan mode (which works well), CLAUDE.md, AGENTS.md, MEMORY.md files, local context folders (with upkeep challenges), Cursor rules (for Cursor users), and claude-mem (an open-source tool that handles session continuity but not steering).
The team is currently working on benchmarks to measure how effective context injection actually is for steering Claude Code. They acknowledge needing to improve extraction, search algorithms, and add more integrations. Their broader vision involves creating a real-time, personalized context layer for AI agents that can understand user-specific references and bring personal context into a secure, structured layer accessible to multiple agents.
📖 Read the full source: HN AI Agents
👀 See Also

Keep My Claw: Backup Service for OpenClaw Workspaces
Keep My Claw is a backup service that encrypts OpenClaw workspace data locally before uploading to Cloudflare R2. It handles memory files, cron jobs, skills, credentials, and config snapshots with scheduled backups and one-command restores.

Zap Code: AI Code Generator That Teaches Kids Real HTML/CSS/JS
Zap Code generates working HTML, CSS, and JavaScript from plain English descriptions for kids ages 8-16. It offers three interaction modes and runs in a sandboxed iframe with a progressive complexity engine.

TeamHero v2.6.1: Open-Source Platform for Managing Claude AI Agents
TeamHero v2.6.1 is a local-first, open-source platform that creates a managed team of Claude agents with features like autopilot mode, subtask nesting, flow views, and persistent memory. The tool runs on Node.js with a vanilla HTML/CSS/JS dashboard and requires no database.

ClawControl 1.7.1 improves message reliability and media support for OpenClaw
ClawControl 1.7.1 fixes several client-side issues including runaway text accumulation, ghost messages, and media handling problems. The update maintains compatibility with OpenClaw through version 3.28.