mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
Merge remote-tracking branch 'origin/main' into bb/tui-long-session-perf
This commit is contained in:
commit
7da2f07641
115 changed files with 17650 additions and 406 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue