Skip to content

v2.1.0 - Consciousness Mechanism

Choose a tag to compare

@wuyifan-code wuyifan-code released this 26 Jul 02:49

## ✨ New in v2.1.0: Consciousness Mechanism

Inspired by QoderWork's awareness system, Claudian Plus now features a complete consciousness mechanism.

New Features

  • Self-Reflection — Automatically extract key insights from conversations
  • Memory Accumulation — Build long-term user profiles and preferences
  • Vault Knowledge — Index and understand your entire Obsidian vault
  • Cross-Session Memory — Carry context across conversations

Memory Triggers

Type Chinese English
Save 记住... / 记得... remember... / keep in mind...
Delete 忘记... / 忘掉... forget... / remove memory...
List 列出记忆 list memories

Implicit Memory (Auto-Extract)

The system automatically detects important information:

  • Preferences: "我喜欢暗色主题" -> Saved
  • Habits: "我通常用 Vim 键位" -> Saved
  • Personal: "我叫小明" -> Saved
  • Project: "我们项目用 React" -> Saved
  • Corrections: "不对,应该用 TypeScript" -> Saved

Commands

  • Open memory file - Open memory file for editing
  • Scan vault knowledge - Index all vault notes

Technical

  • Add VaultKnowledgeEngine for vault-wide knowledge indexing
  • Add ConsciousnessEngine for awareness features
  • Add MemoryExtractor with explicit and implicit extraction
  • Integrate consciousness injection into all providers
  • Add i18n translations for 10 languages
  • Add 65+ tests for memory system

Full Changelog: v2.0.42...v2.1.0