You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ to parent sessions. Unlike compaction, nothing is lost:
81
81
82
82
-**Full parent session preserved** — complete history remains accessible, since
83
83
parent session file paths are added at the end of the first user message in the session.
84
-
-**Lineage chain** — file paths of all ancestor sessions
85
-
-**On-demand retrieval** — the agent can look up any past session to recover
86
-
specific details when needed
84
+
-**Lineage chain** — file paths of all ancestor sessions (jsonl files).
85
+
-**On-demand retrieval** — the agent can look up any past session in the lineage chain
86
+
to recover specific details when needed, or when prompted by the user, e.g. "in the linked prior chats, look up how we figured out the node-ui to Python communication".
87
87
88
88
```bash
89
89
aichat resume # Find latest session and choose a strategy
0 commit comments