Skip to content

Releases: lledellebell/glean

v0.4.0

23 Mar 13:54

Choose a tag to compare

새 기능

  • /glean-explore: 자연어로 전체 지식 저장소 통합 검색
  • /glean-plan: 세션 학습 의도 선언 및 결과 비교
  • /glean-hud: 학습 상태 대시보드
  • /glean-doctor: 설정 및 데이터 무결성 진단
  • lib/session-linker.js: 크로스세션 지식 자동 연결

개선

  • 공통 경로 상수를 lib/paths.js로 추출
  • initializeStore 중복 로직 통합
  • checkDuplicate viewCount 부작용 수정
  • VERSION을 package.json에서 읽어오도록 변경
  • MCP 서버에 harvest/insight 도구 4개 추가
  • bridge 모듈 테스트 추가
  • package.json files에 hooks/, types/ 추가

테스트

  • 103 → 138개 (전부 통과)

v0.3.0 - MCP Server

12 Feb 07:47

Choose a tag to compare

What's New

MCP Server Support

Glean now works with other MCP clients like Cursor, Windsurf, and more!

Add to your MCP settings:

{
  "mcpServers": {
    "glean": {
      "command": "npx",
      "args": ["-y", "@lledellebell/glean", "glean-mcp"]
    }
  }
}

Available MCP Tools

  • glean_find_similar - Find similar error patterns from past sessions
  • glean_save_learning - Save a daily learning or insight
  • glean_get_today - Get all learnings saved today
  • glean_get_recent - Get recent learnings from past N days
  • glean_get_context - Get relevant learnings for current project
  • glean_flashcard - Get next flashcard for review
  • glean_complete_review - Complete a flashcard review
  • glean_growth - Get learning growth statistics
  • glean_stats - Get overall Glean statistics

Multi-language README

  • English, Spanish, Japanese, Korean

v0.2.0

12 Feb 07:47

Choose a tag to compare

What's New

New Features

  • /flashcard - Flashcard-style review with what/how/why questions
  • /growth - Learning progress visualization with progress bars and streaks

Automatic Alerts (Hooks)

  • Deja-vu Alert - Detects similar errors and shows past solutions
  • Daily One-liner - Prompts to save today's most important learning
  • Context Review - Shows relevant past learnings for current project

New Lib Modules

  • pattern-matcher.js - Jaccard similarity for error pattern matching
  • daily-learning.js - Daily learning storage (~/.glean/daily/)
  • context-retriever.js - Project-based relevant insight search
  • flashcard-generator.js - What/how/why flashcard generation
  • growth-visualizer.js - Progress bar and growth data aggregation

Tests

  • 163 tests covering all new modules

Documentation

  • Multi-language README (English, Spanish, Japanese, Korean)

v0.1.0 - Initial Release

12 Feb 07:47

Choose a tag to compare

Glean v0.1.0 - Initial Release

Never forget what you learn from AI coding sessions

Features

  • 8 AI Agents for parallel session analysis
  • 12 Feature Plugins for comprehensive session management
  • Spaced Repetition with SM-2 algorithm
  • Bridge Integrations (Obsidian, GitHub, Notion)

Installation

npm install @deeeep/glean

Documentation


Full changelog: https://github.com/lledellebell/glean/blob/main/CHANGELOG.md