fix(indexer): preserve session metadata during incremental reindex
Previously the session metadata accumulator started from zero on every reindex pass, so an incremental update would overwrite started_at and message_count with values derived only from the new lines. Now reads the existing session row first and merges new data on top.
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
</picture>
|
||||
|
||||
Every past session, subagent, and workflow — searchable in natural language.
|
||||
</picture>
|
||||
|
||||
</div>
|
||||
|
||||
[](https://github.com/tommy0103/obelisk/stargazers)
|
||||
[](https://github.com/tommy0103/obelisk/releases)
|
||||
[](LICENSE)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user