claude-self-reflect 9.2.0 → 9.3.0

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.
Files changed (2) hide show
  1. package/README.md +16 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,10 +12,11 @@ Single 44MB binary. No databases. No containers. No API keys required.
12
12
 
13
13
  [Install](#install) | [How It Works](#how-it-works) | [MCP Tools](#mcp-tools) | [FAQ](https://ramakay.github.io/claude-self-reflect/#/docs/troubleshooting)
14
14
 
15
- > **v8.0Complete Rust Rewrite**
16
- > The entire Python/Docker/Qdrant stack has been replaced with a single Rust binary.
17
- > Sub-millisecond search, 93ms startup, 273 tests, zero external dependencies.
18
- > [Release notes](https://github.com/ramakay/claude-self-reflect/releases/tag/v8.0.5) | [Announcement](https://github.com/ramakay/claude-self-reflect/discussions/175)
15
+ > **v9.2Episode Intelligence**
16
+ > Sessions end as structured episodes; new sessions open with a CONTINUUM of where you left off.
17
+ > Provenance re-ranking, semantic intent routing, code graph, full-transcript recall, telemetry dashboard.
18
+ > Sub-millisecond search, ~150ms cached startup, 570+ tests, zero external dependencies.
19
+ > [Release notes](https://github.com/ramakay/claude-self-reflect/releases/tag/v9.2.0) | [Announcement](https://github.com/ramakay/claude-self-reflect/discussions/175)
19
20
 
20
21
  <img src="docs-site/public/images/csr-demo.gif" alt="CSR Demo — Setup, Search, and Hooks" width="800" />
21
22
 
@@ -147,11 +148,11 @@ No special syntax. No commands. CSR finds relevant past context and injects it a
147
148
  </details>
148
149
 
149
150
  <details>
150
- <summary><strong>Performance</strong> — sub-millisecond search, 93ms startup</summary>
151
+ <summary><strong>Performance</strong> — sub-millisecond search, ~150ms cached startup</summary>
151
152
 
152
153
  | Metric | Value |
153
154
  |--------|-------|
154
- | **Cached startup** | 93ms |
155
+ | **Cached startup** | ~150ms (p50, 54K-chunk index) |
155
156
  | **Search latency (p95)** | <1ms |
156
157
  | **Binary size** | 44MB |
157
158
  | **Import speed** | ~20 conversations/sec |
@@ -212,6 +213,14 @@ csr-engine daemon
212
213
  | Token compression | 100% | 18% (82% reduction) |
213
214
  | Cost per conversation | - | ~$0.012 (Batch API) |
214
215
 
216
+ > **Token transparency:** Optional AI narratives (session briefings + story extraction) run
217
+ > `claude -p` against your existing Claude subscription — smallest available model, capped
218
+ > prompts, debounced, and skipped entirely when nothing changed. Every call — including failures and timeouts — is counted:
219
+ > `csr-engine status` shows calls and tokens spent today; cache read/creation tokens (often
220
+ > the majority of real usage) are tracked separately in the status JSON (`cache_tokens_today` /
221
+ > `cache_tokens_total`). Disable anytime with
222
+ > `CSR_NO_AI_NARRATIVES=1`; pin a model with `CSR_NARRATIVE_MODEL=<model>`.
223
+
215
224
  </details>
216
225
 
217
226
  <details>
@@ -253,7 +262,7 @@ Your conversation data (`~/.claude/projects/`) is untouched. The new engine re-i
253
262
  | No search results | Run `csr-engine setup` |
254
263
  | MCP tools not available | Run `csr-engine setup`, restart Claude Code |
255
264
  | "spawn ENOENT" in MCP | Ensure `csr-engine` is in PATH |
256
- | Slow first startup | Normal (~14s for index rebuild, subsequent: ~93ms) |
265
+ | Slow first startup | Normal (~14s for index rebuild, subsequent: ~150ms) |
257
266
 
258
267
  Full guide: [Documentation](https://ramakay.github.io/claude-self-reflect/#/docs/troubleshooting)
259
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "description": "Give Claude perfect memory of all your conversations. Single binary, zero dependencies.",
5
5
  "keywords": [
6
6
  "claude",