|
|
|
|
|
by leonkatz
14 days ago
|
|
Love the "session is a document, not a log" model — linear scrollback is the worst part of long agent sessions. When you fork a sub-thread, does the model get the full parent context up to the branch point, or can you trim what carries over? Context bloat across a lot of branches feels like the hard part. |
|
So I've just made it so they don't inherit! If we find a situation where inheriting is useful and safe, it'd be easy to add again.