Releases: lledellebell/glean
Releases · lledellebell/glean
v0.4.0
새 기능
/glean-explore: 자연어로 전체 지식 저장소 통합 검색/glean-plan: 세션 학습 의도 선언 및 결과 비교/glean-hud: 학습 상태 대시보드/glean-doctor: 설정 및 데이터 무결성 진단lib/session-linker.js: 크로스세션 지식 자동 연결
개선
- 공통 경로 상수를
lib/paths.js로 추출 initializeStore중복 로직 통합checkDuplicateviewCount 부작용 수정- VERSION을
package.json에서 읽어오도록 변경 - MCP 서버에 harvest/insight 도구 4개 추가
- bridge 모듈 테스트 추가
package.jsonfiles에hooks/,types/추가
테스트
- 103 → 138개 (전부 통과)
v0.3.0 - MCP Server
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 sessionsglean_save_learning- Save a daily learning or insightglean_get_today- Get all learnings saved todayglean_get_recent- Get recent learnings from past N daysglean_get_context- Get relevant learnings for current projectglean_flashcard- Get next flashcard for reviewglean_complete_review- Complete a flashcard reviewglean_growth- Get learning growth statisticsglean_stats- Get overall Glean statistics
Multi-language README
- English, Spanish, Japanese, Korean
v0.2.0
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 matchingdaily-learning.js- Daily learning storage (~/.glean/daily/)context-retriever.js- Project-based relevant insight searchflashcard-generator.js- What/how/why flashcard generationgrowth-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
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/gleanDocumentation
Full changelog: https://github.com/lledellebell/glean/blob/main/CHANGELOG.md