mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +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). |
||
|---|---|---|
| .. | ||
| extensions | ||
| modes | ||
| tools | ||
| args.go | ||
| botcmd.go | ||
| botcmd_unix.go | ||
| botcmd_windows.go | ||
| build.go | ||
| changelog.go | ||
| cli.go | ||
| config.go | ||
| extcmd.go | ||
| modelsync.go | ||
| rpc.go | ||
| systemprompt.go | ||
| update.go | ||