session-steward 0.6.0 → 0.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0] - 2026-08-20
4
+
5
+ ### Added
6
+
7
+ - Session details now summarize asks, edits, and commands across the full session and show what is using its storage.
8
+ - Timelines now make your messages easier to read, and separate related sessions into their own tab.
9
+
10
+ ### Changed
11
+
12
+ - Updated Codex and Claude support for their latest local storage formats, including safe cleanup of Codex queue and thread-history data.
13
+
3
14
  ## [0.6.0] - 2026-08-16
4
15
 
5
16
  ### Added
@@ -112,6 +123,7 @@
112
123
  - Support for custom Codex home folders and a saved folder preference.
113
124
  - Streaming and bounded-memory discovery for large session collections and transcripts.
114
125
 
126
+ [0.7.0]: https://github.com/mallikcheripally/session-steward/compare/v0.6.0...v0.7.0
115
127
  [0.6.0]: https://github.com/mallikcheripally/session-steward/compare/v0.5.2...v0.6.0
116
128
  [0.5.2]: https://github.com/mallikcheripally/session-steward/compare/v0.5.1...v0.5.2
117
129
  [0.5.1]: https://github.com/mallikcheripally/session-steward/compare/v0.5.0...v0.5.1