feat: Code snippet extraction and indexing #17

Closed
opened 2026-01-21 20:45:32 +00:00 by jack · 0 comments
Owner

Description

Extract and index code snippets from observations for better code search.

Features

  • Detect code blocks in observations
  • Language detection
  • Syntax highlighting in UI
  • Search by code pattern
  • Link snippet to file/line

Implementation

  • Parse code from narrative/text fields
  • Store in code_snippets table
  • Index with language tags
  • Integrate with search

UI

  • Code view in memory detail
  • Copy button
  • Open in editor link

Migrated-From: jack/claude-mem-fork#29

## Description Extract and index code snippets from observations for better code search. ## Features - Detect code blocks in observations - Language detection - Syntax highlighting in UI - Search by code pattern - Link snippet to file/line ## Implementation - Parse code from narrative/text fields - Store in code_snippets table - Index with language tags - Integrate with search ## UI - Code view in memory detail - Copy button - Open in editor link --- Migrated-From: jack/claude-mem-fork#29
jack closed this issue 2026-01-24 18:26:02 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable/claude-mem#17
No description provided.