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 +21 -0
- package/mcp-server/pyproject.toml +1 -1
- package/package.json +1 -1
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
|
+

|
|
92
|
+
|
|
93
|
+
### Active Indexing (50% with backlog)
|
|
94
|
+

|
|
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
|
|