Merge remote-tracking branch 'origin/main' into bb/tui-long-session-perf

This commit is contained in:
Brooklyn Nicholson
2026-04-26 21:07:15 -05:00
115 changed files with 17650 additions and 406 deletions

View File

@@ -38,7 +38,7 @@ export function SessionPicker({ gw, onCancel, onSelect, t }: SessionPickerProps)
useOverlayKeys({ onClose: onCancel })
useEffect(() => {
gw.request<SessionListResponse>('session.list', { limit: 20 })
gw.request<SessionListResponse>('session.list', { limit: 200 })
.then(raw => {
const r = asRpcResult<SessionListResponse>(raw)