mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
Merge remote-tracking branch 'origin/main' into bb/tui-long-session-perf
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user