mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
Loading a session via the /sessions dialog used to park the viewport on the last user turn, intended to show "where you left off". In practice users open /sessions to resume work and expect to land at the live tail of the conversation, not somewhere mid-scroll. Replace the scrollToLastTurn call in applySessionSelection with scrollToBottom so a /sessions resume snaps to the latest message. The CLI startup paths (--continue, --resume, --session) still park on the last turn since they're a different entry point with a different mental model (boot into a saved session vs. switch sessions during an active run). |
||
|---|---|---|
| .. | ||
| agent | ||
| assets | ||
| auth | ||
| core | ||
| extproto | ||
| provider | ||
| skills | ||
| tui | ||