claude-self-reflect 2.8.3 → 2.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,8 +83,29 @@ Claude: "3 conversations found:
83
83
  - Nov 20: Added rate limiting per authenticated connection"
84
84
  ```
85
85
 
86
+ ## 🆕 NEW: Real-time Indexing Status in Your Terminal!
87
+
88
+ See your conversation indexing progress directly in your statusline:
89
+
90
+ ### Fully Indexed (100%)
91
+ ![Statusline showing 100% indexed](docs/images/statusbar-1.png)
92
+
93
+ ### Active Indexing (50% with backlog)
94
+ ![Statusline showing 50% indexed with 7h backlog](docs/images/statusbar-2.png)
95
+
96
+ Works with [Claude Code Statusline](https://github.com/sirmalloc/ccstatusline) - shows progress bars, percentages, and indexing lag in real-time!
97
+
86
98
  ## 🎯 Key Features
87
99
 
100
+ ### 📊 Statusline Integration
101
+ See your indexing progress right in your terminal! Works with [Claude Code Statusline](https://github.com/sirmalloc/ccstatusline):
102
+ - **Progress Bar** - Visual indicator `[████████ ] 91%`
103
+ - **Indexing Lag** - Shows backlog `• 7h behind`
104
+ - **Auto-updates** every 60 seconds
105
+ - **Zero overhead** with intelligent caching
106
+
107
+ [Learn more about statusline integration →](docs/statusline-integration.md)
108
+
88
109
  ### Project-Scoped Search
89
110
  Searches are **project-aware by default**. Claude automatically searches within your current project:
90
111
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "claude-self-reflect-mcp"
3
- version = "2.8.3"
3
+ version = "2.8.4"
4
4
  description = "MCP server for Claude self-reflection with memory decay"
5
5
  # readme = "README.md"
6
6
  requires-python = ">=3.10"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
4
4
  "description": "Give Claude perfect memory of all your conversations - Installation wizard for Python MCP server",
5
5
  "keywords": [
6
6
  "claude",