Skip to content

Releases: wuyifan-code/Claudian-plus

2.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:29

What's Changed

  • fix: resolve Obsidian review blockers
  • docs: refresh README with product preview and upstream credits

Full Changelog: 2.2.1...2.2.2

2.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:06

What's Changed

  • release: prepare Claudian Plus 2.2.1

Full Changelog: v2.2.0...2.2.1

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

2.1.0 - Consciousness Mechanism

Choose a tag to compare

@wuyifan-code wuyifan-code released this 26 Jul 04:14

✨ 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

2.0.42

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:14

What's Changed

  • release: 2.0.42

Full Changelog: 2.0.41...2.0.42

2.0.41

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:04

What's Changed

  • release: 2.0.41
  • docs: mark Obsidian listing as pending review

Full Changelog: 2.0.40...2.0.41

Claudian Plus 2.0.40

Choose a tag to compare

@wuyifan-code wuyifan-code released this 19 Jul 14:30

Claudian Plus 2.0.40

  • Codex-first defaults with gpt-5.6-sol preference.
  • Floating conversation outline rail with reduced Thought/tool noise.
  • Local conversation history metadata search.
  • Obsidian note and folder drag-and-drop context.
  • Local Vault retrieval MVP: /vault-search and source-backed /insight.
  • Updated documentation and official-plugin-compatible manifest metadata.