Commit 8c7a95a
feed-memex: emit ai-title record so memex shows readable chat names
Memex's importer reads ai-title records from inbox JSONLs to give each
imported chat a human-readable title in list_conversations / search.
We had session.title in scope already (extracted by the scanner), but
weren't passing it through — so every Claude Code/Cowork chat in
memex appeared as 'Claude Code · <8-char-file-stem>'.
Now feed-memex prepends one ai-title line to each output JSONL.
Existing memex installations pick this up via upsertConversation's
ON CONFLICT update on the next feed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3202869 commit 8c7a95a
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
399 | 411 | | |
400 | 412 | | |
401 | 413 | | |
| |||
0 commit comments