chat-logbook 0.4.2 → 0.5.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.
package/README.md CHANGED
@@ -63,6 +63,9 @@ The full problem statement, user stories, and direction live in the
63
63
  - **Local archive.** Every conversation chat-logbook reads is copied into
64
64
  `~/.chat-logbook/archive.db`. The UI reads from the archive, so a
65
65
  session stays visible even after the source JSONL is gone.
66
+ - **Live updates.** While Claude Code is actively writing to a session,
67
+ new messages appear in chat-logbook within seconds — no restart
68
+ needed.
66
69
 
67
70
  ## Quick start
68
71